add case to test migrate ddl sstable of column group

This commit is contained in:
simonjoylet 2024-03-25 02:46:04 +00:00 committed by ob-robot
parent 89b6906e8d
commit 98b4455cf3
2 changed files with 3 additions and 0 deletions

View File

@ -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,)\

View File

@ -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;