-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
ALL
-
Repl 2024-07-22
When fassertOnLockTimeoutForStepUpDown is set (default: 30 seconds), then if we fail to step down we will fassert and attempt to dump the lock manager. If the number of locks is very large, dumpLockManager() could fail with a BSONObjTooLargeException; we should catch this and fassert with the correct error anyway.