-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Querying
-
Fully Compatible
-
ALL
-
Query 2016-10-31, Storage 2016-11-21
-
0
The ClientCursorMonitor periodically calls CursorManager::timeoutCursorsGlobal(), which will go over all open cursors and attempt to time them out. This code doesn't correctly handle views, and encounters an exception because it tries to get collection locks for a view's namespace.