cherry pick from #45240
This commit is contained in:
@ -1589,6 +1589,15 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static boolean ignore_backup_not_support_table_type = false;
|
||||
|
||||
/**
|
||||
* whether to ignore temp partitions when backup, and not report exception.
|
||||
*/
|
||||
@ConfField(mutable = true, masterOnly = true, description = {
|
||||
"是否忽略备份临时分区,不报异常",
|
||||
"Whether to ignore temp partitions when backup, and not report exception."
|
||||
})
|
||||
public static boolean ignore_backup_tmp_partitions = false;
|
||||
|
||||
/**
|
||||
* A internal config, to control the update interval of backup handler. Only used to speed up tests.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user