-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Tools
-
None
-
ALL
-
(copied to CRM)
Hi All,
Mongoimport's --stopOnError functionality does not stop for the error type, E11000 duplicate key error index as per it's defined behaviour in the source. With the in-source code comment of:
// we don't want to return an error from the mongoimport process for // dup key errors
Is it possible to change this to return an error or add a strict flag such that it will return an error for this condition ? Or is this simply incorrect in the docs ?
Thanks!
Eoin
- duplicates
-
TOOLS-65 mongoimport stopOnError does not stop on error (legacy C++)
- Closed