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
With the remote storage, leader writes the cluster state to both local and remote storage. At times, when the remote storage is experiencing surge in traffic, it can start throttling the requests. This can cause state upload to fail and would cause leader to step down and would result in re-elections. This can go in a loop until throttling subsides.
Expected behavior
Enhance the exception handling where leader need not step down for cases where cluster state updates are failing purely due to remote store throttling.
The text was updated successfully, but these errors were encountered:
Describe the bug
With the remote storage, leader writes the cluster state to both local and remote storage. At times, when the remote storage is experiencing surge in traffic, it can start throttling the requests. This can cause state upload to fail and would cause leader to step down and would result in re-elections. This can go in a loop until throttling subsides.
Expected behavior
Enhance the exception handling where leader need not step down for cases where cluster state updates are failing purely due to remote store throttling.
The text was updated successfully, but these errors were encountered: