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

[Bug] failed node is not removed #143

Open
shawncao opened this issue Jan 12, 2022 · 0 comments
Open

[Bug] failed node is not removed #143

shawncao opened this issue Jan 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@shawncao
Copy link
Collaborator

We need have to have a regular routine to ensure all the nodes are up running, which means stale nodes and their data blocks need to be removed. Keeping data blocks up to date and fresh is critical.

Currently, there is a race condition that "dead nodes" could stay in meta data tracking list, we need mechanism to clean it up to ensure all query won't hit and timeout on those dead nodes.

@shawncao shawncao self-assigned this Jan 12, 2022
@shawncao shawncao added the bug Something isn't working label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant