-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: 3.6.2
-
Component/s: Aggregation Framework, Stability
-
None
-
Environment:Ubuntu 16.04.3 LTS
-
Fully Compatible
-
ALL
-
v3.6
-
-
Query 2018-01-29
Running certain db.collection.aggregate commands causes the mongod process to crash. Specifically, the crash seems to occur when field names contain a colon (:).
Error output:
2018-01-12T22:08:04.272+0000 E QUERY [thread1] Error: error doing query: failed: network error while attempting to run command 'aggregate' on host '127.0.0.1:27017' : DB.prototype.runCommand@src/mongo/shell/db.js:168:1 DB.prototype.runReadCommand@src/mongo/shell/db.js:139:16 DB.prototype._runAggregate/doAgg<@src/mongo/shell/db.js:239:60 DB.prototype._runAggregate@src/mongo/shell/db.js:242:21 DBCollection.prototype.aggregate@src/mongo/shell/collection.js:1212:12 @(shell):1:1
- is related to
-
SERVER-31696 Aggregation's renamed fields analysis is broken for dotted field paths, causes incorrect query results
- Closed