Page MenuHomeClusterLabs Projects

Restart controller timers if their duration changes
Open, NormalPublic

Assigned To
None
Authored By
kgaillot
Jan 29 2024, 1:36 PM
Tags
  • Restricted Project
  • Restricted Project
  • Restricted Project
Referenced Files
None
Subscribers

Description

If someone changes a cluster option that sets a controller timer duration (dc-deadtime, join-integration-timeout, etc.), config_query_callback() -> controld_configure_fsa_timers() will update it.

Currently, this does not affect any existing timer that's already active, which will continue with the old value. We should probably restart the timer to make the new value take effect. (Even better would be to add the difference between the old and new values to the remaining timeout of the current instance, but that's probably impractical.)

Event Timeline

kgaillot triaged this task as Normal priority.Jan 29 2024, 1:36 PM
kgaillot created this task.
kgaillot created this object with edit policy "Restricted Project (Project)".