BUGFIX: break infinite loop of write throttle

This commit is contained in:
obdev
2023-02-24 13:44:18 +00:00
committed by ob-robot
parent 431bb53903
commit bfc82bd433
3 changed files with 41 additions and 14 deletions

View File

@ -462,7 +462,7 @@ int ObOBJLock::fast_lock(
lock_mode_in_same_trans,
need_retry,
conflict_tx_set))) {
if (OB_TRY_LOCK_ROW_CONFLICT != ret) {
if (OB_TRY_LOCK_ROW_CONFLICT != ret && OB_EAGAIN != ret) {
LOG_WARN("try fast lock failed", KR(ret), K(lock_op));
}
} else {