-
Story
-
Resolution: Done
-
Major
-
None
-
claircore-1.5.41
-
None
-
False
-
-
False
-
-
During indexing, we first lock a global mutex on the manifest that we're working on, so no other process can make changes. However, we don't check or lock this mutex in other APIs that affect the manifest, namely DeleteManifest (which could cause an unusual error to occur that informs the caller that a not-null constraint was violated).