-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Concurrency
-
None
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In replica pairs mode, updateSetsWithLocalOps() maintains a list of ops that are not known to have been applied to the peer. In some cases we may do a dbtemprelease in this function or in updateSetsWithOps() which could invalidate a non client cursor and BSONObj if oplog insertions during the dbtemprelease cause the cursor's current pointer to be deleted.
This issue is in replica pairs mode only.