Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-20 | 2 | -118/+328 |
|\ | |||||
| * | Merge pull request 'system metrics improvements' (#726) from peer-metrics ↵ | Alex | 2024-02-20 | 2 | -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 Auvolat | 2024-02-20 | 1 | -0/+94 |
| | | | |||||
| | * | [peer-metrics] refactor SystemMetrics to hold a reference to System | Alex Auvolat | 2024-02-20 | 2 | -72/+82 |
| | | | |||||
| | * | [peer-metrics] Add metrics for cluster health, like GetClusterHealth admin API | Alex Auvolat | 2024-02-20 | 2 | -28/+172 |
| | | | |||||
| | * | [peer-metrics] refactor/simplify SystemMetrics | Alex Auvolat | 2024-02-20 | 2 | -88/+41 |
| | | | |||||
| * | | Merge pull request 'Filter nodes Garage tries to connect to' (#719) from ↵ | Alex | 2024-02-20 | 1 | -5/+16 |
| |\ \ | | |/ | |/| | | | | | | | | | | reconnect-only-current into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/719 | ||||
| | * | [reconnect-only-current] filter nodes to reconnect to | Alex Auvolat | 2024-02-20 | 1 | -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 Auvolat | 2024-02-19 | 1 | -1/+4 |
| | | | | | | | | | | | | Thanks to yuka for the original patch. | ||||
| * | | [networking-fixes] use rpc_public_addr in netapp's HelloMessage | Alex Auvolat | 2024-02-19 | 1 | -5/+5 |
| |/ | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-15 | 6 | -37/+36 |
|\| | |||||
| * | [import-netapp] move and rename FullMeshPeeringSrategy to PeeringManagerimport-netapp | Alex Auvolat | 2024-02-15 | 2 | -17/+17 |
| | | |||||
| * | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 5 | -16/+15 |
| | | |||||
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 3 | -29/+29 |
|\| | |||||
| * | [dep-upgrade-202402] refactor dependencies: move all as workspace deps | Alex Auvolat | 2024-02-05 | 1 | -27/+27 |
| | | |||||
| * | Bump version to 0.9.1v0.9.1rel-v0.9.1 | Alex Auvolat | 2024-01-16 | 1 | -1/+1 |
| | | |||||
| * | help, comments: make clear that full-length node ID = public key | Alex Auvolat | 2024-01-16 | 2 | -2/+2 |
| | | | | | | | | Generally, avoid using the "public key" terminology | ||||
* | | bump crate versions to 0.10.0v0.10.0-beta1 | Alex Auvolat | 2024-01-11 | 1 | -1/+1 |
| | | |||||
* | | layout: refactoring and fix in layout helpernlnet-task3 | Alex Auvolat | 2023-12-11 | 5 | -23/+30 |
| | | |||||
* | | layout: refactor/fix bad while loop | Alex Auvolat | 2023-12-11 | 1 | -17/+14 |
| | | |||||
* | | fix some clippy lints | Alex Auvolat | 2023-12-11 | 6 | -15/+13 |
| | | |||||
* | | layout: refactoring, merge two files | Alex Auvolat | 2023-12-08 | 4 | -435/+440 |
| | | |||||
* | | rpc helper: small refactorings | Alex Auvolat | 2023-12-08 | 1 | -14/+17 |
| | | |||||
* | | layout: move block_read_nodes_of to rpc_helper to avoid double-locking | Alex Auvolat | 2023-12-08 | 2 | -69/+79 |
| | | | | | | | | (in theory, this could have caused a deadlock) | ||||
* | | layout version: refactor get_node_zone | Alex Auvolat | 2023-12-08 | 2 | -26/+25 |
| | | |||||
* | | rpc: fix system::health | Alex Auvolat | 2023-12-08 | 1 | -3/+3 |
| | | |||||
* | | fix build with discovery features | Alex Auvolat | 2023-12-07 | 1 | -2/+2 |
| | | |||||
* | | layout: allow sync update tracker to progress with only quorums | Alex Auvolat | 2023-12-07 | 6 | -18/+149 |
| | | |||||
* | | table sync: use write quorums to report global success or failure of sync | Alex Auvolat | 2023-12-07 | 2 | -2/+2 |
| | | |||||
* | | rpc: refactor result tracking for quorum sets | Alex Auvolat | 2023-12-07 | 2 | -44/+109 |
| | | |||||
* | | layout updates: fix the set of nodes among which minima are calculated | Alex Auvolat | 2023-12-07 | 3 | -8/+27 |
| | | |||||
* | | admin: more info in admin GetClusterStatus | Alex Auvolat | 2023-11-28 | 1 | -5/+7 |
| | | |||||
* | | rpc helper: write comments + small refactoring of tracing | Alex Auvolat | 2023-11-28 | 1 | -17/+88 |
| | | |||||
* | | cli: add layout history and layout assume-sync commands | Alex Auvolat | 2023-11-27 | 1 | -1/+8 |
| | | |||||
* | | rpc: update system::health to take into account write sets for all partitions | Alex Auvolat | 2023-11-27 | 1 | -32/+45 |
| | | |||||
* | | block manager: read_block using old layout versions if necessary | Alex Auvolat | 2023-11-27 | 4 | -7/+46 |
| | | |||||
* | | rpc_helper: don't use tokio::spawn for individual requests | Alex Auvolat | 2023-11-16 | 1 | -11/+7 |
| | | |||||
* | | layout: refactor digests and add "!=" assertions before epidemic bcast | Alex Auvolat | 2023-11-16 | 5 | -38/+45 |
| | | |||||
* | | layout: split helper in separate file; more precise difference tracking | Alex Auvolat | 2023-11-16 | 4 | -254/+256 |
| | | |||||
* | | layout: fix test | Alex Auvolat | 2023-11-15 | 1 | -2/+0 |
| | | |||||
* | | layou: implement ack locking | Alex Auvolat | 2023-11-15 | 3 | -32/+141 |
| | | |||||
* | | layout: add helper for cached/external values to centralize recomputation | Alex Auvolat | 2023-11-15 | 5 | -174/+217 |
| | | |||||
* | | layout: wip cache global mins | Alex Auvolat | 2023-11-15 | 3 | -31/+57 |
| | | |||||
* | | rpc: fix write set quorums | Alex Auvolat | 2023-11-15 | 1 | -3/+15 |
| | | |||||
* | | layout history merge: rm invalid versions when valid versions are added | Alex Auvolat | 2023-11-15 | 2 | -10/+28 |
| | | |||||
* | | layout: fix test | Alex Auvolat | 2023-11-14 | 1 | -1/+1 |
| | | |||||
* | | table: take into account multiple write sets in inserts | Alex Auvolat | 2023-11-14 | 1 | -108/+170 |
| | | |||||
* | | layout: prepare for write sets | Alex Auvolat | 2023-11-14 | 3 | -16/+27 |
| | | |||||
* | | system: add todo wrt new layout | Alex Auvolat | 2023-11-14 | 1 | -1/+3 |
| | | |||||
* | | layout: fixes in schema | Alex Auvolat | 2023-11-14 | 1 | -21/+21 |
| | |