Merge pull request #26740 from akka/wip-26724-ClusterShardingFailureSpec-patriknw
fix wrong BackoffOpts in ClusterSharding, #26724
This commit is contained in:
commit
d52389a982
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue