-
Type: Bug
-
Resolution: Duplicate
-
Priority: Critical - P2
-
None
-
Affects Version/s: 4.0.4, 4.0.10
-
Component/s: Index Maintenance
-
None
-
ALL
-
- Have an unique index on a field.
- Have multiple documents without that indexed field
- Make a query with { field: {$exists: false } }
Mongo server crashes when it sees multiple records for key 'null' in an unique index. It won't restart unless the systemd service has endless respawn configured.
- duplicates
-
SERVER-41213 Unique background index builds may produce inconsistent keys
- Closed