Patrik Nordwall
e104e2a92c
Merge pull request #1827 from krasserm/wip-3707-channel-enhancements
...
!per #3707 Channel enhancements
2013-11-14 03:13:17 -08:00
Martin Krasser
ba9fc4da46
!per #3707 Channel enhancements
...
- Persistent channel
- ConfirmablePersistent message type delivered by channel
- Sender resolution performance improvements
* unstash() instead of unstashAll()
These enhancements required the following changes
- Unified implementation of processor stash and user stash
- Persistence message plugin API separated from implementation
- Physical deletion of messages
2013-11-14 12:05:37 +01:00
Patrik Nordwall
03743f4447
=zer #3512 Harden zeromq ConcurrentSocketActorSpec
...
* 3 sec timeout waiting for terminated increased to 5 sec,
ConcurrentSocketActor postStop (poller.unregister or socket.close)
might perhaps take a while
* message from previous test step interleaved with next step, use
separate endpoints for each step
2013-11-12 14:50:27 +01:00
Patrik Nordwall
fcb75a92ed
Merge pull request #1832 from robdavid/wip-3706-avoid-loss-of-floating-point-precision-in-phiaccrualfailuredetector
...
=rem #3706 Avoid loss of floating point precision in PhiAccrualFailureDe...
2013-11-12 04:28:03 -08:00
Patrik Nordwall
302f565bbe
=act Log random seed in case of SupervisorHierarchySpec failure
...
* It will never be deterministic, but with reproducble random sequence we
might have a better chance to repeat run the test to reproduce failure.
2013-11-12 11:37:44 +01:00
rob.david
fd0fac263f
=rem #3706 Avoid loss of floating point precision in PhiAccrualFailureDetector
2013-11-11 14:22:10 +00:00
Björn Antonsson
5fedcfd6dd
Merge pull request #1826 from akka/wip-upgrade-to-sbt-0.13.1-RC2-ban
...
=pro Upgrade to sbt 0.13.1-RC2 to avoid too many open files.
2013-11-07 05:19:08 -08:00
Björn Antonsson
6255fff15f
=pro Upgrade to sbt 0.13.1-RC2 to avoid too many open files.
2013-11-07 07:54:13 +01:00
Patrik Nordwall
47216bd956
+act #3579 Direct ActorSelection for missing actor to deadLetters
2013-11-06 14:27:16 +01:00
Patrik Nordwall
8fb59a0bc6
Merge pull request #1820 from akka/wip-3601-ActorSystemSpec-patriknw
...
=act #3601 Harden test for log dead letters
2013-11-06 05:20:39 -08:00
Patrik Nordwall
032b542c19
Merge pull request #1813 from akka/wip-3073-faster-actorselection-patriknw
...
=act,rem #3073 Make ActorSelection faster
2013-11-06 05:20:21 -08:00
Patrik Nordwall
f89422c18e
=act,rem #3073 Make ActorSelection faster
2013-11-06 12:41:53 +01:00
Patrik Nordwall
471175d347
=act #3601 Harden test for log dead letters
2013-11-06 07:59:35 +01:00
Viktor Klang
4769a44875
+doc #3656 correcting the TypedActor documentation
2013-11-05 15:31:24 +01:00
Björn Antonsson
577aed548a
Merge pull request #1791 from akka/wip-3448-update-to-sbt-0.13-ban
...
=pro #3448 Upgrade to sbt 0.13.0
2013-11-04 05:19:56 -08:00
Björn Antonsson
28b5f1039d
=all #3448 Newer Scalariform running on more files
2013-11-04 11:05:07 +01:00
Björn Antonsson
b9f91b176b
=pro #3448 Upgrade to sbt 0.13.0
2013-11-04 11:05:06 +01:00
Patrik Nordwall
e301f9df7e
Merge pull request #1816 from akka/wip-sphinx-patriknw
...
=doc Update Sphinx installation instructions
2013-11-04 00:47:48 -08:00
Patrik Nordwall
0d86281b9b
Merge pull request #1817 from sandermak/osgi-sample-improvements
...
=doc,osg Effort to get OSGi integration tests running again
2013-11-04 00:45:55 -08:00
Sander Mak
a44d2720e0
=doc,osg Effort to get OSGi integration tests running again
...
* Update protobuf dependency so mvn clean install runs again
* Bump OSGi version range in AkkaBuild to include current 2.3 for generated manifests
* Update path in dev documentation to correct TexBasic folder
2013-11-01 16:34:49 +01:00
Patrik Nordwall
fa4c859342
=doc Update Sphinx installation instructions
2013-11-01 11:46:44 +01:00
Patrik Nordwall
6a6525fa1f
Merge pull request #1808 from krasserm/wip-3681-performance-improvements-krasserm
...
!per #3681 Performance and consistency improvements
2013-10-30 08:17:01 -07:00
Martin Krasser
1da3369643
!per #3681 Performance and consistency improvements
...
- batch-write of persistent messages (user API)
- batch-write of events (in EventsourcedProcessor)
- command processing in EventsourcedProcessor by unstashing messages one-by-one from the internal stash
* fixes performance issues that come up with unstashAll
- commands are not looped through journal actor but processed directly
- initial performance tests
* command sourcing
* event sourcing
* event sourcing with user stash operations
- suppress stack traces in tests
2013-10-30 15:08:15 +01:00
Roland Kuhn
165369b144
Merge pull request #1803 from akka/wip-CONTRIBUTING-∂π
...
update to latest version of Typesafe CONTRIBUTING rules
2013-10-29 05:38:55 -07:00
Björn Antonsson
b7ded6dc29
Merge pull request #1811 from benmccann/depreceated-spelling
...
=doc Fix spelling. Change depreceated to derecated
2013-10-25 08:46:53 -07:00
Ben McCann
38fb1b3640
=doc Fix spelling. Change depreceated to deprecated
2013-10-25 08:36:36 -07:00
Patrik Nordwall
0f7787a8c5
Merge pull request #1799 from akka/wip-3683-extra-heartbeat-patriknw
...
=clu #3683 Don't trigger extra heartbeat when not expected sender
2013-10-25 07:16:22 -07:00
Patrik Nordwall
51824046fd
Merge pull request #1812 from akka/wip-3679-protobuf-pubsub-patriknw
...
!con #3679 Make protobuf serialization for DistributedPubSubMediator
2013-10-25 07:15:39 -07:00
Patrik Nordwall
6c82e3f7b2
Merge pull request #1792 from akka/wip-3677-limit-delta-patriknw
...
+con #3677 Limit delta in DistributedPubSubMediator
2013-10-25 07:10:15 -07:00
Björn Antonsson
64ebf0703e
Merge pull request #1809 from akka/wip-3684-ssltlssupport-do-not-support-tcp-writecommands-ban
...
(forward port) =doc #3684 Document that SslTlsSupport doesn't support Tcp.WriteCommand.
2013-10-25 01:54:31 -07:00
Björn Antonsson
6784d6bc2f
=doc #3684 Document that SslTlsSupport doesn't support Tcp.WriteCommand.
2013-10-23 15:21:34 +02:00
Björn Antonsson
d9d83c2661
Merge pull request #1800 from jrudolph/i/3571/fix
...
=act 3571 quiet down exceptions from `Socket.shutdownOutput()`
2013-10-23 04:41:56 -07:00
Björn Antonsson
2725a78a09
Merge pull request #1804 from jrudolph/i/3684/prevent-WriteFile-CompoundWrite-in-ssl
...
=act 3684 prevent usage of WriteCommands other than Tcp.Write with SslTlsSupport
2013-10-23 04:41:24 -07:00
Björn Antonsson
f606f0c738
Merge pull request #1798 from akka/wip-3682-document-message-size-limit-in-ssltlssupport-ban
...
=doc #3682 Document message size limit in SslTlsSupport.
2013-10-23 00:05:56 -07:00
Johannes Rudolph
5e6d591d16
=act 3684 prevent usage of WriteCommands other than Tcp.Write with SslTlsSupport
2013-10-22 18:45:05 +02:00
Roland Kuhn
12eb2850a7
update to latest version of Typesafe CONTRIBUTING rules
2013-10-22 18:30:03 +02:00
Johannes Rudolph
972284ce71
=act 3571 quiet down exceptions from Socket.shutdownOutput()
...
Backport from this spray commit:
e4068046a5
2013-10-22 17:20:24 +02:00
Patrik Nordwall
3bdac872ff
=clu #3683 Don't trigger extra heartbeat when not expected sender
2013-10-22 14:48:37 +02:00
Björn Antonsson
20015abaeb
=doc #3682 Document message size limit in SslTlsSupport.
2013-10-22 14:05:18 +02:00
Björn Antonsson
8eeaadfee0
Merge pull request #1793 from jrudolph/i/3680/fix-SuspendReading-race
...
=act #3680 fix SuspendReading being overruled by racy ChannelReadable
2013-10-22 04:13:28 -07:00
Patrik Nordwall
51b9e78240
!con #3679 Make protobuf serialization for DistributedPubSubMediator
2013-10-21 18:39:23 +02:00
Björn Antonsson
bc94f52362
Merge pull request #1790 from akka/wip-3676-cache-the-last-system-and-protocol-ban
...
=clu #3676 Cache the last system name and protocol during deserialization.
2013-10-21 07:07:00 -07:00
Johannes Rudolph
3da7f4ee07
=act #3680 fix SuspendReading being overruled by racy ChannelReadable
2013-10-21 15:33:31 +02:00
Björn Antonsson
d2644876e5
Merge pull request #1781 from levinotik/documentation-fixes
...
=doc Fix misspelled method reference in FSM
2013-10-21 04:35:12 -07:00
Patrik Nordwall
11972b4497
+con #3677 Limit delta in DistributedPubSubMediator
2013-10-21 12:02:48 +02:00
Björn Antonsson
0fa190f0ed
=clu #3676 Cache the last system name and protocol during deserialization.
2013-10-21 09:08:00 +02:00
Levi Notik
1dec335ad2
=doc Fix misspelled method reference in FSM
2013-10-18 13:16:56 -04:00
Patrik Nordwall
ff83edea0b
Merge pull request #1785 from akka/wip-3458-adjust-biased-gossip-patriknw
...
+clu #3458 Adjust biased gossip for large cluster
2013-10-18 07:58:50 -07:00
Patrik Nordwall
57c699644e
Merge pull request #1786 from akka/wip-3657-lazy-deserial-patriknw
...
!clu #3657 Lazy deserialization and TTL of Gossip message payload
2013-10-18 07:58:34 -07:00
Patrik Nordwall
532c98c6cd
+clu #3458 Adjust biased gossip for large cluster
2013-10-18 14:34:36 +02:00