-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We hold a mutex when we write to _changeStreamsMonitorCtx, but we do not hold a mutex when we read from this value elsewhere.
Update the read to also hold the mutex.