Patrik Nordwall
10f039f70d
Merge pull request #17526 from akka/wip-13909-cluster-client-watch-patriknw
...
=con #13909 Don't use remote watch in ClusterClient
2015-06-02 16:57:45 +02:00
Patrik Nordwall
7686fa523e
=con #13909 Don't use remote watch in ClusterClient
...
* because it will result in quarantine if failure
detection triggers and that kind of coupling is
exactly what is not desired for a ClusterClient
* replace by simple heartbeat failure detection,
DeadlineFailureDetector
* DeadLetterSuppression
2015-06-02 15:22:09 +02:00
Patrik Nordwall
b99b8090f0
Merge pull request #17604 from akka/wip-17567-DeadlineFailureDetector-patriknw
...
=rem #17567 Adjust parameters for DeadlineFailureDetector
2015-06-02 15:07:02 +02:00
Patrik Nordwall
5786c7ca22
Merge pull request #17527 from akka/wip-16050-passivate-region-patriknw
...
+cls #16050 Support graceful shutdown of ShardRegion
2015-06-02 15:04:39 +02:00
Patrik Nordwall
1be5bb48df
+cls #16050 Support graceful shutdown of ShardRegion
...
* possibility to define handOffStopMessage that is used
for stopping the entries, both when graceful shutdown
and rebalance
2015-06-02 15:04:20 +02:00
Patrik Nordwall
1dac401099
Merge pull request #17601 from akka/wip-17576-manifest-patriknw
...
+act #17576 Support serializer with string manifest
2015-06-01 13:46:17 +02:00
Patrik Nordwall
740f006a38
+act #17576 Support serializer with string manifest
...
* useful when evolution is needed, e.g. Akka Persistence
* docs, comments, cluster-metrics and cluster-tools serializers
2015-06-01 13:45:31 +02:00
Patrik Nordwall
d2a00d3b98
Merge pull request #16255 from leonidb/master
...
+per #15279 FSM for PersistentActor
2015-06-01 13:13:47 +02:00
Konrad Malawski
757b277e54
Merge pull request #17608 from akka/wip-17606-ActorPath-bin-compat-patriknw
...
=act #17606 Revert abstract class change of ActorPath
2015-06-01 13:13:37 +02:00
Konrad Malawski
aeb2302c2f
Merge pull request #17620 from kukido/kukido-numbered-reference
...
=doc Changed style for footnote backreference
2015-05-31 20:46:32 +02:00
Andrey Myatlyuk
468e8507bc
=doc Changed style for footnote backreference
2015-05-30 22:59:11 -07:00
Konrad Malawski
826072c7a7
Merge pull request #17619 from stephennancekivell/patch-1
...
Fix code formatting.
2015-05-31 00:55:40 +02:00
Stephen Nancekivell
e4fa103577
Fix code formatting.
2015-05-31 08:52:21 +10:00
leonidb
09b6abd614
+per #15279 FSM for PersistentActor
2015-05-29 18:30:38 +03:00
Konrad Malawski
228ace497f
Merge pull request #17593 from ktoso/wip-deferAsync-ktoso
...
!per #16797 rename defer to deferAsync, remove Seq version
2015-05-29 15:13:00 +02:00
Patrik Nordwall
c81b7273a1
add test
2015-05-29 12:33:05 +02:00
Konrad Malawski
30647fe656
Merge pull request #17605 from akka/wip-update-mima-ktoso
...
=pro update mima plugin to 0.1.7
2015-05-29 12:28:37 +02:00
Patrik Nordwall
cef397d149
=act #17606 Revert abstract class change of ActorPath
...
It was not binary compatible. Placed static forwarders for Java API
in ActorPaths instead.
2015-05-29 11:11:09 +02:00
Patrik Nordwall
96c84a1df6
=rem #17567 Adjust parameters for DeadlineFailureDetector
...
To be more aligned with PhiAccrualFailureDetector the
DeadlineFailureDetector should trigger after
heartbeat-interval + acceptable-heartbeat-pause
2015-05-29 10:20:42 +02:00
Konrad Malawski
4111c27428
Merge pull request #17588 from ktoso/wip-failed-MultiNodeSample-ktoso
...
=sam #17537 relax timing in multi node spec
2015-05-29 10:17:32 +02:00
Konrad Malawski
c391e7e4cd
=pro update mima plugin to 0.1.7
...
Adds Java 8 features
2015-05-29 10:04:51 +02:00
Roland Kuhn
122fdedd08
fix typo in cluster-usage.rst
2015-05-28 21:18:48 +02:00
Martynas Mickevičius
0b15a8c2f4
Merge pull request #17532 from 2m/wip-pr-multi-jvm
...
=pro run multi-jvm tests when validating pr
2015-05-28 16:03:34 +03:00
Martynas Mickevičius
7fc2790458
=pro run multi-jvm tests when validating pr
...
* addunidoc task via an AutoPlugin that depends on PrValidation and Unidoc autoplugins
* separate cli option logic to a case class
* remove autoplugin for root project
2015-05-28 13:57:50 +03:00
Patrik Nordwall
e1f3b05312
Merge pull request #17513 from akka/wip-17415-IllegalStateExc-CircuitBreaker-master-patriknw
...
=act #17415 fix concurrency bug in CircuitBreaker (for validation)
2015-05-28 11:15:45 +02:00
Patrik Nordwall
198fdcf93f
=act #17415 fix concurrency bug in CircuitBreaker
...
* transition did not account for concurrent transistions
(cherry picked from commit 2a73e77f66202b1bd5a5918329b9dd34448ce7b6)
2015-05-28 11:14:56 +02:00
Patrik Nordwall
25f148347a
Merge pull request #17566 from akka/wip-17565-registerOnMemberRemoved-patriknw
...
clu #17565 Invoke OnMemberRemoved callback when cluster.shutdown
2015-05-28 11:00:03 +02:00
Konrad Malawski
218edd87bb
Merge pull request #17592 from ktoso/wip-disableSerializationVerificattion-ktoso
...
=per #16802 no need to verify serialization on journal protocol
2015-05-28 10:47:48 +02:00
Konrad Malawski
5c45d9e3be
=per #16802 no need to verify serialization on journal protocol
2015-05-28 02:43:58 +02:00
Konrad Malawski
d782cf59af
!per #16797 rename defer to deferAsync, remove Seq version
2015-05-28 01:37:38 +02:00
Konrad Malawski
67ca6e5dc7
Merge pull request #17589 from jjvester/17587_jjvester_scalariform-link-on-update
...
Updated scalariform link
2015-05-27 18:11:23 +02:00
Jean-Jay Vester
cac467e53e
updated scalariform link
2015-05-27 17:23:59 +02:00
Konrad Malawski
a2ca5f0c63
=sam #17537 relax timing in multi node spec
2015-05-27 17:19:08 +02:00
Patrik Nordwall
8a7d7715b5
clu #17565 Invoke OnMemberRemoved callback when
...
cluster.shutdown
* must also be done when the listener actor stops before the
MemberRemoved event has been received
* add test for this
* clarify docs with example that shuts down actor system and
exit jvm
2015-05-27 15:42:53 +02:00
Konrad Malawski
ba8756d485
Merge pull request #17543 from ktoso/wip-bump-jmh-to-autoplugin-ktoso
...
=pro update sbt-jmh and include for compilation in root
2015-05-25 17:17:31 +02:00
Konrad Malawski
ab201d35e4
Merge pull request #17560 from kukido/kukido-harmonize-spelling
...
=doc Fixed and normalized spellings
2015-05-25 17:17:15 +02:00
kukido
ab0c60eca7
=doc Fixed and normalized spellings
2015-05-23 19:16:41 -07:00
Konrad Malawski
7c4acc4f33
Merge pull request #17550 from rladstaetter/patch-1
...
documentation update for TestKit class
2015-05-22 20:33:53 +02:00
Konrad Malawski
c9f365add7
Merge pull request #17498 from cosmolev/patch-1
...
method name is "onReceive", not "receive"
2015-05-22 10:52:05 +02:00
Roland Kuhn
3fad95b07f
Merge pull request #17549 from akka/wip-crosscompile-2.12-∂π
...
add crosscompilation for 2.12.0-M1
2015-05-22 10:28:59 +02:00
Robert Ladstätter
e642937c84
documentation update for TestKit class
2015-05-21 21:58:16 +02:00
Roland Kuhn
5dc25fbb44
add crosscompilation for 2.12.0-M1
2015-05-21 21:09:30 +02:00
Lev T11v
8a1db91e8d
=sam method name is "onReceive", not "receive"
2015-05-21 19:15:10 +02:00
Konrad Malawski
12419a7dd5
=pro update sbt-jmh and include for compilation in root
2015-05-21 15:33:37 +02:00
Patrik Nordwall
53c5d974ea
Merge pull request #17536 from akka/wip-bench-dep-patriknw
...
=pro Use provided dependency from persistence in bench-jmh
2015-05-21 08:00:13 +02:00
Patrik Nordwall
fe144aabd4
=pro Use provided dependency from persistence in bench-jmh
...
* compilation error when running release script
2015-05-21 07:42:27 +02:00
Konrad Malawski
99402e4127
Merge pull request #17531 from akka/wip-bump-unidoc-ktoso
...
=pro update sbt-unidoc to 0.3.3
2015-05-20 19:41:11 +02:00
Konrad Malawski
087dbb5a33
=pro update sbt-unidoc to 0.3.3
...
This update solves our blocker issue about compile not being triggered properly before genjavadoc kicks in.
2015-05-20 18:04:31 +02:00
Patrik Nordwall
e16ea0bf79
Merge pull request #17528 from akka/wip-fix-javaunidoc-∂π
...
do not generate javadoc for tests
2015-05-20 10:19:15 +02:00
Roland Kuhn
c5fc56face
do not generate javadoc for tests
2015-05-20 09:00:21 +02:00