This is an automated email from the ASF dual-hosted git repository. w41ter 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 1aa0683d0c7 Add restore_download_snapshot_batch_size/backup_upload_snapshot_batch_size config (#1409) 1aa0683d0c7 is described below commit 1aa0683d0c75fe6b640b4d1d24d0840fb0321caa Author: walter <w41te...@gmail.com> AuthorDate: Wed Nov 27 10:50:17 2024 +0800 Add restore_download_snapshot_batch_size/backup_upload_snapshot_batch_size config (#1409) # Versions - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [x] Chinese - [x] English --- docs/admin-manual/config/fe-config.md | 12 ++++++------ .../current/admin-manual/config/fe-config.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/admin-manual/config/fe-config.md b/docs/admin-manual/config/fe-config.md index 3aa4150f080..d7a32883884 100644 --- a/docs/admin-manual/config/fe-config.md +++ b/docs/admin-manual/config/fe-config.md @@ -2547,25 +2547,25 @@ MasterOnly:true default timeout of backup job -#### `backup_upload_task_num_per_be` +#### `backup_upload_snapshot_batch_size` -Default:3 +Default:10 IsMutable:true MasterOnly:true -The max number of upload tasks assigned to each be during the backup process, the default value is 3. +The max number of snapshots assigned to a upload task during the backup process, the default value is 10. -#### `restore_download_task_num_per_be` +#### `restore_download_snapshot_batch_size` -Default:3 +Default:10 IsMutable:true MasterOnly:true -The max number of download tasks assigned to each be during the restore process, the default value is 3. +The max number of snapshots assigned to a download task during the restore process, the default value is 10. #### `max_backup_restore_job_num_per_db` 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 6da68b5a8a0..7304f27a32e 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 @@ -2548,25 +2548,25 @@ SmallFileMgr 中存储的最大文件数 备份作业的默认超时时间 -#### `backup_upload_task_num_per_be` +#### `backup_upload_snapshot_batch_size` -默认值:3 +默认值:10 是否可以动态配置:true 是否为 Master FE 节点独有的配置项:true -备份过程中,分配给每个 be 的 upload 任务最大个数,默认值为 3 个。 +备份过程中,一个 upload 任务上传的快照数量上限,默认值为10个。 -#### `restore_download_task_num_per_be` +#### `restore_download_snapshot_batch_size` -默认值:3 +默认值:10 是否可以动态配置:true 是否为 Master FE 节点独有的配置项:true -恢复过程中,分配给每个 be 的 download 任务最大个数,默认值为 3 个。 +恢复过程中,一个 download 任务下载的快照数量上限,默认值为10个。 #### `max_backup_restore_job_num_per_db` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org