-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.4
-
Component/s: None
-
None
SERVER-27891 disables the ability to send writeConcern with the reIndex command. Though reIndex was initially listed as a command supporting writeConcern in MongoDB 3.4 the support was never fully implemented. MongoDB 3.5+ returns an error if writeConcern is included with reIndex.
Change Collection.reindex to not send writeConcern with the command.
- is depended on by
-
DRIVERS-359 reIndex does not support writeConcern
- Closed