Fix ls migration online succeed but inner retry return 4016 bug

This commit is contained in:
godyangfight
2023-03-20 20:45:18 +08:00
committed by ob-robot
parent 1f1001b640
commit 6892b58c90
5 changed files with 40 additions and 10 deletions

View File

@ -38,6 +38,8 @@ int ObSSTableMacroBlockChecker::check(
ret = OB_INVALID_ARGUMENT;
STORAGE_LOG(WARN, "Invalid argument", K(ret), KP(macro_block_buf), K(macro_block_buf_size),
K(check_level));
} else if (ObMacroBlockCheckLevel::CHECK_LEVEL_NONE == check_level) {
//do nothing
} else if (OB_FAIL(common_header.deserialize(macro_block_buf, macro_block_buf_size, pos))) {
STORAGE_LOG(ERROR, "fail to deserialize common header", K(ret), KP(macro_block_buf),
K(macro_block_buf_size), K(pos), K(common_header));