fix(stream): update the current processing version.
This commit is contained in:
parent
798f559b62
commit
011627d50a
|
@ -899,7 +899,7 @@ void metaHbToMnode(void* param, void* tmrId) {
|
||||||
// entry.outputRate = entry.outputQUsed*100.0/STREAM_TASK_QUEUE_CAPACITY_IN_SIZE;
|
// entry.outputRate = entry.outputQUsed*100.0/STREAM_TASK_QUEUE_CAPACITY_IN_SIZE;
|
||||||
|
|
||||||
if ((*pTask)->exec.pWalReader != NULL) {
|
if ((*pTask)->exec.pWalReader != NULL) {
|
||||||
entry.offset = walReaderGetCurrentVer((*pTask)->exec.pWalReader);
|
entry.offset = (*pTask)->chkInfo.nextProcessVer;
|
||||||
walReaderValidVersionRange((*pTask)->exec.pWalReader, &entry.verStart, &entry.verEnd);
|
walReaderValidVersionRange((*pTask)->exec.pWalReader, &entry.verStart, &entry.verEnd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue