-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
storage: test replicate queue behavior #11987
Comments
@a-robinson tossing your way as this likely ties in with other rebalancing work you're doing. |
Is there anything left to do here? |
Well, we're still missing the tests and test infrastructure for the replicate queue that were desired when the issue was created. I think it's fair to leave open, especially given that the purpose of the replicate queue is changing slightly as part of #26059 |
We have marked this issue as stale because it has been inactive for |
#11982 fixed an issue where the replicate queue was retrying lease transfers for a range repeatedly because the available target replica was behind and thus not a candidate. The replicate queue code does not make testing this easy. We should either refactor it or create infrastructure to make such tests feasible.
The text was updated successfully, but these errors were encountered: