make LocalScope mean “purely local” and avoid Props serialization check, see #3210
This commit is contained in:
parent
a4af04ca09
commit
92db59183e
51 changed files with 205 additions and 117 deletions
|
|
@ -17,6 +17,7 @@ import akka.actor.Props
|
|||
import akka.actor.Actor
|
||||
import akka.actor.RootActorPath
|
||||
import akka.cluster.MemberStatus._
|
||||
import akka.actor.Deploy
|
||||
|
||||
object RestartFirstSeedNodeMultiJvmSpec extends MultiNodeConfig {
|
||||
val seed1 = role("seed1")
|
||||
|
|
@ -74,7 +75,7 @@ abstract class RestartFirstSeedNodeSpec
|
|||
seedNode1Address = a
|
||||
sender ! "ok"
|
||||
}
|
||||
}), name = "address-receiver")
|
||||
}).withDeploy(Deploy.local), name = "address-receiver")
|
||||
enterBarrier("seed1-address-receiver-ready")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue