Endre Sándor Varga
b27e5fbb4e
=act: TCP actor should unwatch handler/commander after Close
...
(cherry picked from commit 9578d46)
2015-07-08 12:16:50 +02:00
Patrik Nordwall
403369a29e
Merge pull request #17907 from akka/wip-17738-round-robin-logic-neg-index-patriknw
...
=act #17738 RoundRobinRoutingLogic negative index fix after Long.MaxValue (for validation)
2015-07-03 17:10:55 +02:00
Konrad Malawski
bae00cefc1
Merge pull request #17644 from ktoso/wip-docs-better-balancing-dispatcher-ktoso
...
+doc #17597 improve BalancingPool docs, show configuring executor
2015-07-03 16:31:26 +02:00
Konrad Malawski
dea37d8eae
+doc #17597 improve BalancingPool docs, show configuring executor
2015-07-03 16:31:09 +02:00
Patrik Nordwall
1c3746d11d
Merge pull request #17901 from akka/wip-17778-ddata-java-samples-patriknw
...
=cdd #17778 Convert samples to java
2015-07-03 16:20:47 +02:00
Patrik Nordwall
94a61c7eb2
=cdd #17778 Convert samples to java
2015-07-03 16:19:57 +02:00
Patrik Nordwall
ebbd399fe0
Merge pull request #17903 from akka/wip-17735-ClusterClientSpec-patriknw
...
=clt #17735 Harden ClusterClientSpec
2015-07-03 15:51:49 +02:00
Patrik Nordwall
99f6a52510
Merge pull request #17839 from akka/wip-15916-high-seqnr-patriknw
...
=per #15916 Read highestSeqNr first in replay
2015-07-03 15:50:45 +02:00
Konrad Malawski
98187ca306
Merge pull request #17886 from ktoso/wip-improve-diffing-prvalidation-ktoso
...
=pro #17841 improve PR validator to diff the merge commit for change …
2015-07-03 15:33:31 +02:00
Konrad Malawski
f8887938ee
=pro #17841 improve PR validator to diff the merge commit for change detection
2015-07-03 15:32:40 +02:00
Guido Medina
936436e6e3
=act #17738 RoundRobinRoutingLogic negative index fix after Long.MAX_VALUE
...
(cherry picked from commit 8ef10c9c3d49fa431739ba8b234be5d54d528f1b)
2015-07-03 14:47:19 +02:00
Patrik Nordwall
7bfc56f3f0
Merge pull request #17888 from akka/wip-17805-clearActorFields-patriknw
...
=act #17805 Don't change self on restart"
2015-07-03 13:54:12 +02:00
Patrik Nordwall
bd7929e4ae
Merge pull request #17893 from akka/wip-17770-ReplicatedData-type2-patriknw
...
!cdd #17770 Use self recursive type for ReplicatedData
2015-07-03 13:51:58 +02:00
Patrik Nordwall
da07a2e68e
!cdd #17770 Use self recursive type in AbstractReplicatedData (Java API)
...
* complete the TwoPhaseSet java sample with serialization
2015-07-03 13:51:30 +02:00
Patrik Nordwall
09a2f9c248
=per #15916 Read highestSeqNr first in replay
...
* we need to read the higestSeqNr anyway and it is better
to do it first and limit the asyncReadHighestSequenceNr
to that (instead of Long.MaxValue)
* return the highestSeqNr in the ReplayMessagesSuccess
* this also removes one become state in PersistentActor recovery
logic
2015-07-03 13:19:58 +02:00
Konrad Malawski
49e6e7f38c
Merge pull request #17876 from akka/wip-17729-Implicits.global-patriknw
...
=rem #17729 Don't use Implicits.global in remoting shutdown
2015-07-03 11:47:28 +02:00
Patrik Nordwall
c518e32ac2
=clt #17735 Harden ClusterClientSpec
...
* number-of-contacts is by default 3, and in this test
with 4 server nodes we shutdown all but one in the end
and sometimes the client has all other except the remaining
node in its list of contacts, so it will never get contact
with the remaining node
2015-07-03 11:42:17 +02:00
Konrad Malawski
0ade0adab8
Merge pull request #17887 from ktoso/wip-persistence-sender-in-recovery-ktoso
...
+doc #17885 explain sender semantics in receiveRecover
2015-07-03 09:31:47 +02:00
Konrad Malawski
bce84b9b94
+doc #17885 explain sender semantics in receiveRecover
2015-07-03 09:31:27 +02:00
Martynas Mickevičius
aaa6b623e1
Merge pull request #17892 from 2m/wip-relax-actor-system-spec
...
=act #17822 harden ActorSystemSpec
2015-07-03 08:41:51 +03:00
Konrad Malawski
1cf22f50ae
Merge pull request #17889 from ktoso/doc-eventStream-subclass-ktoso
...
+doc #17877 document filtering for subclasses in eventStream
2015-07-03 00:51:18 +02:00
Patrik Nordwall
664ae2f8f5
Merge pull request #17869 from akka/wip-17447-split-docs-patriknw
...
=cls #17447 Split Cluster Sharding and Tools docs into java/scala
2015-07-02 22:39:50 +02:00
Patrik Nordwall
38faafc494
=clt #17447 Split ClusterClient docs into java/scala
2015-07-02 20:14:01 +02:00
Patrik Nordwall
b00b06efce
Merge pull request #17883 from akka/wip-17572-Tcp.CloseCommand-patriknw
...
=act #17572 Supress deadLetters logging for Tcp.CloseCommand
2015-07-02 20:02:45 +02:00
Patrik Nordwall
96b305d75c
Merge pull request #17882 from akka/wip-15404-require-subscribe-patriknw
...
=clu #15404 Require at least one subscribe class
2015-07-02 20:02:11 +02:00
Patrik Nordwall
7277d03e7a
=clu #15404 Require at least one subscribe class
...
* also check ClusterDomainEvent isAssignableFrom
2015-07-02 20:01:25 +02:00
Patrik Nordwall
89046f7f18
Merge pull request #17881 from akka/wip-16800-niy-patriknw
...
=clu #16800 Remove NIY sections of Cluster Specification
2015-07-02 20:00:01 +02:00
Patrik Nordwall
16620d9f83
Merge pull request #17879 from akka/wip-16897-doc-patriknw
...
=clu #16897 Correct wording for routees.paths
2015-07-02 19:59:27 +02:00
Patrik Nordwall
5e58e754af
Merge pull request #17878 from akka/wip-17712-npe-cluster-shutdown-patriknw
...
=clu #17712 Guard against readView not created
2015-07-02 19:58:47 +02:00
Patrik Nordwall
49264c0f83
Merge pull request #17864 from akka/wip-17779-ddata-activator-patriknw
...
=cdd #17779 Create activator template for Distributed Data
2015-07-02 17:49:50 +02:00
Konrad Malawski
4c8b2489c2
Merge pull request #17890 from ktoso/typos-ktoso
...
=doc remove duplicated word typos
2015-07-02 11:47:35 +02:00
Martynas Mickevičius
8346e40f39
=act #17822 harden ActorSystemSpec
2015-07-02 10:04:47 +03:00
Martynas Mickevičius
c79715c84f
Merge pull request #17875 from ktoso/wip-dont-publish-bench-ktoso
...
=pro #17855 dont publish benchmarks jar in release script
2015-07-02 09:58:13 +03:00
Konrad Malawski
7eeaf6cd9f
=doc remove duplicated word typos
2015-07-01 23:48:17 +02:00
Konrad Malawski
0e8dd3a7f4
+doc #17877 document filtering for subclasses in eventStream
2015-07-01 23:17:21 +02:00
Patrik Nordwall
37321ee63f
=act #17805 Don't change self on restart"
...
* we hold on to the same ActorRef instance anyway in the new
Actor instance
2015-07-01 17:46:59 +02:00
Konrad Malawski
140c4dcdce
=pro #17855 dont publish benchmarks or tests, fix license in bench
2015-07-01 17:05:12 +02:00
Patrik Nordwall
7bd9550e3b
=clu #16897 Correct wording for routees.paths
2015-07-01 16:19:49 +02:00
Patrik Nordwall
c210c4f606
=act #17572 Supress deadLetters logging for Tcp.CloseCommand
2015-07-01 15:18:39 +02:00
Patrik Nordwall
7d146e6fc3
=clu #16800 Remove NIY sections of Cluster Specification
...
* The Not Implemented Yet sections have passed their best before date
2015-07-01 14:58:14 +02:00
Patrik Nordwall
4bf262a137
=clu #17712 Guard against readView not created
...
* readView might be null if Cluster init fails before it is created,
i.e. shutdown is called from constructor
2015-07-01 14:39:22 +02:00
Patrik Nordwall
099adc500b
=rem #17729 Don't use Implicits.global in remoting shutdown
2015-07-01 13:31:11 +02:00
Konrad Malawski
70403446ce
Merge pull request #17874 from ktoso/wip-17870-seednodes-java-ktoso
...
+clu #17870 add Java api for joinSeedNodes
2015-07-01 12:04:03 +02:00
Konrad Malawski
c1720959c0
Merge pull request #17872 from chbatey/patch-1
...
=doc updating doc references to deferAsync
2015-07-01 11:51:13 +02:00
Christopher Batey
8e6df0d322
=doc update references to deferAsync
2015-07-01 10:46:34 +01:00
Konrad Malawski
75c5810970
+clu #17870 add Java api for joinSeedNodes
2015-07-01 10:45:14 +02:00
Konrad Malawski
afa9549307
Merge pull request #17867 from ktoso/wip-recover-method-ktoso
...
Make recovery a method
2015-06-30 17:23:28 +02:00
Patrik Nordwall
6e28229fbe
=clt #17447 Split DistributedPubSub docs into java/scala
2015-06-30 16:39:32 +02:00
Patrik Nordwall
a93de9bf37
=clt #17447 Split Cluster Singleton docs into java/scala
2015-06-30 16:39:32 +02:00
Patrik Nordwall
89f17ddfd0
=cls #17447 Split Cluster Sharding docs into java/scala
2015-06-30 16:39:31 +02:00