fix a small bug
This commit is contained in:
parent
178f5771f6
commit
ed253f2a2a
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue