aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Collapse)AuthorAgeFilesLines
* ReplicationMode -> ConsistencyMode+ReplicationFactorYureka2024-03-077-78/+123
|
* refactor: remove max_write_errors and max_faultsYureka2024-03-041-7/+0
|
* [next-0.10] fix buildAlex Auvolat2024-02-221-2/+2
|
* [next-0.10] cluster node status metrics: report nodes of all active layout ↵Alex Auvolat2024-02-201-34/+34
| | | | versions
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-202-118/+328
|\
| * Merge pull request 'system metrics improvements' (#726) from peer-metrics ↵Alex2024-02-202-104/+305
| |\ | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/726
| | * [peer-metrics] add basic cluster node status metrics (fix #545)Alex Auvolat2024-02-201-0/+94
| | |
| | * [peer-metrics] refactor SystemMetrics to hold a reference to SystemAlex Auvolat2024-02-202-72/+82
| | |
| | * [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin APIAlex Auvolat2024-02-202-28/+172
| | |
| | * [peer-metrics] refactor/simplify SystemMetricsAlex Auvolat2024-02-202-88/+41
| | |
| * | Merge pull request 'Filter nodes Garage tries to connect to' (#719) from ↵Alex2024-02-201-5/+16
| |\ \ | | |/ | |/| | | | | | | | | | reconnect-only-current into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/719
| | * [reconnect-only-current] filter nodes to reconnect toAlex Auvolat2024-02-201-5/+16
| | | | | | | | | | | | | | | do not try reconnecting to nodes received from consul/kubernetes discovery if they are not currently in the layout
| * | [networking-fixes] add option to bind outgoing RPC sockets (fix #638)Alex Auvolat2024-02-191-1/+4
| | | | | | | | | | | | Thanks to yuka for the original patch.
| * | [networking-fixes] use rpc_public_addr in netapp's HelloMessageAlex Auvolat2024-02-191-5/+5
| |/
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-156-37/+36
|\|
| * [import-netapp] move and rename FullMeshPeeringSrategy to PeeringManagerimport-netappAlex Auvolat2024-02-152-17/+17
| |
| * [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-155-16/+15
| |
* | 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
| | | | | | | | Generally, avoid using the "public key" terminology
* | 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
| | | | | | | | (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
| |