First step in refactoring of cluster internals to actors, see #2311
* Move clustering code to ClusterCore actor * More will be done, comitting this for early review
This commit is contained in:
parent
1ccb9fe7ec
commit
c708d2ad8a
11 changed files with 820 additions and 870 deletions
|
|
@ -29,8 +29,8 @@ class ClusterConfigSpec extends AkkaSpec {
|
|||
HeartbeatInterval must be(1 second)
|
||||
LeaderActionsInterval must be(1 second)
|
||||
UnreachableNodesReaperInterval must be(1 second)
|
||||
PublishStateInterval must be(1 second)
|
||||
JoinTimeout must be(60 seconds)
|
||||
NrOfGossipDaemons must be(4)
|
||||
AutoJoin must be(true)
|
||||
AutoDown must be(false)
|
||||
UseDispatcher must be(Dispatchers.DefaultDispatcherId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue