-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
1
Currently, we are dumping a list with the cursor ids a range deletion is going to wait on into the logs, which is a valuable information in case the range-deleter is slow or gets stuck.
However, it's not easy to find the operation that belongs to a specific CursorId, so it's still hard to debug scenarios where range-deleter gets stuck.
The purpose of this ticket is to add more information about the cursors instead of just the CursorId.
This is the proposed list of attributes to fetch from the CursorManager here and add to this log statement:
- SessionId
- TxnNumber
- OriginatingCommand
- NBatches
- related to
-
SERVER-71792 Log list of cursors a range deletion is going to wait on
- Closed