aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* layout: refactoring and fix in layout helpernlnet-task3Alex Auvolat2023-12-117-33/+38
* layout: refactor/fix bad while loopAlex Auvolat2023-12-111-17/+14
* fix some clippy lintsAlex Auvolat2023-12-119-22/+19
* table: remove redundant tracing in insert_manyAlex Auvolat2023-12-111-5/+2
* table: fix insert_many to not send duplicatesAlex Auvolat2023-12-081-1/+12
* 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-083-70/+80
* layout version: refactor get_node_zoneAlex Auvolat2023-12-082-26/+25
* cli: improvements to the layout commands when multiple layouts are liveAlex Auvolat2023-12-084-29/+49
* 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-077-21/+152
* layout cli: safer skip-dead-nodes commandAlex Auvolat2023-12-073-21/+49
* table sync: use write quorums to report global success or failure of syncAlex Auvolat2023-12-076-28/+36
* rpc: refactor result tracking for quorum setsAlex Auvolat2023-12-074-88/+121
* 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-285-94/+190
* rpc helper: write comments + small refactoring of tracingAlex Auvolat2023-11-281-17/+88
* cli: remove historic layout info from statusAlex Auvolat2023-11-271-18/+0
* cli: add layout history and layout assume-sync commandsAlex Auvolat2023-11-274-3/+147
* cli: show when nodes are draining metadataAlex Auvolat2023-11-271-64/+108
* 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-275-9/+50
* table: implement write sets for insert_manyAlex Auvolat2023-11-161-30/+127
* 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-1510-46/+156
* layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-1510-181/+222
* layout: wip cache global minsAlex Auvolat2023-11-153-31/+57
* rpc: fix write set quorumsAlex Auvolat2023-11-154-13/+22
* integration test: print stdout and stderr on subcommand crashAlex Auvolat2023-11-152-34/+12
* 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-146-134/+189
* layout: prepare for write setsAlex Auvolat2023-11-1413-48/+64
* 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-147-27/+44
* layout: some refactoring of nongateway nodesAlex Auvolat2023-11-145-61/+95
* layout: fix testAlex Auvolat2023-11-114-169/+174
* layout/sync: fix bugs and add tracingAlex Auvolat2023-11-113-25/+48
* table sync: adapt to new layout historyAlex Auvolat2023-11-118-129/+172
* layout: add helpers to LayoutHistory and prepare integration with TableAlex Auvolat2023-11-095-13/+74
* layout: fix tracker bugsAlex Auvolat2023-11-092-4/+10
* layout admin: add missing calls to update_hashAlex Auvolat2023-11-093-2/+4
* 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