fix(sma): fix bugs in sma and do some internal refactor.

This commit is contained in:
Haojun Liao 2023-10-24 09:40:38 +08:00
parent 3bcffcf1da
commit 7311f9d2fe
1 changed files with 0 additions and 1 deletions

View File

@ -1831,7 +1831,6 @@ int32_t tqProcessTaskUpdateReq(STQ* pTq, SRpcMsg* pMsg) {
char* msg = POINTER_SHIFT(pMsg->pCont, sizeof(SMsgHead));
int32_t len = pMsg->contLen - sizeof(SMsgHead);
SRpcMsg rsp = {.info = pMsg->info, .code = TSDB_CODE_SUCCESS};
bool allStopped = false;
SStreamTaskNodeUpdateMsg req = {0};