Merge pull request #26740 from akka/wip-26724-ClusterShardingFailureSpec-patriknw

fix wrong BackoffOpts in ClusterSharding, #26724
This commit is contained in:
Patrik Nordwall 2019-04-15 17:42:58 +02:00 committed by GitHub
commit d52389a982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -750,7 +750,7 @@ private[akka] class ClusterShardingGuardian extends Actor {
ShardCoordinator.props(typeName, settings, allocationStrategy, rep, majorityMinCap)
val singletonProps =
BackoffOpts
.onFailure(
.onStop(
childProps = coordinatorProps,
childName = "coordinator",
minBackoff = coordinatorFailureBackoff,