Commit graph

13632 commits

Author SHA1 Message Date
Patrik Nordwall
d7aab50da0 !act #2927 Add BalancingPool and deprecate BalancingDispatcher 2014-01-16 19:06:42 +01:00
Patrik Nordwall
f924b47e29 Merge pull request #1925 from akka/wip-fix-race-in-index-√
=act - Fixes a race condition between concurrent puts and removes of key...
2014-01-16 07:24:19 -08:00
Patrik Nordwall
2e5193347e !clu #3617 API improvements related to CurrentClusterState
* Getter for CurrentClusterState in Cluster extension, updated via
  ClusterReadView
* Remove lazy init of readView. Otherwise the cluster.state will be
  empty on first access, wich is probably surprising
* Subscribe to several cluster event types at once, to ensure *one*
  CurrentClusterEvent followed by change events
* Deprecate publishCurrentClusterState, was a bad idea, use sendCurrentClusterState
  instead
* Possibility to subscribe with InitialStateAsEvents to receive events corresponding
  to CurrentClusterState
* CurrentClusterState not a ClusterDomainEvent, ticket #3614
2014-01-16 16:17:44 +01:00
dario.rexin
39dd4d3fea +doc #3816 Removed surrounding scala code from config examples in docs 2014-01-16 15:09:29 +01:00
Patrik Nordwall
344734bef4 =act #3798 Increase coroner timeout in ConsistencySpec 2014-01-16 12:16:55 +01:00
Patrik Nordwall
bfbee94fec Merge pull request #1916 from akka/wip-3809-config-1.1-patriknw
!pro #3809 Update to config 1.2.0
2014-01-16 00:23:27 -08:00
Patrik Nordwall
7ded992a5c Merge pull request #1911 from akka/wip-3801-ReliableProxySpec-dilated-patriknw
=con #3801 No dilation of expectNoMsg in ReliableProxySpec
2014-01-15 10:30:41 -08:00
Patrik Nordwall
e441d1b29b !pro #3809 Update to config 1.2.0
* Changed all duration reads to use implicit conversion
  and the new getDuration to reduce boilerplate
2014-01-15 19:26:47 +01:00
Patrik Nordwall
8e4dfbbb3d Merge pull request #1924 from akka/wip-3690-CircuitBreakerOpenException-patriknw
=act #3690 Correct calculation of remainingDuration in CircuitBreakerOpenException
2014-01-15 07:05:38 -08:00
Patrik Nordwall
648d5c6041 Merge pull request #1922 from akka/wip-3591-ExecutionContextExecutor-patriknw
+act #3591 Return ExecutionContextExecutor from context.dispatcher
2014-01-15 06:35:50 -08:00
Patrik Nordwall
916141ffe5 Merge pull request #1921 from akka/wip-3662-Status-Any-patriknw
+act #3662 Support Any value in akka.actor.Status
2014-01-15 06:34:58 -08:00
Patrik Nordwall
14bde3d0e0 Merge pull request #1920 from akka/wip-3605-defaultDecider-patriknw
=act #3605 Make defaultDecider a val
2014-01-15 06:33:45 -08:00
Patrik Nordwall
1e952d1d9c Merge pull request #1919 from akka/wip-3648-fsm-defaults-patriknw
+act #3648 Add default repeat=false in FSM.setTimer
2014-01-15 06:32:33 -08:00
Patrik Nordwall
246196eaf3 Merge pull request #1913 from akka/wip-3769-toStringWithoutAddress-patriknw
+act #3769 Add toStringWithoutAddress to ActorPath
2014-01-15 06:08:15 -08:00
Patrik Nordwall
7648a50d53 +act #3769 Add toStringWithoutAddress to ActorPath 2014-01-15 15:05:52 +01:00
Viktor Klang
12fd7f9698 =act #3819 - Correcting a race between Index.put and Index.remove(key) 2014-01-15 14:56:56 +01:00
Patrik Nordwall
2a791f4116 =con #3801 No dilation of expectNoMsg in ReliableProxySpec
* The problem was that too long expectNoMsg caused failure detection
  because of blackhole
2014-01-15 14:48:50 +01:00
Patrik Nordwall
2c57e86b72 =act #3690 Correct calculation of remainingDuration in CircuitBreakerOpenException 2014-01-14 10:50:49 +01:00
Roland Kuhn
91f5d80804 Merge pull request #1908 from jcranky/master
replacing the suggested netbeans plugin information, the old one is outd...
2014-01-14 00:51:29 -08:00
Roland Kuhn
3257da62a4 Merge pull request #1907 from jozic/normalize-deatchwatch-debug
=act Normalize DeathWatch Debug events' messages
2014-01-14 00:50:35 -08:00
Roland Kuhn
bde48b82dd Merge pull request #1903 from drexin/wip-3624-drexin
=act #3634, #3796 Fixing errors in code comments
2014-01-14 00:44:06 -08:00
Roland Kuhn
eb6c2eee07 Merge pull request #1899 from gramk/wip-log-ask-timeout
=act #3800: Add timeout value in AskTimeoutException message.
2014-01-14 00:42:17 -08:00
Roland Kuhn
f745565e7a Merge pull request #1898 from archie/wip-3564-moving-actordsl-documentation-archie
=doc #3564 Moving the Actor DSL doc section
2014-01-14 00:31:28 -08:00
Roland Kuhn
9e0da0a417 Merge pull request #1851 from akka/wip-build-license-∂π
move license and homepage definition into build
2014-01-13 05:55:23 -08:00
Patrik Nordwall
0ae785beb5 +act #3591 Return ExecutionContextExecutor from context.dispatcher 2014-01-13 09:31:36 +01:00
Patrik Nordwall
7d84335b41 +act #3662 Support Any value in akka.actor.Status 2014-01-13 08:28:26 +01:00
Patrik Nordwall
e420a5bbeb =act #3605 Make defaultDecider a val 2014-01-13 08:12:28 +01:00
Patrik Nordwall
ea44306133 +act #3648 Add default repeat=false in FSM.setTimer 2014-01-13 07:50:27 +01:00
Dario Rexin
5221b23aa7 =act #3634, #3796 Fixing errors in code comments 2014-01-10 15:22:54 +01:00
jcranky
f7f98557de =doc Replace old NetBeans plugin information 2014-01-10 11:12:28 -02:00
Gaetan Hervouet
4c2eb74c78 =act #3800: Add timeout value in AskTimeoutException message. 2014-01-08 10:14:33 -05:00
Eugene Platonov
a28fccea85 =act Normalize DeathWatch Debug events' messages 2014-01-02 23:03:07 -05:00
Patrik Nordwall
e25455e935 Merge pull request #1906 from akka/wip-3797-persistence-tests-patriknw
=per #3797 Additional hardening of persistence tests
2013-12-31 07:25:35 -08:00
Patrik Nordwall
9d0bee1281 =per #3797 Additional hardening of persistence tests
* Pass system properties to forked tests
* revert Cleanup.afterTermination
* increase timeout for first assert in failing tests
2013-12-30 19:29:38 +01:00
Patrik Nordwall
e41ee67dc1 Merge pull request #1901 from akka/wip-3797-leveldb-test-cleanup-patriknw
=per #3797 Harden file deletions in persistence tests
2013-12-20 07:10:12 -08:00
Björn Antonsson
9ec1d32e57 Merge pull request #1896 from akka/wip-3759-stop-using-deprecated-scalatest-features-ban
=pro #3759 Changed to using non-deprecated ScalaTest Matchers
2013-12-20 06:41:08 -08:00
Patrik Nordwall
e94fc68f2f =per #3797 Harden file deletions in persistence tests 2013-12-20 12:40:54 +01:00
Björn Antonsson
003609c9c5 =pro #3759 Changed to using non-deprecated ScalaTest Matchers 2013-12-18 11:32:51 +01:00
Marcus Ljungblad
189f4888eb =doc #3564 Moving the Actor DSL doc section 2013-12-17 12:21:52 -05:00
Björn Antonsson
b8c7d7badd Merge pull request #1895 from akka/wip-3782-make-iodocspec-say-what-went-wrong-ban
=doc #3782 Make IODocSpec say what went wrong
2013-12-17 04:22:29 -08:00
Björn Antonsson
9d0b9ec6ad Merge pull request #1885 from akka/wip-3725-make-fsmtimingspec-more-robust-ban
=act #3725 Make FSMTimingSpec more robust.
2013-12-17 04:21:58 -08:00
Patrik Nordwall
b74103a013 Merge pull request #1890 from krasserm/wip-3771-sync-snapshot-filenames-krasserm
=per #3771 Snapshot file names are only read on system startup
2013-12-16 01:28:01 -08:00
Roland Kuhn
48bcb0357b Merge pull request #1888 from archie/wip-3638-implicitsender-requires-testkitbase-archie
!tes #3638 ImplicitSender and DefaultTimeout requires TestKitBase
2013-12-16 00:19:09 -08:00
Martin Krasser
17632d83ce =per #3771 Snapshot file names are only read on system startup
- snapshot file names are no longer cached
- they are read on every load attempt on a per-processor basis
2013-12-16 09:09:06 +01:00
Patrik Nordwall
402d064242 Merge pull request #1893 from akka/wip-doc-build-patriknw
=pro Fix doc build of java only projects
2013-12-16 00:06:25 -08:00
Patrik Nordwall
ac2be7b382 Merge pull request #1894 from akka/wip-doc-typos-patrikw
=doc Fix a few typos in docs
2013-12-16 00:06:10 -08:00
Patrik Nordwall
eb5f965b2e Merge pull request #1864 from akka/wip-creation-ordering-∂π
=doc #3763 add actor creation ordering guarantees
2013-12-16 00:04:49 -08:00
Patrik Nordwall
3b3099c6d5 =pro Exclude osgi samples from zips, (fails, no content) 2013-12-15 17:43:46 +01:00
Patrik Nordwall
0a56fbf7d0 =doc Fix a few typos in docs 2013-12-15 17:42:03 +01:00
Patrik Nordwall
8076c784ec =pro Fix doc build of java only projects
* javadoc complains on the -target flag for projects with only java sources
* found solution here: https://groups.google.com/forum/#!topic/simple-build-tool/I75AODwFlH0
2013-12-15 12:07:43 +01:00