提交 2acfc81c 编写于 作者: H Hongze Cheng

more code

上级 039e4a05
...@@ -753,7 +753,7 @@ static int32_t tsdbCommitLastFile(SCommitter *pCommitter, STbDataIter *pIter) { ...@@ -753,7 +753,7 @@ static int32_t tsdbCommitLastFile(SCommitter *pCommitter, STbDataIter *pIter) {
} }
if (!pBlockData->suid && !pBlockData->uid) { if (!pBlockData->suid && !pBlockData->uid) {
code = tBlockDataInit(pBlockData, pTbData->suid, pTbData->uid, pCommitter->skmTable.pTSchema); code = tBlockDataInit(pBlockData, pTbData->suid, 0, pCommitter->skmTable.pTSchema);
if (code) goto _err; if (code) goto _err;
} }
...@@ -1150,7 +1150,7 @@ static int32_t tsdbCommitData(SCommitter *pCommitter) { ...@@ -1150,7 +1150,7 @@ static int32_t tsdbCommitData(SCommitter *pCommitter) {
tsdbCommitDataEnd(pCommitter); tsdbCommitDataEnd(pCommitter);
_exit: _exit:
tsdbDebug("vgId:%d, commit data done, nRow:%" PRId64, TD_VID(pTsdb->pVnode), pMemTable->nRow); tsdbInfo("vgId:%d, commit data done, nRow:%" PRId64, TD_VID(pTsdb->pVnode), pMemTable->nRow);
return code; return code;
_err: _err:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册