-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
At the moment the releaseMemory command locks everything that getMore would lock. Some of those locks are not necessary for the releaseMemory command since it does not access the collection, it only works with a stage's local state. We should look into how the locking before the command can be minimised to only what the command needs (i.e., lock the TRS)