[tbase-1211]
This commit is contained in:
parent
a797219bd6
commit
a423258f04
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue