Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
ALL
-
0
Description
DistributedLock::lock_try() can throw DBExceptions from the constructor of ScopedDbConnection - this very rarely results in a crashing test if a host cannot be contacted.
Solution is to add a catch(const DBException& ex) block to places where we currenly protect against LockExceptions.