This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 35cee1cc08 [doc](Cooldown) add SessionVariable for
enableCooldownReplicaAffinity (#1157)
35cee1cc08 is described below
commit 35cee1cc0801258077af13af803fae2894902159
Author: kkop <[email protected]>
AuthorDate: Tue Oct 29 10:06:10 2024 +0800
[doc](Cooldown) add SessionVariable for enableCooldownReplicaAffinity
(#1157)
# Versions
- [x] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
# Languages
- [x] Chinese
- [x] English
# Functional PR
[pr_link](https://github.com/apache/doris/pull/41354)
---
docs/admin-manual/config/fe-config.md | 10 ++++++++++
.../current/admin-manual/config/fe-config.md | 10 ++++++++++
2 files changed, 20 insertions(+)
diff --git a/docs/admin-manual/config/fe-config.md
b/docs/admin-manual/config/fe-config.md
index 3b97d802cb..3aa4150f08 100644
--- a/docs/admin-manual/config/fe-config.md
+++ b/docs/admin-manual/config/fe-config.md
@@ -369,6 +369,16 @@ Is it possible to dynamically configure: false
Is it a configuration item unique to the Master FE node: true
+#### `enable_cooldown_replica_affinity`
+
+Users can choose whether to use the cooled copy for scanning first, which
defaults to true
+
+Default: true
+
+Is it possible to dynamically configure: true
+
+Is it a configuration item unique to the Master FE node: false
+
### Service
#### `query_port`
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
index f5e10dd4b6..6da68b5a8a 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
@@ -369,6 +369,16 @@ heartbeat_mgr 中处理心跳事件的线程数。
是否为 Master FE 节点独有的配置项:true
+#### `enable_cooldown_replica_affinity`
+
+用户可以选择是否首先使用冷却副本进行扫描,默认为true
+
+默认值:true
+
+是否可以动态配置:true
+
+是否为 Master FE 节点独有的配置项:false
+
### 服务
#### `query_port`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]