-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.8
-
Component/s: Cluster Mgmt, Connection Mgmt, Query Operations
-
None
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.
- 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