Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -2/+2 |
| | |||||
* | Add tranquilizer mechanism to improve on token bucket mechanismtranquility | Alex Auvolat | 2021-11-04 | 1 | -2/+2 |
| | |||||
* | Refactoring on repair commandscli-verify-integrity | Alex Auvolat | 2021-10-27 | 1 | -49/+31 |
| | |||||
* | add cli parameter to verify local bloc integrity | Trinity Pointard | 2021-10-27 | 1 | -0/+8 |
| | | | | | reuse code for listing local blocks add disk i/o speed limit on integrity check | ||||
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 1 | -5/+1 |
| | |||||
* | Refactor block resync loop; make workers infaillible | Alex Auvolat | 2021-03-15 | 1 | -0/+10 |
| | |||||
* | Fix race condition | Alex Auvolat | 2021-03-15 | 1 | -17/+3 |
| | |||||
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -22/+11 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -22/+7 |
| | |||||
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 1 | -5/+4 |
| | |||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -4/+4 |
| | |||||
* | Repair: do not mark deleted when upstream object is not found | Alex Auvolat | 2020-05-04 | 1 | -4/+4 |
| | | | | | | | | | | 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. | ||||
* | Fix deletion propagation | Alex Auvolat | 2020-04-26 | 1 | -1/+5 |
| | |||||
* | Add key table to repair procedure | Alex Auvolat | 2020-04-26 | 1 | -0/+7 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+183 |