-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
Currently in case of a insert or update performed within a retryable write, we skip the registration of the collection in the CSRS.
The goal of this ticket is
- remove that barrier and start registering collections.
- remove the same barrier in the createIndex. Note the retryable writes only propagates the session info if the operation is supported. Since createIndex is unsupported, that check should always return false and no test should break.
Note that point 1. is known to cause some tests to fail and it won't be as trivial as just removing the check
- duplicates
-
SERVER-86254 Implicit creation due to retryable write or txn statement must follow new path
- Open
- related to
-
SERVER-88901 Complete TODO listed in SERVER-85366
- Closed