patch some bug fix:part 1
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user