[FEAT MERGE]vos merge into master

Co-authored-by: ZenoWang <wzybuaasoft@163.com>
Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
Co-authored-by: JiahuaChen <garfieldjia@qq.com>
This commit is contained in:
nroskill
2023-02-24 14:26:20 +00:00
committed by ob-robot
parent 11dc664903
commit a4c97d03f7
284 changed files with 9655 additions and 4755 deletions

View File

@ -148,7 +148,7 @@ void ObReqQueue::loop()
ret = OB_INVALID_ARGUMENT;
LOG_ERROR("invalid argument", K(qhandler_));
} else if (OB_FAIL(qhandler_->onThreadCreated(nullptr))) {
LOG_ERROR("do thread craeted fail, thread will exit", K(ret));
LOG_ERROR("do thread created fail, thread will exit", K(ret));
} else {
// The main loop threads process tasks.
while (!Thread::current().has_set_stop()) {