aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Collapse)AuthorAgeFilesLines
* layout: discard old info when it is completely out-of-date (fix #841)fix-841Alex Auvolat2024-08-241-9/+14
|
* add rpc_public_addr_subnet config optionFlorian Klink2024-06-052-6/+36
| | | | | | | | | | In case `rpc_public_addr` is not set, but autodiscovery is used, this allows filtering the list of automatically discovered IPs to a specific subnet. For example, if nodes should pick *their* IP inside a specific subnet, but you don't want to explicitly write the IP down (as it's dynamic, or you want to share configs across nodes), you can use this option.
* [next-0.10] bump version number to 1.0v1.0.0-rc1Alex Auvolat2024-03-282-2/+2
|
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-281-13/+60
|\
| * [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usageAlex Auvolat2024-03-271-11/+57
| |
| * [rel-0.9.3] Bump version to 0.9.3v0.9.3Alex Auvolat2024-03-041-1/+1
| |
| * [rel-0.9.2] Bump version to v0.9.2v0.9.2rel-0.9.2Alex Auvolat2024-03-011-1/+1
| |
* | [next-0.10] layout helper: rename & clarify updates to update trackersAlex Auvolat2024-03-272-38/+27
| |
* | [next-0.10] cache layout check resultAlex Auvolat2024-03-273-3/+11
| |
* | [next-0.10] remove impl Deref for LayoutHelperAlex Auvolat2024-03-274-52/+50
| |
* | [next-0.10] fixes to k2v rpc + comment fixesAlex Auvolat2024-03-272-0/+10
| |
* | [net-fixes] fix issues with local peer address (fix #761)Alex Auvolat2024-03-211-4/+11
| |
* | 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
| |