From bcb8869009a1c1caef69eebee3b2f5d64bda9ec3 Mon Sep 17 00:00:00 2001 From: w41ter Date: Mon, 25 Nov 2024 17:39:07 +0800 Subject: [PATCH] Add restore_download_snapshot_batch_size/backup_upload_snapshot_batch_size config --- 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 3aa4150f0804b..d7a3288388473 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 6da68b5a8a0cf..7304f27a32e92 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`