Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
Fully Compatible
-
ALL
-
TIG 2018-1-1, TIG 2017-12-18
-
0
Description
In mongo_lock.py, find_mutex_holder() looks up a mutex holder in a thread_dict map, but doesn't check for the key's existence first.
If the key doesn't exist, the entire MongoDBDumpLocks run fails with a backtrace and this Python error message:
KeyError: 17150
|
Instead, it should simply print an informative message and continue.