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

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