aboutsummaryrefslogtreecommitdiff
path: root/src/model/block.rs
Commit message (Expand)AuthorAgeFilesLines
* Move block manager to separate moduleAlex Auvolat2022-03-231-1107/+0
* Add comment for fsyncAlex Auvolat2022-03-141-0/+5
* Fix resync queue to not drop itemsAlex Auvolat2022-03-141-16/+21
* Spawn a single resync workerAlex Auvolat2022-03-141-11/+7
* Add appropriate fsync() calls in write_blockAlex Auvolat2022-03-141-2/+13
* Implement exponential backoff for resync retriesfeature/opentelemetrybug/resync-exponential-backoffAlex Auvolat2022-03-141-4/+90
* Add wrapper over sled tree to count items (used for big queues)Alex Auvolat2022-03-141-1/+3
* Add metrics to API endpointAlex Auvolat2022-03-141-4/+7
* Refactor how durations are measuredAlex Auvolat2022-03-141-19/+14
* Update to Netapp 0.4 which supports distributed tracingAlex Auvolat2022-03-141-2/+22
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-3/+5
* Add many metrics in table/ and rpc/Alex Auvolat2022-03-141-4/+51
* Some movement of helper code and refactoring of error handlingAlex Auvolat2022-01-041-5/+3
* Add compression using zstd (#173)trinity-1686a2021-12-151-36/+165
* Implement GC delay for table dataAlex Auvolat2021-11-081-8/+2
* Safety: never voluntarily delete block in 10min interval after RC reaches zeroAlex Auvolat2021-11-081-48/+180
* Add tranquilizer mechanism to improve on token bucket mechanismtranquilityAlex Auvolat2021-11-041-25/+32
* Fix race in block resyncAlex Auvolat2021-10-271-9/+8
* Refactoring on repair commandscli-verify-integrityAlex Auvolat2021-10-271-40/+30
* add cli parameter to verify local bloc integrityTrinity Pointard2021-10-271-29/+92
* Fix clippy lints (fix #121)Alex Auvolat2021-10-261-6/+6
* Refactor block manager code, and hopefully fix deadlockAlex Auvolat2021-10-251-170/+247
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-1/+3
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-17/+13
* First port of Garage to NetappAlex Auvolat2021-10-221-50/+59
* rename types to CamelCaseTrinity Pointard2021-05-031-1/+1
* fix clippy warnings on modelTrinity Pointard2021-05-031-15/+15
* change some more comments and revert changes on TableSchemaTrinity Pointard2021-04-271-1/+0
* make most requested changesTrinity Pointard2021-04-271-3/+3
* attempt at documenting model crateTrinity Pointard2021-04-271-1/+26
* attempt at documenting table crateTrinity Pointard2021-04-271-1/+1
* GC object table in a specific caseAlex Auvolat2021-03-161-1/+1
* Simplify replication logicAlex Auvolat2021-03-161-8/+6
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-7/+6
* WIP migrate to tokio 1Alex Auvolat2021-03-151-10/+13
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-151-28/+30
* Small fixesAlex Auvolat2021-03-151-7/+16
* Make block rc code more understandableAlex Auvolat2021-03-151-33/+21
* Time and metadata improvementsAlex Auvolat2021-03-151-2/+2
* Fix race conditionAlex Auvolat2021-03-151-3/+7
* Fix list API bugAlex Auvolat2021-03-151-11/+17
* cargo fmtAlex Auvolat2021-03-121-2/+6
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-12/+6
* More security: don't delete stuff too easilyAlex Auvolat2021-03-111-0/+3
* WIP big refactoringAlex Auvolat2021-03-111-3/+2
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-8/+6
* Switch to blake2 sum for identifying blocks by their dataAlex Auvolat2021-03-101-1/+1
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-1/+1
* Remove epidemic propagation for fully replicated stuff: write directly to all...Alex Auvolat2021-03-051-9/+27
* Simulate stuff moving aroundAlex Auvolat2021-02-251-0/+3