aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Collapse)AuthorAgeFilesLines
...
* | cli: add layout history and layout assume-sync commandsAlex Auvolat2023-11-271-1/+8
| |
* | rpc: update system::health to take into account write sets for all partitionsAlex Auvolat2023-11-271-32/+45
| |
* | block manager: read_block using old layout versions if necessaryAlex Auvolat2023-11-274-7/+46
| |
* | rpc_helper: don't use tokio::spawn for individual requestsAlex Auvolat2023-11-161-11/+7
| |
* | layout: refactor digests and add "!=" assertions before epidemic bcastAlex Auvolat2023-11-165-38/+45
| |
* | layout: split helper in separate file; more precise difference trackingAlex Auvolat2023-11-164-254/+256
| |
* | layout: fix testAlex Auvolat2023-11-151-2/+0
| |
* | layou: implement ack lockingAlex Auvolat2023-11-153-32/+141
| |
* | layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-155-174/+217
| |
* | layout: wip cache global minsAlex Auvolat2023-11-153-31/+57
| |
* | rpc: fix write set quorumsAlex Auvolat2023-11-151-3/+15
| |
* | layout history merge: rm invalid versions when valid versions are addedAlex Auvolat2023-11-152-10/+28
| |
* | layout: fix testAlex Auvolat2023-11-141-1/+1
| |
* | table: take into account multiple write sets in insertsAlex Auvolat2023-11-141-108/+170
| |
* | layout: prepare for write setsAlex Auvolat2023-11-143-16/+27
| |
* | system: add todo wrt new layoutAlex Auvolat2023-11-141-1/+3
| |
* | layout: fixes in schemaAlex Auvolat2023-11-141-21/+21
| |
* | layout: refactoring of all_nodesAlex Auvolat2023-11-143-11/+23
| |
* | layout: some refactoring of nongateway nodesAlex Auvolat2023-11-143-57/+88
| |
* | layout: fix testAlex Auvolat2023-11-114-169/+174
| |
* | layout/sync: fix bugs and add tracingAlex Auvolat2023-11-112-3/+10
| |
* | table sync: adapt to new layout historyAlex Auvolat2023-11-114-16/+24
| |
* | layout: add helpers to LayoutHistory and prepare integration with TableAlex Auvolat2023-11-094-13/+72
| |
* | layout: fix tracker bugsAlex Auvolat2023-11-092-4/+10
| |
* | layout admin: add missing calls to update_hashAlex Auvolat2023-11-091-1/+1
| |
* | layout: begin managing the update tracker valuesAlex Auvolat2023-11-094-33/+109
| |
* | layout: separate code path for synchronizing update trackers onlyAlex Auvolat2023-11-094-61/+168
| |
* | layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-093-59/+60
| |
* | layout: more refactoringAlex Auvolat2023-11-093-69/+93
| |
* | wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-093-190/+284
| |
* | layout: use separate CRDT for staged layout changesAlex Auvolat2023-11-097-148/+130
| |
* | bump garage protocol version tag to 0x000A (0.10)Alex Auvolat2023-11-081-1/+1
| |
* | cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-082-15/+7
| |
* | WIP: garage_rpc: store layout version historyAlex Auvolat2023-11-087-345/+550
| |
* | avoid using layout_watch in System directlyAlex Auvolat2023-11-081-2/+2
| |
* | remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-085-206/+100
| |
* | garage_rpc: reorder functions in layout.rsAlex Auvolat2023-11-081-110/+113
|/
* fix compilation on macostrinity-1686a2023-10-151-2/+2
| | | | fsblkcnt_t is ony 32b there, so we have to do an additional cast
* bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-1/+1
|
* actually update rmp-serde to 1.1.2 for both garage and netapp dependency ↵v0.9.0-beta4Alex Auvolat2023-09-271-1/+1
| | | | (fix #629)
* Merge branch 'main' into nextAlex Auvolat2023-09-271-9/+9
|\
| * fix hang on shutdownAlex Auvolat2023-09-121-9/+9
| |
* | new layout: use deterministic randomness for reproducible resultsAlex Auvolat2023-09-211-2/+6
| |
* | new layout: fix clippy lintsAlex Auvolat2023-09-183-17/+17
| |
* | new layout: improve display and fix commentsAlex Auvolat2023-09-181-7/+7
| |
* | new layout: make zone_redundancy optionnal (if not set, is maximum)Alex Auvolat2023-09-181-35/+96
| |
* | new layout: improve output displayAlex Auvolat2023-09-122-43/+43
| |
* | Merge branch 'main' into nextv0.9.0-beta2Alex Auvolat2023-09-111-2/+2
|\|
| * fix 32-bit buildfix-32bitAlex Auvolat2023-09-111-2/+2
| |
* | Merge branch 'main' into nextAlex Auvolat2023-09-112-37/+31
|\|