-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution EMEA Team 2023-10-16
-
133
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.