TDengine/source/dnode/snode/src/snode.c
WANG MINGMING 558928cbe1
feat(stream): optimize stream logic (#33027)
* fix: remove debug log

* fix: remove assert

* fix: delete unused code

* enh: [TD-37251] Support expr in state window.

* feat(stream): support expr in state window trigger

* enh: [TD-37251] Fix SCL_IS_CONST_CALC condition.

* fix(stream): set ver in wal

* fix: print code

* fix: increase runner replica num

* fix: trigger mem error

* fix: sliding _tnext_ts value

* fix(stream): disable tagFilterCache in stream reader trigger

* fix: crash

* Revert "fix(stream): fix history calc finish check"

This reverts commit f93d17f1d2.

* Revert "fix(stream): fix calc request allocation in trigger"

This reverts commit c5410f6da0.

* fix(stream): fix calc request allocation in trigger

* enh: [TD-37251] External window support more placeholder.

* fix(stream): modify size of return from 1000000->4096

* enh: [TD-37251] Modify error msg when stream query do not have from clause.

* fix(stream): add log for group not found

* fix(stream): do not return gid=0 in walMetaData interface

* enh: [TD-37251] Fix missing ts column in vtable query.

* fix: test case build failed

* fix: invalid read issue

* fix(stream): add vtable logic

* fix(stream): encode error in wal

* fix(stream): add vtable logic

* fix(stream): add log

* fix: diff funcition crash

* Revert "Merge branch 'enh/TD-37251-3.0-dropoutput' into enh/TD-37251-3.0"

This reverts commit e93cbd6fd4, reversing
changes made to dc3230591d.

* Revert "Merge branch 'enh/TD-37251-3.0-vtable' into enh/TD-37251-3.0"

This reverts commit dc3230591d, reversing
changes made to 085e086782.

* fix(stream): fix block data len is too large if data type is vchar

* fix: drop output table

* feat: runner delete output table

* process pDropBlock in trigger task.

* fix(stream): opti log level

* fix(stream): build block for drop table

* fix(stream): set gid for normal table

* fix(stream): set gid for normal table

* feat: Support delete output.

* fix(stream): rows error

* fix(stream): memory leak

* enh: [TD-37251] Fix external window wrong ts column.

* fix(stream): fix calc time check in batch mode

* fix: merge aligned external window issue

* Revert "fix(stream): fix calc time check in batch mode"

This reverts commit d895b7f577.

* fix(stream): add test case

* fix(stream): add insert drop table logic

* fix: external window end issue

* fix(stream): add test case

* fix(stream): fix trigger pull data

* fix(stream): fix history calc request

* enh: drop table on snode

* fix(stream): adjust hash index if data is filtered in wal

* fix(stream): rollback

* enh: add merge aligned extwin window row idx

* fix: drop output table

* fix: compile issue

* enh: [TD-37251] Add flag to identify interval window is overlapped

* fix: overlap

* fix(stream): set gid=-1 for initialized

* fix(stream): modify log level

* fix: trigger slow issue

* fix(stream): add basic test for obj pool

* fix(stream): fix metadata clear in trigger

* fix(stream): fix idle runner allocation in trigger

* fix: handle agg output on externalWin

* fix: test case

* fix(stream): adjust log

* fix: reset pCtx pOutput

* fix: memory leak

* fix: search first win for tsCol

* fix(stream): add test case for schema change

* fix: mem leak

* fix: mem leak

* Reapply "Merge branch 'enh/TD-37251-3.0-vtable' into enh/TD-37251-3.0"

This reverts commit b508e66958.

* fix(stream): fix virtual table data pull

* fix(stream): fix set table request

* fix(stream): process empty uidlist

* fix(stream): fix set table request

* fix(stream): fix data new request in trigger

* fix(stream): tablelist error for vtable

* fix(stream): block ver is null

* fix(stream): remove version limition for wal

* fix(stream): block rows error

* fix(stream): fix pending calc param in batch mode

* fix(stream): auto create table

* fix(stream): fix stream vtable data merge

* fix: _tcurrentts

* fix(stream): destroy hash

* fix(stream): fix trigger status

* fix(stream): colId error in vtable

* fix(stream): update nrows of vtable data block

* fix(stream): fix trigger status

* fix(stream): enable low latency calc for period trigger

* fix: test case file path

* fix: test case file path

* fix: string to node in reader

* enh: add test log

* fix(stream): increase wait time of non-low-latency mode

* fix(stream): fix column capacity in scalar calculation

* fix(stream): fix column capacity in trigger expr calculation

* fix: get origTableInfos

* fix(stream): fix calc data pull in trigger

* fix(stream): fix calc data cache write in trigger

* enh: [TD-37251] Add flag to identify interval wind

* fix: external window memory usage issue

* fix(stream): fix epxr result column in trigger

* fix(stream): add metaCache for calc plan

* fix(stream): fix stream obj list clear

* fix(stream): rollback

* enh: [TD-37251] Add flag to identify interval wind

* fix: mem free

* fix(stream): add metaCache for calc plan

* fix(stream): fix calc data cache write in trigger

* fix(stream): fix calc data cache write in trigger

* enh: optimize external result block memory

* fix(stream): modify logic of judge table for create table

* fix(stream): fix event window check in trigger

* fix(stream): fix count window check in trigger

* fix(stream): colSize=0 while encoding block because pDataCol->hasNull is false in secode time & reload table list if create table

* enh: optimize stream memory

* fix(stream): trigger tag error

* fix: add log

* fix(stream): fix calc data write in trigger

* fix: drop output table

* fix(stream): fix max delay in trigger

* fix: drop output table

* fix(stream): fix max delay in trigger

* fix(build): handle return value of function

* fix(stream): read gid error if it is child table in stream

* fix(stream): fix calc param of history calculation

* fix(stream): fix recalc of delete data

* fix(stream): fix calc data of period trigger

* fix(stream): fix cache read check

* fix(stream): filter error in calc plan

* fix: reset externla window expr

* fix(stream): fix calc parm of max delay

* fix: time range and case issues

* fix(stream): fix crash in trigger

* fix: case issues

* fix: fix window node mem leak.

* fix(stream): fix meta data clear in trigger

* fix(stream): table schema is old in TsdbDataRequest for vtable

* fix: fix slingding window place holder check condition.

* Revert "fix: fix slingding window place holder check condition."

This reverts commit ad864a1dc1.

* fix(stream): null pointer error

* fix: case issue

* fix(stream): calc data error for vtable

* fix(stream): fix data sorter in trigger

* fix(stream): add log for delete data

* fix(stream): fix start version of realtime calculation

* fix(stream): fix cache data merger of vtable

* fix: case issues

* fix(ci): upgrade stream cases in test_cols_function

* fix(stream): gid not found if change tag value

* fix: fix slingding window place holder check condition.

* fix(stream): fix virt table info request in trigger

* fix(stream): set gid = uid if stream table type != SUPER table

* fix: clean cache data by group

* fix: add block info and case issues

* fix: fix heap-buffer-overflow.

* fix(stream): fix state window with extend param

* fix: fix access null pointer.

* fix: case issues

* fix: case issue

* fix(stream): fix ignore_nodata_trigger option for period trigger

* fix(stream): fix pseudo col fetch for calc data

* fix: Extend checking time to avoid timeout.

* fix: case issues

* fix(stream): fix group col fetch for virtual tables

* fix(stream): tag is NULL for non vtable

* fix(stream): fix sliding check of virtual table

* test(stream): check stream status after create all streams

* fix: add log

* fix(stream): fix wal meta truncate when ignore disorder

* fix(stream): gid not found for child table

* fix: fix place holder condition pushdown error.

* fix(stream): suid not equal when delete data for child table

* fix: id issue

* fix(stream): disable recalc for count trigger

* fix: cast result rowSize error in project

* fix(stream): add log for tsdb meta

* fix(stream): fix gid in tsdb meta request

* fix(stream): fix wend of unclosed windows

* fix(stream): fix ignore_nodata_trigger option for period trigger

* fix: case issues

* fix(stream): fix calc data pull for empty interval window

* fix: fix ext window condition.

* fix(ci): smaBasic performance check affectd by debug level log

* fix(stream): add suid when set table list for vtable

* fix: forbid using prefilter when using %%trows an trigger table is virtual table.

* fix: forbid prefilter %%trows cases.

* fix(stream): sort cid in tsdbVirtalDataReq

* fix: forbid prefilter %%trows cases.

* fix(stream): add log for virtual table tsdb data

* fix(stream): get delete msg for vtable

* fix: winRowIndex

* Revert "fix: winRowIndex"

This reverts commit e08b41cf96.

* fix(stream): fix data merge in trigger

* test(stream): fix case ans

* fix(stream): fix empty calc data pull for period trigger

* fix(stream): col index error for tsdbVirtalDataReq

* fix(stream): pTableList is NULL for vtable

* test(stream): fix case ans

* fix(stream): fix notification in trigger

* fix(stream): memory leak

* fix(stream): fix virtual data pull in trigger

* test(stream): fix case ans

* fix(stream): col index error for tsdbVirtalDataReq

* fix(stream): pTableList is NULL for vtable

* test(stream): fix case ans

* fix(stream): fix notification in trigger

* fix(stream): memory leak

* fix(stream): fix virtual data pull in trigger

* test(stream): fix case ans

* fix: case issue

* fix: crash issue

* fix: forbid prefilter %%trows cases.

* fix(stream): session case

* fix(stream): fix data pull for virtual tables

* fix(stream): add log

* fix(stream): fix calc req send in batch mode

* fix: fix stream UT

* fix(stream): tablelist is null for non vtable

* fix: mem leak

* fix(stream): fix compile error in trigger

* fix: return code issue

---------

Co-authored-by: dapan1121 <wpan@taosdata.com>
Co-authored-by: facetosea <285808407@qq.com>
Co-authored-by: Jing Sima <simondominic9997@outlook.com>
Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com>
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-09-25 15:48:14 +08:00

375 lines
13 KiB
C

/*
* Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com>
*
* This program is free software: you can use, redistribute, and/or modify
* it under the terms of the GNU Affero General Public License, version 3
* or later ("AGPL"), as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "executor.h"
#include "sndInt.h"
#include "tdatablock.h"
#include "tuuid.h"
#include "stream.h"
#include "streamRunner.h"
// clang-format off
#define sndError(...) do { if (sndDebugFlag & DEBUG_ERROR) { taosPrintLog("SND ERROR ", DEBUG_ERROR, sndDebugFlag, __VA_ARGS__);}} while (0)
#define sndInfo(...) do { if (sndDebugFlag & DEBUG_INFO) { taosPrintLog("SND INFO ", DEBUG_INFO, sndDebugFlag, __VA_ARGS__);}} while (0)
#define sndDebug(...) do { if (sndDebugFlag & DEBUG_DEBUG) { taosPrintLog("SND DEBUG ", DEBUG_DEBUG, sndDebugFlag, __VA_ARGS__);}} while (0)
SSnode *sndOpen(const char *path, const SSnodeOpt *pOption) {
int32_t code = 0;
SSnode *pSnode = taosMemoryCalloc(1, sizeof(SSnode));
if (pSnode == NULL) {
return NULL;
}
pSnode->msgCb = pOption->msgCb;
return pSnode;
}
int32_t sndInit(SSnode *pSnode) {
streamSetSnodeEnabled(&pSnode->msgCb);
return 0;
}
void sndClose(SSnode *pSnode) {
streamSetSnodeDisabled(false);
taosMemoryFree(pSnode);
}
static int32_t handleTriggerCalcReq(SSnode* pSnode, void* pWorkerCb, SRpcMsg* pRpcMsg) {
SSTriggerCalcRequest req = {0};
SStreamRunnerTask* pTask = NULL;
void* taskAddr = NULL;
int32_t code = 0, lino = 0;
TAOS_CHECK_EXIT(tDeserializeSTriggerCalcRequest(POINTER_SHIFT(pRpcMsg->pCont, sizeof(SMsgHead)), pRpcMsg->contLen - sizeof(SMsgHead), &req));
TAOS_CHECK_EXIT(streamAcquireTask(req.streamId, req.runnerTaskId, (SStreamTask**)&pTask, &taskAddr));
req.brandNew = true;
req.execId = -1;
pTask->msgCb = pSnode->msgCb;
//pTask->pMsgCb = &pSnode->msgCb;
pTask->pWorkerCb = pWorkerCb;
req.curWinIdx = 0;
TAOS_CHECK_EXIT(stRunnerTaskExecute(pTask, &req));
_exit:
tDestroySTriggerCalcRequest(&req);
SRpcMsg rsp = {.code = code, .msgType = TDMT_STREAM_TRIGGER_CALC_RSP, .contLen = 0, .pCont = NULL, .info = pRpcMsg->info};
if (rpcSendResponse(&rsp) != 0) {
sndError("failed to send response, msg:%p", &rsp);
}
streamReleaseTask(taskAddr);
if(code == TSDB_CODE_MND_STREAM_TABLE_NOT_CREATE) {
code = 0; // not real error, just notify trigger the table is not created
}
if (code) {
sndError("%s failed at line %d, error:%s", __FUNCTION__, lino, tstrerror(code));
}
return code;
}
static int32_t handleSyncDeleteCheckPointReq(SSnode* pSnode, SRpcMsg* pRpcMsg) {
int64_t streamId = *(int64_t*)POINTER_SHIFT(pRpcMsg->pCont, sizeof(SMsgHead));
streamDeleteCheckPoint(streamId);
return 0;
}
static int32_t handleSyncWriteCheckPointReq(SSnode* pSnode, SRpcMsg* pRpcMsg) {
int32_t ver = *(int32_t*)POINTER_SHIFT(pRpcMsg->pCont, sizeof(SMsgHead) + INT_BYTES);
int64_t streamId = *(int64_t*)POINTER_SHIFT(pRpcMsg->pCont, sizeof(SMsgHead) + 2 * INT_BYTES);
SRpcMsg rsp = {.code = 0, .msgType = TDMT_STREAM_SYNC_CHECKPOINT_RSP, .info = pRpcMsg->info};
stDebug("[checkpoint] handleSyncWriteCheckPointReq streamId:%" PRIx64 ",ver:%d", streamId, ver);
void* data = NULL;
int64_t dataLen = 0;
int32_t code = streamReadCheckPoint(streamId, &data, &dataLen);
if (code != 0 || (terrno == TAOS_SYSTEM_ERROR(ENOENT) && ver == -1)){
goto end;
}
if (terrno == TAOS_SYSTEM_ERROR(ENOENT) || ver > *(int32_t*)POINTER_SHIFT(data, INT_BYTES)) {
int32_t ret = streamWriteCheckPoint(streamId, POINTER_SHIFT(pRpcMsg->pCont, sizeof(SMsgHead)), pRpcMsg->contLen - sizeof(SMsgHead));
stDebug("[checkpoint] streamId:%" PRIx64 ", checkpoint local updated, ver:%d, dataLen:%" PRId64 ", ret:%d", streamId, ver, dataLen, ret);
}
if (terrno == TAOS_SYSTEM_ERROR(ENOENT) || ver >= *(int32_t*)POINTER_SHIFT(data, INT_BYTES)) {
stDebug("[checkpoint] streamId:%" PRIx64 ", checkpoint no need send back, ver:%d, dataLen:%" PRId64, streamId, ver, dataLen);
dataLen = 0;
taosMemoryFreeClear(data);
}
end:
if (data == NULL) {
rsp.contLen = 2 * INT_BYTES + LONG_BYTES;
rsp.pCont = rpcMallocCont(rsp.contLen);
if (rsp.pCont == NULL) {
rsp.code = TSDB_CODE_OUT_OF_MEMORY;
} else {
*(int32_t*)(POINTER_SHIFT(rsp.pCont, INT_BYTES)) = -1; // no checkpoint
*(int64_t*)(POINTER_SHIFT(rsp.pCont, 2 * INT_BYTES)) = streamId;
}
} else {
rsp.pCont = rpcMallocCont(dataLen);
if (rsp.pCont == NULL) {
rsp.code = TSDB_CODE_OUT_OF_MEMORY;
} else {
memcpy(rsp.pCont, data, dataLen);
rsp.contLen = dataLen;
taosMemoryFreeClear(data);
}
}
if (rpcSendResponse(&rsp) != 0) {
sndError("failed to send write checkpoint response, msg:%p", &rsp);
}
return 0;
}
static int32_t handleSyncWriteCheckPointRsp(SSnode* pSnode, SRpcMsg* pRpcMsg) {
if (pRpcMsg->code != 0) {
stError("[checkpoint] handleSyncWriteCheckPointRsp, code:%d, msgType:%d", pRpcMsg->code, pRpcMsg->msgType);
return pRpcMsg->code;
}
void* data = pRpcMsg->pCont;
int32_t dataLen = pRpcMsg->contLen;
int32_t ver = *(int32_t*)(POINTER_SHIFT(data, INT_BYTES));
int64_t streamId = *(int64_t*)(POINTER_SHIFT(data, 2 * INT_BYTES));
stDebug("[checkpoint] handleSyncWriteCheckPointRsp, ver:%d, streamId:%"PRIx64",dataLen:%d",
ver, streamId, dataLen);
if (ver != -1){
(void)streamWriteCheckPoint(streamId, data, dataLen);
}
return streamCheckpointSetReady(streamId);
}
static int32_t buildFetchRsp(SSDataBlock* pBlock, void** data, size_t* size, int8_t precision, bool finished) {
int32_t code = 0;
int32_t lino = 0;
void* buf = NULL;
int32_t blockSize = pBlock == NULL ? 0 : blockGetEncodeSize(pBlock);
size_t dataEncodeBufSize = sizeof(SRetrieveTableRsp) + INT_BYTES * 2 + blockSize;
buf = rpcMallocCont(dataEncodeBufSize);
if (!buf) {
code = terrno;
goto end;
}
SRetrieveTableRsp* pRetrieve = (SRetrieveTableRsp*)buf;
pRetrieve->version = 0;
pRetrieve->precision = precision;
pRetrieve->compressed = 0;
*((int32_t*)(pRetrieve->data)) = blockSize;
*((int32_t*)(pRetrieve->data + INT_BYTES)) = blockSize;
if (pBlock == NULL || pBlock->info.rows == 0) {
pRetrieve->numOfRows = 0;
pRetrieve->numOfBlocks = 0;
pRetrieve->completed = 1;
} else {
pRetrieve->numOfRows = htobe64((int64_t)pBlock->info.rows);
pRetrieve->numOfBlocks = htonl(1);
int32_t actualLen = blockEncode(pBlock, pRetrieve->data + INT_BYTES * 2, blockSize, taosArrayGetSize(pBlock->pDataBlock));
if (actualLen < 0) {
code = terrno;
goto end;
}
}
if (finished) {
pRetrieve->completed = 1;
}
*data = buf;
*size = dataEncodeBufSize;
buf = NULL;
end:
rpcFreeCont(buf);
return code;
}
static int32_t handleStreamFetchData(SSnode* pSnode, void *pWorkerCb, SRpcMsg* pRpcMsg) {
int32_t code = 0, lino = 0;
void* taskAddr = NULL;
SResFetchReq req = {0};
SSTriggerCalcRequest calcReq = {0};
SStreamRunnerTask* pTask = NULL;
void* buf = NULL;
size_t size = 0;
stDebug("handleStreamFetchData, msgType:%s, contLen:%d 0x%" PRIx64 ":0x%" PRIx64,
TMSG_INFO(pRpcMsg->msgType), pRpcMsg->contLen, TRACE_GET_ROOTID(&pRpcMsg->info.traceId), TRACE_GET_MSGID(&pRpcMsg->info.traceId));
TAOS_CHECK_EXIT(tDeserializeSResFetchReq(pRpcMsg->pCont,pRpcMsg->contLen, &req));
calcReq.streamId = req.queryId;
calcReq.runnerTaskId = req.taskId;
calcReq.brandNew = req.reset;
calcReq.execId = req.execId;
calcReq.sessionId = req.pStRtFuncInfo->sessionId;
calcReq.triggerType = req.pStRtFuncInfo->triggerType;
TSWAP(calcReq.groupColVals, req.pStRtFuncInfo->pStreamPartColVals);
TSWAP(calcReq.params, req.pStRtFuncInfo->pStreamPesudoFuncVals);
calcReq.gid = req.pStRtFuncInfo->groupId;
calcReq.curWinIdx = req.pStRtFuncInfo->curIdx;
calcReq.pOutBlock = NULL;
TAOS_CHECK_EXIT(streamAcquireTask(calcReq.streamId, calcReq.runnerTaskId, (SStreamTask**)&pTask, &taskAddr));
pTask->msgCb = pSnode->msgCb;
//pTask->pMsgCb = &pSnode->msgCb;
pTask->pWorkerCb = pWorkerCb;
TAOS_CHECK_EXIT(stRunnerTaskExecute(pTask, &calcReq));
TAOS_CHECK_EXIT(buildFetchRsp(calcReq.pOutBlock, &buf, &size, 0, false));
_exit:
tDestroySTriggerCalcRequest(&calcReq);
tDestroySResFetchReq(&req);
SRpcMsg rsp = {.code = code, .msgType = TDMT_STREAM_FETCH_FROM_RUNNER_RSP, .contLen = size, .pCont = buf, .info = pRpcMsg->info};
tmsgSendRsp(&rsp);
streamReleaseTask(taskAddr);
if (code) {
sndError("%s failed at line %d, error:%s", __FUNCTION__, lino, tstrerror(code));
}
return code;
}
static int32_t handleStreamFetchFromCache(SSnode* pSnode, SRpcMsg* pRpcMsg) {
int32_t code = 0, lino = 0;
SResFetchReq req = {0};
SStreamCacheReadInfo readInfo = {0};
void* buf = NULL;
int64_t streamId = 0;
size_t size = 0;
TAOS_CHECK_EXIT(tDeserializeSResFetchReq(pRpcMsg->pCont, pRpcMsg->contLen, &req));
streamId = req.queryId;
readInfo.taskInfo.streamId = req.queryId;
readInfo.taskInfo.taskId = req.taskId;
readInfo.taskInfo.sessionId = req.pStRtFuncInfo->sessionId;
readInfo.gid = req.pStRtFuncInfo->groupId;
//SSTriggerCalcParam* pParam = taosArrayGet(req.pStRtFuncInfo->pStreamPesudoFuncVals, req.pStRtFuncInfo->curIdx);
readInfo.start = req.pStRtFuncInfo->curWindow.skey;
readInfo.end = req.pStRtFuncInfo->curWindow.ekey;
bool finished;
TAOS_CHECK_EXIT(stRunnerFetchDataFromCache(&readInfo,&finished));
TAOS_CHECK_EXIT(buildFetchRsp(readInfo.pBlock, &buf, &size, 0, finished));
_exit:
printDataBlock(readInfo.pBlock, __func__, "fetchFromCache", streamId);
stsDebug("task %" PRIx64 " TDMT_STREAM_FETCH_FROM_CACHE_RSP with code:%d rows:%" PRId64 ", size:%d, time range:[%" PRId64 ", %" PRId64 "]",
req.taskId, code, readInfo.pBlock ? readInfo.pBlock->info.rows : 0, (int32_t)size, readInfo.start, readInfo.end);
SRpcMsg rsp = {.code = code, .msgType = TDMT_STREAM_FETCH_FROM_CACHE_RSP, .contLen = size, .pCont = buf, .info = pRpcMsg->info};
tmsgSendRsp(&rsp);
if (code) {
sndError("%s failed at line %d, error:%s", __FUNCTION__, lino, tstrerror(code));
}
blockDataDestroy(readInfo.pBlock);
tDestroySResFetchReq(&req);
return code;
}
static void sndSendErrorRrsp(SRpcMsg *pMsg, int32_t errCode) {
SRpcMsg rspMsg = {0};
rspMsg.info = pMsg->info;
rspMsg.pCont = NULL;
rspMsg.contLen = 0;
rspMsg.code = errCode;
rspMsg.msgType = pMsg->msgType;
tmsgSendRsp(&rspMsg);
}
static int32_t handleStreamDropTableReq(SSnode* pSnode, SRpcMsg* pRpcMsg) {
SSTriggerDropRequest req = {0};
SStreamRunnerTask* pTask = NULL;
void* taskAddr = NULL;
int32_t code = 0, lino = 0;
TAOS_CHECK_EXIT(tDeserializeSTriggerDropTableRequest(POINTER_SHIFT(pRpcMsg->pCont, sizeof(SMsgHead)), pRpcMsg->contLen - sizeof(SMsgHead), &req));
TAOS_CHECK_EXIT(streamAcquireTask(req.streamId, req.runnerTaskId, (SStreamTask**)&pTask, &taskAddr));
pTask->msgCb = pSnode->msgCb;
TAOS_CHECK_EXIT(stRunnerTaskDropTable(pTask, &req));
_exit:
tDestroySSTriggerDropRequest(&req);
if (code) {
sndError("%s failed at line %d, error:%s", __FUNCTION__, lino, tstrerror(code));
sndSendErrorRrsp(pRpcMsg, code);
} else {
SRpcMsg rsp = {.code = 0, .msgType = TDMT_STREAM_TRIGGER_DROP_RSP, .contLen = 0, .pCont = NULL, .info = pRpcMsg->info};
tmsgSendRsp(&rsp);
}
streamReleaseTask(taskAddr);
return code;
}
int32_t sndProcessStreamMsg(SSnode *pSnode, void *pWorkerCb, SRpcMsg *pMsg) {
int32_t code = 0, lino = 0;
switch (pMsg->msgType) {
case TDMT_STREAM_TRIGGER_CALC:
TAOS_CHECK_EXIT(handleTriggerCalcReq(pSnode, pWorkerCb, pMsg));
break;
case TDMT_STREAM_DELETE_CHECKPOINT:
TAOS_CHECK_EXIT(handleSyncDeleteCheckPointReq(pSnode, pMsg));
break;
case TDMT_STREAM_SYNC_CHECKPOINT:
TAOS_CHECK_EXIT(handleSyncWriteCheckPointReq(pSnode, pMsg));
break;
case TDMT_STREAM_SYNC_CHECKPOINT_RSP:
TAOS_CHECK_EXIT(handleSyncWriteCheckPointRsp(pSnode, pMsg));
break;
case TDMT_STREAM_FETCH_FROM_RUNNER:
TAOS_CHECK_EXIT(handleStreamFetchData(pSnode, pWorkerCb, pMsg));
break;
case TDMT_STREAM_FETCH_FROM_CACHE:
TAOS_CHECK_EXIT(handleStreamFetchFromCache(pSnode, pMsg));
break;
case TDMT_STREAM_TRIGGER_DROP:
TAOS_CHECK_EXIT(handleStreamDropTableReq(pSnode, pMsg));
break;
default:
sndError("invalid snode msg:%d", pMsg->msgType);
TAOS_CHECK_EXIT(TSDB_CODE_INVALID_MSG);
}
_exit:
if (code) {
sndError("%s failed at line %d, error:%s", __FUNCTION__, lino, tstrerror(code));
}
return code;
}