-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: 7.1.1, 4.4.26, 7.0.4, 6.0.13, 5.0.24, 7.2.0
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
v7.2, v7.1, v7.0, v6.0, v5.0, v4.4
-
-
Execution Team 2023-12-11, Execution Team 2023-12-25
-
(copied to CRM)
-
120
All secondaries can be broken with a single createCollection command:
{"t":{"$date":"2023-12-02T14:55:21.692+11:00"},"s":"F", "c":"REPL", "id":21235, "ctx":"OplogApplier-0","msg":"Failed to apply batch of operations","attr":{"numOperationsInBatch":1,"firstOperation":{"op":"c","ns":"test.$cmd","ui":{"$uuid":"75672829-4c0b-4319-9171-646e0efc1822"},"o":{"create":"coll1","storageEngine":{"inMemory":{"engineConfig":{"inMemorySizeGB":5.0}}},"idIndex":{"v":2,"key":{"_id":1},"name":"_id_"}},"ts":{"$timestamp":{"t":1701489321,"i":1}},"t":3,"v":2,"wall":{"$date":"2023-12-02T03:55:21.689Z"}},"lastOperation":{"op":"c","ns":"test.$cmd","ui":{"$uuid":"75672829-4c0b-4319-9171-646e0efc1822"},"o":{"create":"coll1","storageEngine":{"inMemory":{"engineConfig":{"inMemorySizeGB":5.0}}},"idIndex":{"v":2,"key":{"_id":1},"name":"_id_"}},"ts":{"$timestamp":{"t":1701489321,"i":1}},"t":3,"v":2,"wall":{"$date":"2023-12-02T03:55:21.689Z"}},"failedWriterThread":4,"error":"InvalidOptions: Expected \"wiredTiger\" field, but got: inMemory"}}
This issue does not exist in MongoDB Community, only in MongoDB Enterprise.
- is related to
-
SERVER-68122 Investigate replicating the collection WiredTiger config string during initial sync
- Closed
-
SERVER-73182 [Optimization] Make analyzeShardKey command drop the temporary collection for storing split points asynchronously
- Closed
- links to