-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 9.0.0-rc1020, 9.1.0-rc1021
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
Storage Execution 2026-09-14, Storage Execution 2026-09-28
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Today, the validation binary returns duplicate key errors as an exhaustive list of all affected documents. While this is handy, it can exceed size limits for downstream users of the command.
Unique index 'a-1' has duplicate key: { : a, : 1}, first record: RecordId(1), second record: RecordId(2)"
We should consider a more concise error that simply says:
"Unique index .* has n duplicate keys. See log id xxx for more information"