fix(stream): reset the status before re-send data.
This commit is contained in:
parent
b5661752aa
commit
79be59d20c
|
@ -416,6 +416,7 @@ static void setResendInfo(SDispatchEntry* pEntry, int64_t now) {
|
|||
pEntry->sendTs = now;
|
||||
pEntry->rspTs = -1;
|
||||
pEntry->retryCount += 1;
|
||||
pEntry->status = TSDB_CODE_SUCCESS;
|
||||
}
|
||||
|
||||
static void addDispatchEntry(SDispatchMsgInfo* pMsgInfo, int32_t nodeId, int64_t now, bool lock) {
|
||||
|
|
Loading…
Reference in New Issue