From 2a7b1cc668b592b34642cfdd40bf7d25f8790131 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 27 Jan 2021 14:05:59 +0200 Subject: [PATCH] docs/Cluster-VictoriaMetrics.md: mention about `-search.denyPartialResponse` command-line flag and `deny_partial_response` query arg --- docs/Cluster-VictoriaMetrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index da8df3bf3..68d0ccd5e 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -269,7 +269,7 @@ the update process. See [cluster availability](#cluster-availability) section fo * The cluster remains available if at least a single `vmstorage` node exists: - `vminsert` re-routes incoming data from unavailable `vmstorage` nodes to healthy `vmstorage` nodes - - `vmselect` continues serving partial responses if at least a single `vmstorage` node is available. + - `vmselect` continues serving partial responses if at least a single `vmstorage` node is available. If consistency over availability is preferred, then either pass `-search.denyPartialResponse` command-line flag to `vmselect` or pass `deny_partial_response=1` query arg in requests to `vmselect`. Data replication can be used for increasing storage durability. See [these docs](#replication-and-data-safety) for details.