-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
TIG 2018-1-1, TIG 2017-12-18
-
0
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.