Skip to content

Commit

Permalink
Fix unhandled RememberShards by DDataShardCoordinator (#6160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Oct 8, 2022
1 parent 6259295 commit bf543ff
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -541,12 +541,12 @@ private bool ReceiveLateRememberedEntities(object message)
_baseImpl.AllocateShardHomesForRememberEntities();
}
Timers.Cancel(RememberEntitiesTimeoutKey);
break;
return true;

case RememberEntitiesLoadTimeout _:
// repeat until successful
GetAllRememberedShards();
break;
return true;
}
return false;
}
Expand Down

0 comments on commit bf543ff

Please sign in to comment.