aboutsummaryrefslogtreecommitdiff
path: root/src/table/replication/fullcopy.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove max_write_errors and max_faultsYureka2024-03-041-7/+5
|
* table sync: use write quorums to report global success or failure of syncAlex Auvolat2023-12-071-2/+1
|
* layou: implement ack lockingAlex Auvolat2023-11-151-1/+3
|
* layout: prepare for write setsAlex Auvolat2023-11-141-2/+7
|
* layout: refactoring of all_nodesAlex Auvolat2023-11-141-3/+3
|
* table sync: adapt to new layout historyAlex Auvolat2023-11-111-3/+22
|
* cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-081-3/+2
|
* avoid using layout_watch in System directlyAlex Auvolat2023-11-081-2/+2
|
* remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-4/+4
|
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-2/+2
| | | | | | | | | | | | | | | | | - change the terminology: the network configuration becomes the role table, the configuration of a nodes becomes a node's role - the modification of the role table takes place in two steps: first, changes are staged in a CRDT data structure. Then, once the user is happy with the changes, they can commit them all at once (or revert them). - update documentation - fix tests - implement smarter partition assignation algorithm This patch breaks the format of the network configuration: when migrating, the cluster will be in a state where no roles are assigned. All roles must be re-assigned and commited at once. This migration should not pose an issue.
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-5/+1
|
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-4/+3
| | | | Discovery via consul, persist peer list to file
* First port of Garage to NetappAlex Auvolat2021-10-221-4/+9
|
* rename types to CamelCaseTrinity Pointard2021-05-031-2/+2
|
* attempt at documenting table crateTrinity Pointard2021-04-271-6/+6
|
* Simpler Merkle & syncAlex Auvolat2021-03-161-9/+6
|
* Simplify replication logicAlex Auvolat2021-03-161-21/+12
|
* More security: don't delete stuff too easilyAlex Auvolat2021-03-111-1/+6
|
* (not well tested) use merkle tree for syncAlex Auvolat2021-03-111-1/+0
|
* WIP big refactoringAlex Auvolat2021-03-111-0/+59