feat(scheduler): 增加表可以不进行压缩调度但可以进行手动压缩
This commit is contained in:
@@ -1889,6 +1889,7 @@ let compactionStatusMapping = [
|
||||
|
||||
let tagsMapping = [
|
||||
mappingItem('不压缩', 'NO_COMPACT'),
|
||||
mappingItem('不调度压缩', 'NO_SCHEDULE_COMPACT'),
|
||||
mappingItem('备份Pulsar消息', 'PULSAR_BACKUP'),
|
||||
mappingItem('无预合并', 'NO_PRE_COMBINE'),
|
||||
mappingItem('不忽略写日志错误', 'NO_IGNORE_FAILED'),
|
||||
|
||||
Reference in New Issue
Block a user