garage/src/garage
Alex fa13cf6996 Repair: do not mark deleted when upstream object is not found
With the previous behaviour, repairing could see some data as absent
and decide that the object or version was deleted,
thus going on to delete the version and blocks.
In the case where read_quorum + write_quorum <= replication_factor
however, entries may not yet be returned by the get, thus data would
have been deleted that should hot have been. The new behavior is more
cautious and just skips the entry when the warning is emitted.
2020-05-04 13:30:42 +00:00
..
admin_rpc.rs Split code for modular compilation 2020-04-24 10:10:01 +00:00
Cargo.toml Split code for modular compilation 2020-04-24 10:10:01 +00:00
main.rs Split code for modular compilation 2020-04-24 10:10:01 +00:00
repair.rs Repair: do not mark deleted when upstream object is not found 2020-05-04 13:30:42 +00:00
server.rs Split code for modular compilation 2020-04-24 10:10:01 +00:00