Commit graph

13632 commits

Author SHA1 Message Date
Patrik Nordwall
a22d115a2f =doc cleanup formatting error in docs 2014-01-20 15:27:58 +01:00
Patrik Nordwall
45124274b4 Merge pull request #1945 from krasserm/wip-3824-do-not-share-test-actor-krasserm
=per #3824 Do not share testActor across tests
2014-01-20 05:13:14 -08:00
Patrik Nordwall
6cb0e55059 Merge pull request #1944 from akka/wip-speed-up-actor-cleanup-√
=act - Optimization of actorcell and actor field clearing
2014-01-20 05:12:57 -08:00
Patrik Nordwall
9a8e4b5a42 Merge pull request #1943 from akka/wip-3159-squash-reliable-proxy-reconnect-patriknw
!con #3820 Add reconnection to ReliableProxy
2014-01-20 05:12:39 -08:00
Patrik Nordwall
e00b9924eb Merge pull request #1942 from akka/wip-3826-cluster.StressSpec-patriknw
=clu #3826 Harden cluster.StressSpec
2014-01-20 05:12:27 -08:00
Patrik Nordwall
8ec581c808 Merge pull request #1935 from drexin/wip-3544-improve-testkit
+tes Added system as default param to TestKit.shutdown
2014-01-20 05:12:17 -08:00
Patrik Nordwall
0109cfe4b8 Merge pull request #1879 from akka/wip-java8-interop-ban
+act #3770 Added Java 8 friendly APIs for Actor and FSM
2014-01-20 05:12:04 -08:00
Martin Krasser
aa67472f45 =per #3824 Do not share testActor across tests 2014-01-20 12:41:35 +01:00
Viktor Klang
f39bb1d4d3 =act - Optimization of actorcell and actor field clearing 2014-01-20 12:09:45 +01:00
Björn Antonsson
e5bcf8bfc9 +act #3770 Added Java 8 friendly APIs for Actor and FSM 2014-01-20 12:00:13 +01:00
Patrik Nordwall
301b735516 Merge pull request #1941 from krasserm/wip-3829-increase-default-timeout-krasserm
=per #3829 Set default expectation timeout to 10s
2014-01-20 02:54:16 -08:00
Patrik Nordwall
10fbdd2db8 Merge pull request #1939 from krasserm/wip-3828-rename-recreiveReplay-krasserm
!per #3828 Rename receiveReplay to receiveRecover
2014-01-20 02:53:51 -08:00
Patrik Nordwall
98a3cc6f22 Merge pull request #1940 from akka/wip-3827-AkkaProtocolStressTest-patriknw
=rem #3827 Adjust gate setting in AkkaProtocolStressTest
2014-01-20 02:52:43 -08:00
Patrik Nordwall
698886513f Merge pull request #1938 from akka/wip-3825-BalancingSpec-patriknw
=act #3825 Fix bug in BalancingSpec
2014-01-20 02:52:22 -08:00
Patrik Nordwall
37eddd716c Merge pull request #1936 from akka/wip-3738-memory-leaks-in-tests-patriknw
=act #3738 Fix memory leaks in tests
2014-01-20 02:51:49 -08:00
Eric Pederson
fcb7a6c292 !con #3820 Add reconnection to ReliableProxy 2014-01-20 11:41:48 +01:00
Patrik Nordwall
ba3587de64 =clu #3826 Harden cluster.StressSpec
* The Identify message didn't get through to the master, which
  was stopping at the same time, and it didn't got redirected to
  deadletters, i.e. the "termination race"
2014-01-20 11:01:10 +01:00
Martin Krasser
b4c57fc899 =per #3829 Set default expectation timeout to 10s 2014-01-20 09:32:53 +01:00
Patrik Nordwall
994e9fb5c4 =rem #3827 Adjust gate setting in AkkaProtocolStressTest 2014-01-20 09:11:45 +01:00
Martin Krasser
e0f5cf5f2c !per #3828 Rename receiveReplay to receiveRecover
- because it handles messages related to recovery (snapshots and replayed messages)
2014-01-19 17:46:32 +01:00
Patrik Nordwall
0f70774414 =act #3825 Fix bug in BalancingSpec
* The problem was that the pool had 10 routees and
  depend on blocking to verify balancing scheduling
  to unblocked routee, but the thread pool size was 8
  and therefore routee 8 and 9 was never scheduled
  (blocked) as expected.
2014-01-19 15:48:17 +01:00
Dario Rexin
e045c537a3 !tes #3544 Added 'system' as default parameter to the shutdown method on
TestKit
2014-01-17 23:08:32 +01:00
Patrik Nordwall
34f9f4cfb9 Merge pull request #1937 from akka/wip-3820-persistence-test-timeouts-patriknw
=per #3820 Increase some test timeouts in persistence
2014-01-17 13:49:38 -08:00
drewhk
1db16428da Merge pull request #1909 from drewhk/wip-io-read-throtting-drewhk
+act #3586 #3807 Implement mandatory read throttling
2014-01-17 11:53:23 -08:00
Patrik Nordwall
53ad96ed92 =per #3820 Increase some test timeouts in persistence
* reproduced the problem with sleep in LeveldbStore
2014-01-17 20:40:10 +01:00
Patrik Nordwall
9a8766d871 Merge pull request #1929 from akka/wip-3572-sender-patriknw
=act #3572 Add parens to sender
2014-01-17 11:27:43 -08:00
Endre Sándor Varga
487083a9c3 +act #3586 #3807 Implement mandatory read throttling 2014-01-17 18:27:56 +01:00
Patrik Nordwall
a11fb1dafc =act #3572 Add parens to sender
* because it is not referentially transparent; normally we reserved parens for
  side-effecting code but given how people thoughtlessly close over it we revised
  that that decision for sender
* caller can still omit parens
2014-01-17 18:21:14 +01:00
Patrik Nordwall
537840bd2a Merge pull request #1931 from drewhk/wip-3689-remove-typed-channels-drewhk
!cha #3789: Remove typed channels
2014-01-17 09:10:06 -08:00
Patrik Nordwall
1fa72fdbba Merge pull request #1932 from drewhk/wip-3812-remove-pipelines-drewhk
!act #3812: Remove Pipelines
2014-01-17 09:08:39 -08:00
Patrik Nordwall
9eb32a4486 =act #3738 Fix memory leaks in tests
* afterAll not called when all tests marked as ignore,
  invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected = true
  should solve that, but changed to pending in Ticket1978 anyway
* Try to shutdown when ActorSystem init fails. It is difficult
  to cover all scenarios, but this should improve the situation.
  This was the reason why DeployerSpec leaked.
* missing shutdown in some tests
2014-01-17 16:18:35 +01:00
Endre Sándor Varga
293dd0b9d2 !act #3812: Remove Pipelines 2014-01-17 15:52:24 +01:00
Patrik Nordwall
8d2bc2bc40 Merge pull request #1915 from krasserm/wip-3704-persistence-improvements-part-1-krassserm
!per #3704 Persistence improvement (part 1)
2014-01-17 06:37:52 -08:00
Roland Kuhn
453815c073 Merge pull request #1933 from akka/wip-3764-props-docs-∂π
clean up docs and deprecation around how to create Props
2014-01-17 05:57:37 -08:00
Endre Sándor Varga
31c4d76ba7 !cha #3789: Remove typed channels 2014-01-17 14:56:51 +01:00
Patrik Nordwall
497c0c3924 Merge pull request #1934 from akka/wip-3781-remove-sbt-plugin-patriknw
!pro,sbt #3781 Remove akka-sbt-plugin
2014-01-17 05:42:11 -08:00
drewhk
66ba6d0d4a Merge pull request #1886 from drewhk/wip-3765-change-remoting-defaults-drewhk
!rem #3765: Change the defaults for remoting
2014-01-17 05:41:41 -08:00
Martin Krasser
f327e1e357 !per #3704 Persistence improvements
- Channel enhancements (#3773):
- Live read models (#3776):
- Batch-oriented journal plugin API (#3804):
- Batching of confirmations and deletions
- Message deletion enhancements (more efficient range deletions)
2014-01-17 13:36:55 +01:00
Endre Sándor Varga
cf58402dd9 !rem #3765: Change the defaults for remoting
- removed retry-window and related settings
 - removed gate-invalid-addresses-for
 - gate is now mandatory
 - remoting has a dedicated dispatcher by default
 - updated tests to work with changed timings
 - added doc section for association lifecycle
2014-01-17 11:29:22 +01:00
Patrik Nordwall
a04a784121 Merge pull request #1930 from akka/wip-3710-UnsubscribeTransitionCallback-patriknw
=act #3710 Correct doc of FSM unregistering listener
2014-01-17 02:26:30 -08:00
Patrik Nordwall
4644f497cc Merge pull request #1926 from akka/wip-3798-coroner-ConsistencySpec-patriknw
=act #3798 Increase coroner timeout in ConsistencySpec
2014-01-17 02:25:48 -08:00
Patrik Nordwall
2e16b570e9 Merge pull request #1927 from drexin/wip-3816-drexin
!doc #3816 Remove Scala code from config examples in docs
2014-01-17 02:24:05 -08:00
Patrik Nordwall
bedfad5435 !pro,sbt #3781 Remove akka-sbt-plugin 2014-01-17 11:09:28 +01:00
Roland Kuhn
32b7822135 Merge pull request #1917 from drexin/wip-2075-pass-in-execution-context-drexin
+act #2075 Added possibility to pass an ExecutionContext to an ActorSystem.
2014-01-17 01:45:41 -08:00
Roland Kuhn
5bcb750441 !act,doc,rem,tes 3823 remove deprecated Props methods
- rewrite deprecated usages to their recommended counterparts
- TestActorRef now verifies mailbox requirements
- CallingThreadMailbox now exposes proper messageQueue type for
  inspection
2014-01-17 09:12:44 +01:00
Dario Rexin
4b2d98c5cb +act #2075 Added possibility to pass an ExecutionContext to an ActorSystem 2014-01-16 23:24:06 +01:00
Roland Kuhn
780831469c =doc 3764 revise recommended practice for Props creation
- it is not recommended to use Props.apply(=> Actor) within an Actor
- it is recommended to use that method in the Props factory method in
  an actor’s companion object
2014-01-16 22:44:03 +01:00
Patrik Nordwall
32b76adb9a Merge pull request #1918 from akka/wip-2927-balancing-pool-patriknw
!act #2927 Add BalancingPool and deprecate BalancingDispatcher
2014-01-16 12:30:26 -08:00
Patrik Nordwall
86ba467d41 Merge pull request #1912 from akka/wip-3617-cluster-readView-patriknw
+clu #3617 API improvements related to CurrentClusterState
2014-01-16 10:30:23 -08:00
Patrik Nordwall
1565a5e2b8 =act #3710 Correct doc of FSM unregistering listener 2014-01-16 19:29:24 +01:00