[to #53816597]fix bug dbms_job core

This commit is contained in:
seuwebber 2024-02-07 18:31:43 +00:00 committed by ob-robot
parent 8c98de1859
commit ccc6d52653

View File

@ -77,6 +77,7 @@ int ObDBMSJobTask::stop()
ret = OB_NOT_INIT;
LOG_WARN("dbms job task not inited", K(ret), K(inited_));
} else {
ObSpinLockGuard guard(lock_);
timer_.cancel(*this);
timer_.stop();
timer_.wait();