From 7aa159440c170b9e54311576257ce93a9883f579 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Fri, 25 Dec 2020 06:13:18 +0000 Subject: [PATCH] pass cache row to tsdb --- src/dnode/src/dnodeVMgmt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dnode/src/dnodeVMgmt.c b/src/dnode/src/dnodeVMgmt.c index b13653864b..7e3807d983 100644 --- a/src/dnode/src/dnodeVMgmt.c +++ b/src/dnode/src/dnodeVMgmt.c @@ -142,7 +142,6 @@ static SCreateVnodeMsg* dnodeParseVnodeMsg(SRpcMsg *rpcMsg) { pCreate->cfg.maxRowsPerFileBlock = htonl(pCreate->cfg.maxRowsPerFileBlock); pCreate->cfg.fsyncPeriod = htonl(pCreate->cfg.fsyncPeriod); pCreate->cfg.commitTime = htonl(pCreate->cfg.commitTime); - pCreate->cfg.cacheLastRow = htonl(pCreate->cfg.cacheLastRow); for (int32_t j = 0; j < pCreate->cfg.replications; ++j) { pCreate->nodes[j].nodeId = htonl(pCreate->nodes[j].nodeId);