add case to test migrate ddl sstable of column group
This commit is contained in:
parent
89b6906e8d
commit
98b4455cf3
@ -533,6 +533,7 @@ class ObString;
|
||||
ACT(BEFORE_TABLET_MDS_FLUSH,)\
|
||||
ACT(BEFORE_CHECKPOINT_TASK,)\
|
||||
ACT(AFTER_EMPTY_SHELL_TABLET_CREATE,)\
|
||||
ACT(AFTER_MACRO_BLOCK_WRITER_DDL_CALLBACK_WAIT,)\
|
||||
ACT(AFTER_RESTORE_TABLET_TASK,)\
|
||||
ACT(BEFORE_TABLET_GC,)\
|
||||
ACT(AFTER_TRANSFER_BLOCK_AND_KILL_TX,)\
|
||||
|
@ -1225,6 +1225,8 @@ int ObDDLRedoLogWriter::wait_macro_block_log_finish(
|
||||
LOG_WARN("fail to wait io finish", K(ret));
|
||||
} else if (OB_FAIL(ddl_redo_handle_.cb_->get_ret_code())) {
|
||||
LOG_WARN("ddl redo callback executed failed", K(ret));
|
||||
} else {
|
||||
DEBUG_SYNC(AFTER_MACRO_BLOCK_WRITER_DDL_CALLBACK_WAIT);
|
||||
}
|
||||
ddl_redo_handle_.reset();
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user