Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Execution EMEA Team 2023-10-16
-
133
Description
cleanupChangeCollectionAfterUncleanShutdown() and cleanupPreImagesCollectionAfterUncleanShutdown() both try to establish a collection snapshot via acquireCollection().
However, acquireCollection() can throw a WriteConflictException if it races with concurrent catalog changes.
The startup recovery code should be robust against WCE.