aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/membership.rs
Commit message (Collapse)AuthorAgeFilesLines
* First port of Garage to NetappAlex Auvolat2021-10-221-722/+0
|
* exit when inconsistent level of replication is detected (#92)trinity-1686a2021-06-021-0/+16
| | | | | | | | | fix #88 Authored-by: Trinity Pointard <trinity.pointard@gmail.com> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/92 Co-authored-by: trinity-1686a <trinity.pointard@gmail.com> Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>
* Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0Alex Auvolat2021-05-281-5/+15
|
* Many improvements on ring/replication and its configuration:Alex Auvolat2021-05-281-2/+5
| | | | | | | | | | | | | | | | | | | | - Explicit "replication_mode" configuration parameters that takes either "none", "2" or "3" as values, instead of letting user configure replication factor themselves. These are presets whose corresponding replication/quorum values can be found in replication/mode.rs - Explicit support for single-node and two-node deployments (number of nodes must be at least "replication_mode", with "none" we can have only one node) - Ring is now stored much more compactly with 256*8 + n*32 bytes, instead of 256*32 bytes - Support for gateway-only nodes that do not store data (these nodes still need a metadata_directory to store the list of bucket and keys since those are stored on all nodes; it also technically needs a data_directory to start but it will stay empty unless we have bugs)
* rename types to CamelCaseTrinity Pointard2021-05-031-9/+9
|
* fix clippy warnings on util and rpcTrinity Pointard2021-05-031-37/+30
|
* change some more comments and revert changes on TableSchemaTrinity Pointard2021-04-271-2/+2
|
* make most requested changesTrinity Pointard2021-04-271-5/+6
|
* document rpc crateTrinity Pointard2021-04-271-1/+33
|
* small simplifyAlex Auvolat2021-04-271-3/+1
|
* Merge discovery loop with consulAlex Auvolat2021-04-271-37/+22
|
* cargo fmtAlex Auvolat2021-04-271-1/+0
|
* Print statsAlex Auvolat2021-04-271-1/+1
|
* Cargo fmtAlex Auvolat2021-04-271-1/+3
|
* Keep old dataAlex Auvolat2021-04-271-4/+20
|
* Persist directly and not in backgroundAlex Auvolat2021-04-271-12/+11
|
* Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-271-63/+117
|
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-15/+10
|
* WIP migrate to tokio 1Alex Auvolat2021-03-151-16/+14
|
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-151-4/+1
|
* Time and metadata improvementsAlex Auvolat2021-03-151-0/+1
|
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-4/+2
|
* Not fully tested: new multi-dc MagLevAlex Auvolat2021-03-051-10/+2
|
* Cargo fmtAlex Auvolat2021-02-231-2/+2
|
* Replace some checksums where it makes senseAlex Auvolat2021-02-231-1/+1
|
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-6/+4
|
* Some refactoringAlex Auvolat2021-02-211-115/+6
|
* Make less things publicAlex Auvolat2020-12-121-23/+24
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-1/+1
|
* Add automatic peer discovery from ConsulAlex Auvolat2020-06-301-3/+54
|
* Split code for modular compilationAlex Auvolat2020-04-241-5/+5
|
* Reorganize codeAlex Auvolat2020-04-231-0/+692