[4.1] fix some bugs in checkpoint

This commit is contained in:
obdev
2023-04-13 05:45:34 +00:00
committed by ob-robot
parent 01399a3774
commit 1feabe8bc9
4 changed files with 52 additions and 22 deletions

View File

@ -99,6 +99,8 @@ static int advance_checkpoint_by_flush(const uint64_t tenant_id, const share::Ob
// clog checkpoint ts has passed start log ts
ret = OB_SUCCESS;
break;
} else if (OB_EAGAIN == ret) {
ret = OB_SUCCESS;
} else {
LOG_WARN("failed to advance checkpoint by flush", K(ret), K(tenant_id), K(ls_id));
}