Merge branch 'feature/dnode' of https://github.com/taosdata/TDengine into feature/dnode

This commit is contained in:
Shengliang Guan 2022-04-29 15:33:53 +08:00
commit 3bff1f0984
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ static bool addHandleToAcceptloop(void* arg);
SExHandle* exh2 = uvAcquireExHandle(refId); \
if (exh2 == NULL || refId != exh2->refId) { \
tTrace("server handle %p except, may already freed, ignore msg, ref1: %" PRIu64 ", ref2 : %" PRIu64 "", exh1, \
exh1->refId, refId); \
exh2 ? exh2->refId : 0, refId); \
goto _return1; \
} \
} else if (refId == 0) { \