=cls #18722 fix DDataShardCoordinator init
* the become logic was wrong when watchStateActors triggers an immediate state update
This commit is contained in:
parent
ef901becee
commit
27995af79f
4 changed files with 14 additions and 18 deletions
|
|
@ -9,9 +9,9 @@ import akka.actor._
|
|||
import akka.cluster.Cluster
|
||||
import akka.cluster.sharding.ShardRegion.GracefulShutdown
|
||||
import akka.persistence.Persistence
|
||||
import akka.persistence.journal.leveldb.{SharedLeveldbJournal, SharedLeveldbStore}
|
||||
import akka.persistence.journal.leveldb.{ SharedLeveldbJournal, SharedLeveldbStore }
|
||||
import akka.remote.testconductor.RoleName
|
||||
import akka.remote.testkit.{MultiNodeConfig, MultiNodeSpec, STMultiNodeSpec}
|
||||
import akka.remote.testkit.{ MultiNodeConfig, MultiNodeSpec, STMultiNodeSpec }
|
||||
import akka.testkit._
|
||||
import com.typesafe.config.ConfigFactory
|
||||
import org.apache.commons.io.FileUtils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue