pass cache row to tsdb

This commit is contained in:
Hongze Cheng 2020-12-25 06:13:18 +00:00
parent c1c11d5e6f
commit 7aa159440c
1 changed files with 0 additions and 1 deletions

View File

@ -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);