[scn] fix test_memtable and errno

This commit is contained in:
Handora
2022-11-28 02:15:34 +00:00
committed by ob-robot
parent bee212d8a9
commit 3cdfb11aa5
6 changed files with 17 additions and 22 deletions

View File

@ -686,11 +686,6 @@ int ObTabletCreateDeleteHelper::do_abort_create_tablets(
ObTabletMapKey key;
key.ls_id_ = ls_.get_ls_id();
// TODO: fix it after multi source data refactor
// if (OB_UNLIKELY(trans_flags.log_ts_ < OB_INVALID_TIMESTAMP)) {
// ret = OB_ERR_UNEXPECTED;
// LOG_WARN("invalid log ts", K(ret), K(trans_flags));
// } else
if (!trans_flags.is_redo_synced()) {
// on redo cb has not been called
// just remove tablets directly