refactor: support submitreq2
This commit is contained in:
parent
c5dc7e8227
commit
45b93280c9
|
@ -221,10 +221,10 @@ typedef struct SSnapContext {
|
|||
} SSnapContext;
|
||||
|
||||
typedef struct STqReader {
|
||||
const SSubmitReq *pMsg;
|
||||
// SSubmitBlk *pBlock;
|
||||
// SSubmitMsgIter msgIter;
|
||||
// SSubmitBlkIter blkIter;
|
||||
// const SSubmitReq *pMsg;
|
||||
// SSubmitBlk *pBlock;
|
||||
// SSubmitMsgIter msgIter;
|
||||
// SSubmitBlkIter blkIter;
|
||||
|
||||
int64_t ver;
|
||||
SPackedSubmit msg2;
|
||||
|
|
|
@ -673,10 +673,8 @@ int32_t tqProcessPollReq(STQ* pTq, SRpcMsg* pMsg) {
|
|||
req.epoch, TD_VID(pTq->pVnode), fetchVer, pHead->msgType);
|
||||
|
||||
if (pHead->msgType == TDMT_VND_SUBMIT) {
|
||||
SSubmitReq* pCont = (SSubmitReq*)&pHead->body;
|
||||
|
||||
SPackedSubmit submit = {
|
||||
.msgStr = pCont,
|
||||
.msgStr = pHead->body,
|
||||
.msgLen = pHead->bodyLen,
|
||||
.ver = pHead->version,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue