From 21c5bc5a981ce06742802536ce2300aeb317762b Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Fri, 8 Dec 2023 13:29:23 +0100 Subject: [PATCH] docs: mentioned that re-routing increases number of active time series Signed-off-by: hagen1778 --- docs/Cluster-VictoriaMetrics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index 949f65e4b6..bd96c7cf7c 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -552,7 +552,8 @@ The cluster works in the following way when some of `vmstorage` nodes are unavai This guarantees that the newly ingested data is properly saved if the healthy `vmstorage` nodes have enough CPU, RAM, disk IO and network bandwidth for processing the increased data ingestion workload. `vminsert` spreads evenly the additional data among the healthy `vmstorage` nodes in order to spread evenly - the increased load on these nodes. + the increased load on these nodes. During re-routing, healthy `vmstorage` nodes will experience higher resource usage + and increase in number of [active time series](https://docs.victoriametrics.com/FAQ.html#what-is-an-active-time-series). - `vmselect` continues serving queries if at least a single `vmstorage` nodes is available. It marks responses as partial for queries served from the remaining healthy `vmstorage` nodes,