Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle GetShardHome after rebalance #3271

Merged

Conversation

Horusiath
Copy link
Contributor

Port of akka/akka#24209

  1. Previously if GetShardHome request was received while shard was rebalancing, request was ignored. It was not a problem, as retry was send later. Now, requests senders are collected, and once rebalance is done, they are being replied reactivelly (potentially before request retry).
  2. Additionally while DDataShardCoordinator in the middle of the update, and GetShardHome is incoming for shard of known localization, we can reply right away instead of awaiting for update phase to complete. This is change done in one of the previous PRs on Akka JVM side.

@Aaronontheweb Aaronontheweb added this to the 1.3.3 milestone Jan 16, 2018
@Aaronontheweb Aaronontheweb merged commit 881019e into akkadotnet:dev Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants