garage/src/util
Alex c1d1646c4d
Some checks failed
continuous-integration/drone/push Build is failing
Change the way new layout assignations are computed.
The function now computes an optimal assignation (with respect to partition size) that minimizes the distance to the former assignation, using flow algorithms.

This commit was written by Mendes Oulamara <mendes.oulamara@pm.me>
2022-05-01 09:54:19 +02:00
..
crdt Implement {Put,Get,Delete}BucketCors and CORS in general 2022-01-24 11:58:00 +01:00
background.rs run cargo fmt on util and make missing doc warning 2021-04-27 16:37:10 +02:00
bipartite.rs Change the way new layout assignations are computed. 2022-05-01 09:54:19 +02:00
Cargo.toml Add missing opentelemetry features 2022-04-08 14:21:04 +02:00
config.rs Make background tranquility a configurable parameter 2022-03-23 10:25:19 +01:00
data.rs Remove ... at end of hex IDs 2022-03-14 10:52:31 +01:00
error.rs Add feature flag for Kubernetes discovery 2022-03-24 16:57:43 +01:00
lib.rs Change the way new layout assignations are computed. 2022-05-01 09:54:19 +02:00
metrics.rs Add metrics to web endpoint 2022-03-14 10:53:50 +01:00
persister.rs fix clippy warnings on util and rpc 2021-05-03 22:11:41 +02:00
sled_counter.rs Implement exponential backoff for resync retries 2022-03-14 11:41:20 +01:00
time.rs New buckets for 0.6.0: small fixes, including: 2022-01-04 12:46:41 +01:00
token_bucket.rs Refactoring on repair commands 2021-10-27 11:14:55 +02:00
tranquilizer.rs Add tranquilizer mechanism to improve on token bucket mechanism 2021-11-04 13:26:59 +01:00