-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-01-22, Execution Team 2024-02-05, Execution Team 2024-02-19, Execution Team 2024-03-04
BSONColumnBuilder throwing should be handled gracefully. It may throw for valid reasons, for example, if users have performed direct writes to the bucket collection corrupting the BSONColumn binary in a way that is not caught by BSON validation.
If bucket compression is performed as a re-write when the bucket closes we should leave the bucket uncompressed.
If bucket compression is part of inserting data into an existing bucket we should close this bucket and retry the insert into a new bucket (that is guaranteed to not be corrupted). This requires that all type of valid BSON from the user is encodable in BSONColumn.
- is related to
-
SERVER-84170 Time-series bucket compression fails with certain input
- Closed
-
SERVER-80653 Retry when time-series bucket compression fails
- Closed
-
SERVER-84233 Support BSON MinKey and MaxKey in BSONColumn
- Closed