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

[Zone Decommission] Update peerFinderInterval with backoff policy #4615

Open
imRishN opened this issue Sep 28, 2022 · 1 comment
Open

[Zone Decommission] Update peerFinderInterval with backoff policy #4615

imRishN opened this issue Sep 28, 2022 · 1 comment
Labels
distributed framework enhancement Enhancement or improvement to existing feature or request

Comments

@imRishN
Copy link
Member

imRishN commented Sep 28, 2022

As per comment in #4590, we expect a back off policy attached while updating the findPeerInterval for decommissioned nodes.

Currently, to control the discovery of decommissioned nodes to avoid throttling issues, we set the findPeerInterval to 120sec. Now for cases when the user has accidentally decommissioned a zone and now wants to recommission it back, the user might need to wait for 120 sec in the worst case. If we could attach a exponential back off policy to plateau to 120 sec rather than directly to 120 sec would be really helpful for such cases.

The scope of this issue is limited to attaching a exponential backoff policy while controlling the discovery of decommissioned nodes

@anasalkouz
Copy link
Member

@imRishN Please make sure to copy the content of the comment into issue description and add enough context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
distributed framework enhancement Enhancement or improvement to existing feature or request
Projects
None yet
Development

No branches or pull requests

3 participants