[to #53816597]fix bug dbms_job core
This commit is contained in:
parent
8c98de1859
commit
ccc6d52653
@ -77,6 +77,7 @@ int ObDBMSJobTask::stop()
|
|||||||
ret = OB_NOT_INIT;
|
ret = OB_NOT_INIT;
|
||||||
LOG_WARN("dbms job task not inited", K(ret), K(inited_));
|
LOG_WARN("dbms job task not inited", K(ret), K(inited_));
|
||||||
} else {
|
} else {
|
||||||
|
ObSpinLockGuard guard(lock_);
|
||||||
timer_.cancel(*this);
|
timer_.cancel(*this);
|
||||||
timer_.stop();
|
timer_.stop();
|
||||||
timer_.wait();
|
timer_.wait();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user