forked from Deuxfleurs/garage
Alex Auvolat
fa13cf6996
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. |
||
---|---|---|
.. | ||
api | ||
core | ||
garage | ||
rpc | ||
table | ||
util |