fix(stream): fix syntax error.
This commit is contained in:
parent
90bec3cd3f
commit
251bdf51c1
|
@ -455,7 +455,7 @@ int32_t streamTaskCheckIfReqConsenChkptId(SStreamTask* pTask, int64_t ts) {
|
|||
vgId, pConChkptInfo->statusTs);
|
||||
return 1;
|
||||
} else {
|
||||
int64_t el = (ts - pConChkptInfo->statusTs) / 1000;
|
||||
int32_t el = (ts - pConChkptInfo->statusTs) / 1000;
|
||||
if ((pConChkptInfo->status == TASK_CONSEN_CHKPT_SEND) && el > 60) {
|
||||
pConChkptInfo->statusTs = ts;
|
||||
|
||||
|
|
Loading…
Reference in New Issue