-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
v3.4
-
TIG 2017-03-06, TIG 2017-03-27
The mongo::(anonymous namespace)::globalLockManager dump() function, invokes LockManager::_dumpBucket() to produce useful output for displaying locks and associated thread IDs. Since GDB prints out thread IDs in hex it hard to line them up. The dump should print out in both decimal and hex for this purpose.
- related to
-
SERVER-28198 Remove the decimal format for threadId when dumping LockManager
- Closed