-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
ClientCursor::_idleAgeMillis can be updated both by the ClientCursorMonitor thread (when recording lapsed time) and by a request thread executing a getMore command/op (when resetting via resetIdleTime() call). It is currently not protected from concurrent writes but should be.
- related to
-
SERVER-28327 ClientCursorMonitor can timeout cursors prematurely
- Closed