garage/src/table
Alex af261e1789
All checks were successful
continuous-integration/drone/push Build is passing
Fix a bug when a migration is followed by a rebalance
Nodes would stabilize on different encoding formats for the values,
some having the pre-migration format and some having the post-migration
format. This would be reflected in the Merkle trees never converging
and thus having an infinite resync loop.
2022-02-10 17:38:27 +01:00
..
replication Improve how node roles are assigned in Garage 2021-11-16 16:05:53 +01:00
Cargo.toml New model for buckets 2022-01-04 12:45:46 +01:00
data.rs Fix a bug when a migration is followed by a rebalance 2022-02-10 17:38:27 +01:00
gc.rs Some movement of helper code and refactoring of error handling 2022-01-04 12:52:46 +01:00
lib.rs Improve how node roles are assigned in Garage 2021-11-16 16:05:53 +01:00
merkle.rs Make table name a const in trait 2021-12-15 15:39:10 +01:00
schema.rs New buckets for 0.6.0: fix model and migration 2022-01-04 12:47:28 +01:00
sync.rs Some movement of helper code and refactoring of error handling 2022-01-04 12:52:46 +01:00
table.rs Some movement of helper code and refactoring of error handling 2022-01-04 12:52:46 +01:00
util.rs Rename and change query filters 2022-01-04 12:52:46 +01:00