Add troubleshooting hint to logging
This commit is contained in:
parent
2a5f254f16
commit
1d26fc97ab
1 changed files with 2 additions and 1 deletions
|
|
@ -1025,7 +1025,8 @@ class DDataShardCoordinator(typeName: String, settings: ClusterShardingSettings,
|
||||||
|
|
||||||
case UpdateTimeout(CoordinatorStateKey, Some(`evt`)) ⇒
|
case UpdateTimeout(CoordinatorStateKey, Some(`evt`)) ⇒
|
||||||
log.error(
|
log.error(
|
||||||
"The ShardCoordinator was unable to update a distributed state within 'updating-state-timeout': {} millis (retrying), event={}",
|
"The ShardCoordinator was unable to update a distributed state within 'updating-state-timeout': {} millis (retrying). " +
|
||||||
|
"Perhaps the ShardRegion has not started on all active nodes yet? event={}",
|
||||||
writeMajority.timeout.toMillis, evt)
|
writeMajority.timeout.toMillis, evt)
|
||||||
// repeat until UpdateSuccess
|
// repeat until UpdateSuccess
|
||||||
sendCoordinatorStateUpdate(evt)
|
sendCoordinatorStateUpdate(evt)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue