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
|
|
@ -27,6 +27,7 @@ object MultiNodeClusterSpec {
|
|||
leader-actions-interval = 200 ms
|
||||
unreachable-nodes-reaper-interval = 200 ms
|
||||
periodic-tasks-initial-delay = 300 ms
|
||||
publish-state-interval = 0 s # always, when it happens
|
||||
}
|
||||
akka.test {
|
||||
single-expect-default = 5 s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue