Skip to content

Fix node status recovery timers being dropped - #471

Open
toptobes wants to merge 1 commit into
apache:trunkfrom
toptobes:fix-status-changes-dropped
Open

Fix node status recovery timers being dropped#471
toptobes wants to merge 1 commit into
apache:trunkfrom
toptobes:fix-status-changes-dropped

Conversation

@toptobes

@toptobes toptobes commented Jul 28, 2026

Copy link
Copy Markdown

Updates ControlConnection._nodeStatusChangeTimeout to be a map of hosts => timers instead so that if multiple nodes had status updates at the same time, it wouldn't lead to all but one being dropped/ignored, which should speed up recovery time in such cases now

The node status event handlers may look different in the future under an all-encompassing "events handling overhaul", but this is a pretty simple fix for the time being

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant