Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

stale node entries in controller registry #729

Closed
pohly opened this issue Sep 10, 2020 · 3 comments
Closed

stale node entries in controller registry #729

pohly opened this issue Sep 10, 2020 · 3 comments
Assignees
Labels

Comments

@pohly
Copy link
Contributor

pohly commented Sep 10, 2020

When a node has registered with the controller and then exists (either during a normal shutdown of that node or because the driver dies unexpectedly), the registry has a stale entry.

We need a strategy for dealing with those stale entries. Right now, the controller will try to connect to the dead nodes in perpetuity (?).

@okartau
Copy link
Contributor

okartau commented Sep 10, 2020

Does the controller keep track when/if node is alive and good, and can it easily count connection attempts? The controller could remove stale entries based on some policy, if counting failed attempts/measuring "dead" time is easily doable.

@pohly
Copy link
Contributor Author

pohly commented Sep 10, 2020

I don't think it currently does, but something like that should be easily doable.

@pohly
Copy link
Contributor Author

pohly commented Jan 20, 2021

Resolved via PR #838

@pohly pohly closed this as completed Jan 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants