-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Storage Execution 2025-04-14
-
0
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Typically, upon a replication state transition, writes will fail with a retriable error (for instance InterruptedDueToReplStateChange) so that the driver can retry the write on the new primary. However, an index build can fail with IndexBuildAborted (which is not a retriable error) and thus will not be retried.