-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Correctness 2026-04-07, Correctness 2026-04-21
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We "promote" v2 buckets to v3 if their measurements are out of order. This signals that their measurements are out of order and that optimizations that depend on the measurements being in order cannot be used.
If a bucket is marked as v3 but its measurements are in order, the only impact of this is that some optimizations are not used when reading from it. This isn't serious enough to warrant being a validation error; we also know that this is possible to hit (SERVER-116348).
We can make this check return a warning instead of an error.
- is related to
-
SERVER-116348 Log invalid bucket documents in validate
-
- Closed
-