patch some bug fix:part 1

This commit is contained in:
ly0
2021-07-23 01:15:13 +08:00
committed by wangzelin.wzl
parent 49b53c4570
commit 8d61732e97
7 changed files with 21 additions and 11 deletions

View File

@ -163,7 +163,7 @@ void ObReqQueue::loop()
"wait finish, remain %ld task",
"qsize",
queue_.size());
} else if (0 == queue_.size()) {
} else if (0 != queue_.size()) {
LOG_INFO("exiting queue thread and wait remain finish");
// Process remains if we should wait until all task has been
// processed before exiting this thread. Previous return code