Fix ci problems.

This commit is contained in:
xiao-77 2024-12-13 17:21:30 +08:00
parent d191caca98
commit da8dd39bd8
1 changed files with 1 additions and 1 deletions

View File

@ -2366,7 +2366,7 @@ int32_t mndProcessStreamReqCheckpoint(SRpcMsg *pReq) {
}
// remove this entry
(void)taosHashRemove(execInfo.pTransferStateStreams, &req.streamId, sizeof(int64_t));
(void) taosHashRemove(execInfo.pTransferStateStreams, &req.streamId, sizeof(int64_t));
int32_t numOfStreams = taosHashGetSize(execInfo.pTransferStateStreams);
mDebug("stream:0x%" PRIx64 " removed, remain streams:%d fill-history not completed", req.streamId, numOfStreams);