-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The following improvements should be made:
- Wrap this call in assert.soon(), as it can cause failures when the recipient cursor is active but not detected by the hasOpenCursors code.
- Update hasOpenCursor() to check the command object for the targeted namespace.
- Consider adding the teardown executor logic to a scope guard to ensure it is properly cleaned up in case of early errors.