influxdb/import
Dom Dwyer adc6fcfb04
feat(catalog): linearise sort key updates
Updating the sort key is not commutative and MUST be serialised. The
correctness of the current catalog interface relies on the caller
serialising updates globally, something it cannot reasonably assert in a
distributed system.

This change of the catalog interface pushes this responsibility to the
catalog itself where it can be effectively enforced, and allows a caller
to detect parallel updates to the sort key.
2022-12-20 12:31:00 +01:00
..
src feat(catalog): linearise sort key updates 2022-12-20 12:31:00 +01:00
Cargo.toml chore(deps): Bump thiserror from 1.0.37 to 1.0.38 2022-12-19 10:33:32 +00:00