-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.2.6, 3.3.6
-
Component/s: Diagnostics
-
None
-
Fully Compatible
-
ALL
-
Platforms 16 (06/24/16)
The FTDCSimpleInternalCommandCollector for collStats is initialized with the namespace set to the complete oplog collection namespace and then this value is passed in to the command invocation as a database name.
This only works because we blindly concatenate dbname with the value of the first field in the command (which would be empty in this case), but it breaks once we tighten the namespace parsing.
- is depended on by
-
SERVER-24389 Fix or remove Command::parseNs()
- Backlog