Details
-
Task
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
3.5.4
-
Server Tooling & Methods
Description
Currently in the LockManager::_dumpBucket function we dump the decimal and hexadecimal format for the threadId. We should simplify this and only dump the hex value.
The output should look like:
GRANTED:
|
LockRequest 293 @ 0x5592FBF23000: Mode = X; Thread = 0x7f17d425b700; ConvertMode = NONE; EnqueueAtFront = 0; CompatibleFirst = 0;
|
PENDING:
|
LockRequest 294 @ 0x5592FBF23C00: Mode = S; Thread = 0x7f17c0132700; ConvertMode = NONE; EnqueueAtFront = 0; CompatibleFirst = 0;
|
Attachments
Issue Links
- is related to
-
SERVER-27866 The globalLockManager dump should print thread ID in decimal & hex
-
- Closed
-