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 ebcf6ab94f3 typo in ccr (#2803)
ebcf6ab94f3 is described below
commit ebcf6ab94f30067dc1107c682897a78df3c225d7
Author: zhuxt2015 <[email protected]>
AuthorDate: Tue Feb 10 08:21:49 2026 +0800
typo in ccr (#2803)
## Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../current/admin-manual/data-admin/ccr/manual.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/data-admin/ccr/manual.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/data-admin/ccr/manual.md
index e4ac102bed4..bb36d63d7ca 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/data-admin/ccr/manual.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/data-admin/ccr/manual.md
@@ -319,7 +319,7 @@ cp ${SYNCER_PACKAGE_DIR}/bin ${SYNCER_HOME}/bin
- `enable_restore_snapshot_rpc_compression`: 开启对 snapshot info 的压缩,主要影响
RPC(默认开启)
> 注:由于识别 backup/restore job 是否压缩需要额外的代码,而 2.1.8 和 3.0.4
之前的代码中不包含相关代码,因此一旦有 backup/restore job 生成,那么就无法回退到更早的 doris 版本。有两种情况例外:已经
cancel 或者 finished 的 backup/restore job 不会被压缩,因此在回退前等待 backup/restore job
完成或者主动取消 job 后,就能安全回退。
- Ccr 内部会使用 db/table 名作为一些内部 job 的 label,因此如果 ccr job 中碰到了 label 超过限制了,可以调整 FE
参数 `label_regex_length` 来放松该限制(默认值为 128)
-- 由于 backup 暂时不支持备份带有 cooldown tablet 的表,如果碰到了会导致同步终端,因此需要在创建 ccr job 前检查是否有
table 设置了 `storage_policy` 属性。
+- 由于 backup 暂时不支持备份带有 cooldown tablet 的表,如果碰到了会导致同步中断,因此需要在创建 ccr job 前检查是否有
table 设置了 `storage_policy` 属性。
### 性能相关参数
- 如果用户的数据量非常大,备份、恢复执行完需要的时间可能会超过一天(默认值),那么需要按需调整下列参数
- `backup_job_default_timeout_ms` 备份/恢复任务超时时间,源、目标集群的 FE 都需要配置
@@ -335,4 +335,4 @@ cp ${SYNCER_PACKAGE_DIR}/bin ${SYNCER_HOME}/bin
```
详细参数加说明:
1. `download_binlog_rate_limit_kbs` 参数在源集群 BE 节点配置,通过设置该参数能够有效限制数据拉取速度。
- 2. `download_binlog_rate_limit_kbs` 参数主要用于设置单个 BE
节点的速度,若计算集群整体速率一般需要参数值乘以集群个数。
\ No newline at end of file
+ 2. `download_binlog_rate_limit_kbs` 参数主要用于设置单个 BE
节点的速度,若计算集群整体速率一般需要参数值乘以集群个数。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]