提交 ed253f2a 编写于 作者: H Hongze Cheng

fix a small bug

上级 178f5771
...@@ -251,9 +251,9 @@ int vnodeImportPoints(SMeterObj *pObj, char *cont, int contLen, char source, voi ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册