Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
3.1.5
-
Minor Change
-
ALL
-
Description
When createIndex is called in the shell it checks if the options provided are an array with if ( options.length ). If options is an object with a a field called length that is very large the shell will stall. This can be fixed by check if it's an array with if ( Array.isArray(options ). This can cause problems in jstestfuzz.
Attachments
Issue Links
- is related to
-
SERVER-31038 DBCollection.prototype.createIndexes can stall when given object with large "length" property
-
- Closed
-