aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-133-29/+29
|\
| * [dep-upgrade-202402] refactor dependencies: move all as workspace depsAlex Auvolat2024-02-051-27/+27
| * Bump version to 0.9.1v0.9.1rel-v0.9.1Alex Auvolat2024-01-161-1/+1
| * help, comments: make clear that full-length node ID = public keyAlex Auvolat2024-01-162-2/+2
* | bump crate versions to 0.10.0v0.10.0-beta1Alex Auvolat2024-01-111-1/+1
* | 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
* | 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