Implemented HashedWheelTimer as the default scheduling mechanism in Akka. Fixes #1291
This commit is contained in:
parent
b2d548bd0e
commit
896c906d03
27 changed files with 3320 additions and 134 deletions
|
|
@ -109,7 +109,7 @@ class Gossiper(remote: Remote) {
|
|||
private val failureDetector = remote.failureDetector
|
||||
private val connectionManager = new RemoteConnectionManager(app, remote, Map.empty[InetSocketAddress, ActorRef])
|
||||
private val seeds = Set(address) // FIXME read in list of seeds from config
|
||||
private val scheduler = new DefaultScheduler
|
||||
private val scheduler = app.scheduler
|
||||
|
||||
private val address = app.defaultAddress
|
||||
private val nodeFingerprint = address.##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue