Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Works as Designed
-
3.8
-
None
-
None
Description
I have a MongoDB server cluster running on AWS. The set up is as follows:
1 x mongos router
3 x mongod config servers
1 x shard
- 3x mongod replicaset
I am trying to do some maths with info stored in every document of one collection. The calculation can be long so to prevent cursor timeout I used no_cursor_timeout option in find() function. However, even with setting the batch size to 2, I am still getting cursor timeout error.
Attachments
Issue Links
- duplicates
-
DOCS-11255 Document that 3.6 implicit sessions may cause noTimeout cursors to close while in use.
-
- Closed
-
- is related to
-
PYTHON-1880 Raise a warning when no_cursor_timeout is used with an implicit session
-
- Closed
-
- related to
-
DRIVERS-1602 Automate session refresh for long-lived cursors
-
- Backlog
-