-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Query
-
ALL
-
A Java driver test of tailable cursors fails against server version 3.7.3-550-gf7593ed, in a sharded cluster, with the following error:
Query failed with error code 50737 and error message 'Cannot run getMore on cursor 243782631710, which was created in session 80d19643-29d4-4559-aa12-2844f48d63ea - 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=, without an lsid'
The test is basically this:
- create capped collection
- insert document
- find command, tailable, with lsid
- getMore, with same lsid
- insert document
- getMore, with same lsid
The complete command/response sequence up until the fail is in the Steps to Reproduce.
The expected result is that the getMore completes without error and returns the just-inserted document.
- duplicates
-
SERVER-34204 Tailable cursor fails on getMore against a sharded cluster
- Closed