提交 a423258f 编写于 作者: H hjxilinx

[tbase-1211]

上级 a797219b
...@@ -702,8 +702,8 @@ int vnodeFindKeyInFile(SImportInfo *pImport, int order) { ...@@ -702,8 +702,8 @@ int vnodeFindKeyInFile(SImportInfo *pImport, int order) {
if (pImport->key != key && pImport->pos > 0) { if (pImport->key != key && pImport->pos > 0) {
if ( pObj->sversion != pBlock->sversion ) { if ( pObj->sversion != pBlock->sversion ) {
dError("vid:%d sid:%d id:%s, import sversion not matached, expected:%d received:%d", pObj->vnode, pObj->sid, dError("vid:%d sid:%d id:%s, import sversion not matched, expected:%d received:%d", pObj->vnode, pObj->sid,
pBlock->sversion, pObj->sversion); pObj->meterId, pBlock->sversion, pObj->sversion);
code = TSDB_CODE_OTHERS; code = TSDB_CODE_OTHERS;
} else { } else {
pImport->offset = pBlock->offset; pImport->offset = pBlock->offset;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册