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
During one of the backend drills, it was identified that when the following quorum loss condition is met, and the user provides a cancellation token, SDK honors the token, however doesn't apply the partition level fail over for the offending partition:
Quorum loss injected with the quorum replicas (3 out of 4 replicas are down).
The primary replica is specifically down.
A cancellation token with 5 seconds of timeout value is provided.
Observation:
SDK doesn't apply the partition level override and the subsequent write requests fails on the current faulty region/ partition.
Background:
During one of the backend drills, it was identified that when the following quorum loss condition is met, and the user provides a cancellation token, SDK honors the token, however doesn't apply the partition level fail over for the offending partition:
Observation:
Sample Diagnostics:
Diagnostics-1
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: