fix a small bug

This commit is contained in:
Hongze Cheng 2019-11-26 17:47:29 +08:00
parent 178f5771f6
commit ed253f2a2a
1 changed files with 2 additions and 2 deletions

View File

@ -251,9 +251,9 @@ int vnodeImportPoints(SMeterObj *pObj, char *cont, int contLen, char source, voi
*pNumOfPoints = import.importedRows; *pNumOfPoints = import.importedRows;
} }
pVnode->version++; pVnode->version++;
vnodeClearMeterState(pObj, TSDB_METER_STATE_IMPORTING);
} }
vnodeClearMeterState(pObj, TSDB_METER_STATE_IMPORTING);
return code; return code;
} }