-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Storage Execution 2026-02-02
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently in wtRCToStatus_slow, WT_DUPLICATE_KEY gets converted to DuplicateKey. However, DuplicateKey represents a higher-level error when inserting into a unique index, and it also requires DuplicateKeyErrorInfo which is not relevant in such a low layer. Currently, hitting this path will cause an exception to be thrown since it is not constructed with a DuplicateKeyErrorInfo.
- is depended on by
-
SERVER-111867 Re-allow writing to a collection during primary driven index builds
-
- Closed
-
-
SERVER-117903 Permit full key matches when draining keys for primary-driven index build
-
- Closed
-
- related to
-
SERVER-111433 Make wtRCToStatus_slow return ErrorCodes::DuplicateKey on WT_DUPLICATE_KEY and ErrorCodes::NoSuchKey on WT_NOTFOUND
-
- Closed
-