[replayservice] usleep 10us with OB_EAGAIN ret_code during replaying

This commit is contained in:
yyy-hust
2023-10-09 04:39:52 +00:00
committed by ob-robot
parent 17076e205a
commit 42319a07ed

View File

@ -89,8 +89,7 @@ void ObReplayServiceTask::set_fatal_err_info(const int ret_code,
bool ObReplayServiceTask::need_replay_immediately() const
{
return (OB_SUCCESS == err_info_.ret_code_
|| OB_EAGAIN == err_info_.ret_code_);
return (OB_SUCCESS == err_info_.ret_code_);
}
//---------------ObReplayServiceSubmitTask---------------//