Remove clear_alter_task (#2056)

Alter task has been refactored and clear_alter_task is not necessary.
This commit is contained in:
lichaoyong
2019-10-24 18:57:14 +08:00
committed by Mingyu Chen
parent 4848c94262
commit 0bcfddab92
11 changed files with 0 additions and 244 deletions

View File

@ -198,8 +198,6 @@ OLAPStatus StorageEngine::open() {
auto dirs = get_stores();
load_data_dirs(dirs);
// 取消未完成的SchemaChange任务
_tablet_manager->cancel_unfinished_schema_change();
_memtable_flush_executor = new MemTableFlushExecutor();
_memtable_flush_executor->init(dirs);