Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0 | Alex Auvolat | 2021-05-28 | 1 | -5/+15 |
| | |||||
* | Many improvements on ring/replication and its configuration: | Alex Auvolat | 2021-05-28 | 1 | -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 CamelCase | Trinity Pointard | 2021-05-03 | 1 | -9/+9 |
| | |||||
* | fix clippy warnings on util and rpc | Trinity Pointard | 2021-05-03 | 1 | -37/+30 |
| | |||||
* | change some more comments and revert changes on TableSchema | Trinity Pointard | 2021-04-27 | 1 | -2/+2 |
| | |||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 1 | -5/+6 |
| | |||||
* | document rpc crate | Trinity Pointard | 2021-04-27 | 1 | -1/+33 |
| | |||||
* | small simplify | Alex Auvolat | 2021-04-27 | 1 | -3/+1 |
| | |||||
* | Merge discovery loop with consul | Alex Auvolat | 2021-04-27 | 1 | -37/+22 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | Print stats | Alex Auvolat | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | Cargo fmt | Alex Auvolat | 2021-04-27 | 1 | -1/+3 |
| | |||||
* | Keep old data | Alex Auvolat | 2021-04-27 | 1 | -4/+20 |
| | |||||
* | Persist directly and not in background | Alex Auvolat | 2021-04-27 | 1 | -12/+11 |
| | |||||
* | Improve bootstraping: do it regularly; persist peer list | Alex Auvolat | 2021-04-27 | 1 | -63/+117 |
| | |||||
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 1 | -15/+10 |
| | |||||
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 1 | -16/+14 |
| | |||||
* | Refactor block resync loop; make workers infaillible | Alex Auvolat | 2021-03-15 | 1 | -4/+1 |
| | |||||
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 1 | -0/+1 |
| | |||||
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 1 | -4/+2 |
| | |||||
* | Not fully tested: new multi-dc MagLev | Alex Auvolat | 2021-03-05 | 1 | -10/+2 |
| | |||||
* | Cargo fmt | Alex Auvolat | 2021-02-23 | 1 | -2/+2 |
| | |||||
* | Replace some checksums where it makes sense | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 1 | -6/+4 |
| | |||||
* | Some refactoring | Alex Auvolat | 2021-02-21 | 1 | -115/+6 |
| | |||||
* | Make less things public | Alex Auvolat | 2020-12-12 | 1 | -23/+24 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -1/+1 |
| | |||||
* | Add automatic peer discovery from Consul | Alex Auvolat | 2020-06-30 | 1 | -3/+54 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -5/+5 |
| | |||||
* | Reorganize code | Alex Auvolat | 2020-04-23 | 1 | -0/+692 |