You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem\nCluster down handling is asynchronous. If a down event for one endpoint is still in progress and the Host endpoint changes, a later down/forced-down event for the replacement endpoint can be ignored or overwritten by queued up/down state tied to the old endpoint.\n\n## Impact\nThe driver can skip cleanup/reconnector handling for the replacement endpoint or replay an up event that should have been cancelled by the newer down event.\n\n## Expected fix\nTrack the endpoint associated with active and pending down handling, queue replacement-endpoint down events separately, and replay only the event that still matches the current endpoint/epoch.
Problem\nCluster down handling is asynchronous. If a down event for one endpoint is still in progress and the Host endpoint changes, a later down/forced-down event for the replacement endpoint can be ignored or overwritten by queued up/down state tied to the old endpoint.\n\n## Impact\nThe driver can skip cleanup/reconnector handling for the replacement endpoint or replay an up event that should have been cancelled by the newer down event.\n\n## Expected fix\nTrack the endpoint associated with active and pending down handling, queue replacement-endpoint down events separately, and replay only the event that still matches the current endpoint/epoch.