-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
ALL
-
(copied to CRM)
-
🟥 DDL
-
None
-
None
-
None
-
None
-
None
-
None
In the field, we observed what appears to be a false positive due to checkMetadataConsistency (CMC) racing with automerge. Suspected sequence:
- CMC sees a [B, C) chunk.
- The automerger coalesces chunks in the range [A, D).
- CMC moves forward and now sees a single [A, D) chunk, overlapping with the previous [B, C) it had observed.