aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Collapse)AuthorAgeFilesLines
* layout: refactoring and fix in layout helpernlnet-task3Alex Auvolat2023-12-115-23/+30
|
* layout: refactor/fix bad while loopAlex Auvolat2023-12-111-17/+14
|
* fix some clippy lintsAlex Auvolat2023-12-116-15/+13
|
* layout: refactoring, merge two filesAlex Auvolat2023-12-084-435/+440
|
* rpc helper: small refactoringsAlex Auvolat2023-12-081-14/+17
|
* layout: move block_read_nodes_of to rpc_helper to avoid double-lockingAlex Auvolat2023-12-082-69/+79
| | | | (in theory, this could have caused a deadlock)
* layout version: refactor get_node_zoneAlex Auvolat2023-12-082-26/+25
|
* rpc: fix system::healthAlex Auvolat2023-12-081-3/+3
|
* fix build with discovery featuresAlex Auvolat2023-12-071-2/+2
|
* layout: allow sync update tracker to progress with only quorumsAlex Auvolat2023-12-076-18/+149
|
* table sync: use write quorums to report global success or failure of syncAlex Auvolat2023-12-072-2/+2
|
* rpc: refactor result tracking for quorum setsAlex Auvolat2023-12-072-44/+109
|
* layout updates: fix the set of nodes among which minima are calculatedAlex Auvolat2023-12-073-8/+27
|
* admin: more info in admin GetClusterStatusAlex Auvolat2023-11-281-5/+7
|
* rpc helper: write comments + small refactoring of tracingAlex Auvolat2023-11-281-17/+88
|
* 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
|