app/vminsert: adds note for dropSamplesOnOverload flag (#4797)

Adds note for dropSamplesOnOverload flag that are samples dropped before replication
This commit is contained in:
Nikolay 2023-08-10 12:18:29 +02:00 committed by Aliaksandr Valialkin
parent efb81185a7
commit 6d0163cca9
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -844,7 +844,7 @@ Below is the output for `/path/to/vminsert -help`:
-disableRerouting
Whether to disable re-routing when some of vmstorage nodes accept incoming data at slower speed compared to other storage nodes. Disabled re-routing limits the ingestion rate by the slowest vmstorage node. On the other side, disabled re-routing minimizes the number of active time series in the cluster during rolling restarts and during spikes in series churn rate. See also -dropSamplesOnOverload (default true)
-dropSamplesOnOverload
Whether to drop incoming samples if the destination vmstorage node is overloaded and/or unavailable. This prioritizes cluster availability over consistency, e.g. the cluster continues accepting all the ingested samples, but some of them may be dropped if vmstorage nodes are temporarily unavailable and/or overloaded
Whether to drop incoming samples if the destination vmstorage node is overloaded and/or unavailable. This prioritizes cluster availability over consistency, e.g. the cluster continues accepting all the ingested samples, but some of them may be dropped if vmstorage nodes are temporarily unavailable and/or overloaded. The drop of samples happens before the replication, so it's not recommended to use this flag with -replicationFactor enabled.
-enableTCP6
Whether to enable IPv6 for listening and dialing. By default, only IPv4 TCP and UDP are used
-envflag.enable