From 20a736303e279d20f838fc406b0de730c0a6954e Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 25 Nov 2025 18:14:17 -0700 Subject: [PATCH] fix: update compact-throughput default values, closes influxdata/DAR#568 (#6573) --- .../v1/administration/configure/config-data-nodes.md | 12 ++++++------ content/influxdb/v1/administration/config.md | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md b/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md index 2e4bffb03..f247042bc 100644 --- a/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md +++ b/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md @@ -425,7 +425,7 @@ Environmental variable: `INFLUXDB_DATA_CACHE_MAX_CONCURRENT_COMPACTIONS` #### compact-throughput -Default is `50331648`. +Default is `"48m"`. The maximum number of bytes per seconds TSM compactions write to disk. Default is `"48m"` (48 million). Note that short bursts are allowed to happen at a possibly larger value, set by `compact-throughput-burst`. @@ -435,7 +435,7 @@ Environment variable: `INFLUXDB_DATA_COMPACT_THROUGHPUT` #### compact-throughput-burst -Default is `50331648`. +Default is `"48m"`. The maximum number of bytes per seconds TSM compactions write to disk during brief bursts. Default is `"48m"` (48 million). @@ -453,9 +453,9 @@ Environment variable: `INFLUXDB_DATA_COMPACT_FULL_WRITE_COLD_DURATION` Default is `10000`. -The number of points per block to use during aggressive compaction. There are -certain cases where TSM files do not get fully compacted. This adjusts an -internal parameter to help ensure these files do get fully compacted. +The number of points per block to use during aggressive compaction. In certain +cases, TSM files do not get fully compacted. This adjusts an internal parameter +to help ensure these files do get fully compacted. Environment variable: `INFLUXDB_DATA_AGGRESSIVE_POINTS_PER_BLOCK` @@ -841,7 +841,7 @@ Environment variable: `INFLUXDB_HINTED_HANDOFF_RETRY_RATE_LIMIT` Default is `"1s"`. -The time period after which the hinted handoff retries a write after the write fails. There is an exponential back-off, which starts at 1 second and increases with each failure until it reaches `retry-max-interval`. Retries will then occur at the `retry-max-interval`. Once there is a successful retry, the waiting period will be reset to the `retry-interval`. +The time period after which the hinted handoff retries a write after the write fails. An exponential back-off starts at 1 second and increases with each failure until it reaches `retry-max-interval`. Retries then occur at the `retry-max-interval`. Once there is a successful retry, the waiting period is reset to the `retry-interval`. Environment variable: `INFLUXDB_HINTED_HANDOFF_RETRY_INTERVAL` diff --git a/content/influxdb/v1/administration/config.md b/content/influxdb/v1/administration/config.md index d66ec857b..3930a5395 100644 --- a/content/influxdb/v1/administration/config.md +++ b/content/influxdb/v1/administration/config.md @@ -115,7 +115,7 @@ Uncommented settings override the internal defaults. Note that the local configuration file does not need to include every configuration setting. -There are two ways to launch InfluxDB with your configuration file: +Use one of the following methods to start InfluxDB with your configuration file: - Point the process to the configuration file by using the `-config` option. For example: @@ -430,9 +430,9 @@ brief bursts. #### aggressive-points-per-block {metadata="v1.12.0+"} -The number of points per block to use during aggressive compaction. There are -certain cases where TSM files do not get fully compacted. This adjusts an -internal parameter to help ensure these files do get fully compacted. +The number of points per block to use during aggressive compaction. In certain +cases, TSM files do not get fully compacted. This adjusts an internal parameter +to help ensure these files do get fully compacted. **Default**: `10000` **Environment variable**: `INFLUXDB_AGGRESSIVE_POINTS_PER_BLOCK`