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
The current tainting of upstream authorities doesn't fully support high availability (HA) scenarios. This issue arises because only one server—typically the one used to apply the taint—receives the tainted notification. Other servers do not pick up this update from the datastore.
To address this, we need to implement a bundle update mechanism that ensures all servers can read tainted statuses from the datastore and propagate the update as expected.
An ideal improvement would be adding an integration test that simulates HA conditions and forces authority rotation.
The text was updated successfully, but these errors were encountered:
The current tainting of upstream authorities doesn't fully support high availability (HA) scenarios. This issue arises because only one server—typically the one used to apply the taint—receives the tainted notification. Other servers do not pick up this update from the datastore.
To address this, we need to implement a bundle update mechanism that ensures all servers can read tainted statuses from the datastore and propagate the update as expected.
An ideal improvement would be adding an integration test that simulates HA conditions and forces authority rotation.
The text was updated successfully, but these errors were encountered: