Commit graph

14879 commits

Author SHA1 Message Date
Jeroen Gordijn
188d5836d3 +per #18032 Removed final from all persist & deferAsync methods
This opens PersistentActor for extension.
2015-08-10 11:00:29 +02:00
Martynas Mickevičius
fa68ea0644 Merge pull request #18122 from 2m/wip-remove-atmos-conf-2m
=atm remove atmos config
2015-08-05 08:35:00 +02:00
Martynas Mickevicius
0cc76339d9 =atm remove atmos config 2015-08-04 17:34:07 +03:00
Konrad Malawski
235df6ce09 Merge pull request #18078 from mattinbits/TestActorRef-TestFSMRef-mattinbits
Additional apply() methods for TestActorRef and TestFSMRef
2015-07-30 12:30:32 +02:00
Matthew Livesey
0c56b72686 +tes #13980 #17276 #18077 Added missing overloads on TestActorRef 2015-07-28 20:49:44 +01:00
Konrad Malawski
629b037312 Merge pull request #18082 from chbatey/patch-2
=doc Fix typo in the persistence docs
2015-07-28 09:31:51 +02:00
Christopher Batey
e3e59c6d04 =doc Fix typo 2015-07-27 15:01:03 +01:00
Konrad Malawski
8648b88be4 Merge pull request #18009 from ktoso/wip-remove-scala-unsafe-ref-ktoso
Remove scala.concurrent.util.Unsafe and Java8 class copies
2015-07-22 16:25:17 +02:00
Konrad Malawski
1067eddb6e Merge pull request #18038 from stephenmcd/master
Fixed typo.
2015-07-19 13:54:52 +02:00
Stephen McDonald
8232625fcf Fixed typo. 2015-07-19 13:16:48 +10:00
Konrad Malawski
efe2459875 =tes since 2.4.x requires Java8, we can drop LongAdder and Striped copies 2015-07-16 00:26:57 +02:00
Konrad Malawski
f3c6ff5665 =act #18007 remove reference to scala.concurrent.util.Unsafe 2015-07-16 00:07:27 +02:00
Konrad Malawski
f9201c7e05 Merge pull request #17960 from ktoso/wip-additional-test-ktoso
=act,per additional test for onTransition behaviour when initialize() called
2015-07-14 15:51:28 +02:00
Konrad Malawski
5d746b40b1 =act,per additional test for onTransition behaviour when initialize() called 2015-07-10 00:52:26 +02:00
Konrad Malawski
36be7ae37b Merge pull request #17942 from ktoso/wip-harden-alod-spec
=per #17820 avoid depending on ordering of redelivery (when slow)
2015-07-09 18:02:18 +02:00
Konrad Malawski
bbd5b2c739 Merge pull request #17925 from ktoso/wip-move-BackoffSupervisor-ktoso
!per +act #17842 move BackoffSupervisor to akka.pattern
2015-07-09 11:14:42 +02:00
Martynas Mickevičius
b345fb8f4a Merge pull request #17947 from 2m/wip-fix-sphinx-pdf
=doc #17752 Compatibility with latest version of Sphinx
2015-07-09 09:24:09 +03:00
kukido
f52ee58cc8 =doc #17752 Compatibility with latest version of Sphinx 2015-07-09 08:14:53 +03:00
Konrad Malawski
1ebab01ebb Merge pull request #17936 from drewhk/wip-17932-fwd-port-drewhk
=act: TCP actor should unwatch handler/commander after Close (fwd port)
2015-07-08 17:07:24 +02:00
Konrad Malawski
86c00d4716 !per +act #17842 move BackoffSupervisor to akka.pattern 2015-07-08 16:45:23 +02:00
Konrad Malawski
7c6d0d7349 Merge pull request #17919 from ktoso/wip-harmonize-error-signals-ktoso
!per #17518 harmonize and document failure handling in persistence
2015-07-08 15:52:25 +02:00
Konrad Malawski
6edf3e7538 =per #17820 avoid depending on ordering of redelivery (when slow) 2015-07-08 15:48:15 +02:00
Konrad Malawski
36ac50e7d3 Merge pull request #17941 from akka/pro-fix-pr-validation-ktoso
=pro Fix accessing None in ValidatePullRequest
2015-07-08 15:18:20 +02:00
Konrad Malawski
0598f974fa =pro Fix accessing None in ValidatePullRequest 2015-07-08 15:13:54 +02:00
Konrad Malawski
561d46e2da =pro fixup in PR validation logging logic 2015-07-08 14:26:19 +02:00
Konrad Malawski
e9933973d8 Merge pull request #17926 from ktoso/wip-docs-testactorref-is-bad-for-persistence-ktoso
=doc #15569 document TestActorRef being bad for persistence
2015-07-08 13:39:40 +02:00
drewhk
5793bde5b1 Merge pull request #17935 from drewhk/wip-17014-fwd-port-drewhk
+doc #17014: Make sentence about deployment paths a note
2015-07-08 13:04:36 +02:00
Konrad Malawski
2d45b2dd0f Merge pull request #17927 from ktoso/wip-docs-improve-nav-ktoso
+doc #17669 better section header and TOC navigation
2015-07-08 12:31:40 +02:00
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
Endre Sándor Varga
56e69f8c7d +doc #17014: Make sentence about deployment paths a note
(cherry picked from commit 3c4dc45)
2015-07-08 12:12:53 +02:00
Konrad Malawski
221605c7b3 +doc #17669 better section header and TOC navigation 2015-07-07 19:16:08 +02:00
Konrad Malawski
b4bf89cfca =doc #15569 document TestActorRef being bad for persistence 2015-07-07 17:51:10 +02:00
Konrad Malawski
874d07c0ae !per #17518 harmonize and document failure handling in persistence
+ added tests for all failure scenarios (callbacks)
2015-07-07 14:50:42 +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