-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.5
-
Component/s: None
-
None
-
Query
-
ALL
SERVER-28343 enforced that a cursor can only be iterated under the session that created it, but only applied that restriction if auth is turned on. This led to some surprising behavior detailed in SERVER-34417.
For consistency between auth and no-auth cases, cursors should always require the same session, regardless of whether auth is enabled.
- related to
-
SERVER-34417 parallelCollectionScan within a session errors under auth
- Closed
-
SERVER-28343 Enforce that GETMORE operations can only be run under that cursor's session
- Closed