refactor: comment out to avoid crash of tmqShow.py

This commit is contained in:
Shengliang Guan 2022-07-12 19:56:38 +08:00
parent 037f84fafd
commit dad12c24fb
1 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@ int32_t tqProcessPollReq(STQ* pTq, SRpcMsg* pMsg, int32_t workerId) {
STqOffsetVal reqOffset = pReq->reqOffset;
STqOffsetVal fetchOffsetNew;
// todo
workerId = 0;
// 1.find handle
STqHandle* pHandle = taosHashGet(pTq->handles, pReq->subKey, strlen(pReq->subKey));
/*ASSERT(pHandle);*/