-
Type: Task
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: 3.5.4
-
Component/s: Testing Infrastructure
-
Server Tooling & Methods
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;
- is related to
-
SERVER-27866 The globalLockManager dump should print thread ID in decimal & hex
- Closed