[OBCDC] Fix the bug that obcdc exit when query server failed
This commit is contained in:

committed by
ob-robot

parent
c8b8c44570
commit
36a2aa60b1
@ -1438,7 +1438,7 @@ int ObLogSysTableHelper::do_query_(MySQLQueryBase &query)
|
||||
ret = OB_SUCCESS;
|
||||
}
|
||||
|
||||
if ((OB_SUCC(ret)) && !done) {
|
||||
if (!done) {
|
||||
ret = OB_NEED_RETRY;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user