Hi , I have noticed this issue.
The incorrect evaluation is a bug in the function of deleting storage group, and deleting timeseries doesn’t have this issue. While deleting sg, it just subtracts the num of sg in IoTDBConfigDynamicAdapter, but not subtracts the sum of timeseries in IoTDBConfigDynamicAdapter which leads to the incorrect evaluation. This is easy to fix. What's more, removing debug logs while restarting the system doesn't have any side-effect. I have pulled a pr to fix this issue. The link is https://github.com/apache/incubator-iotdb/pull/669 <https://github.com/apache/incubator-iotdb/pull/669>. Best Regards, ————————————————— Tianan Li School of Software, Tsinghua University 李天安 清华大学 软件学院 > 2019年12月19日 下午2:43,Xiangdong Huang <[email protected] > <mailto:[email protected]>> 写道: > > 1. Is there any side-effect if you remove it? > 2. How to solve the incorrect evaluation when you delete some time series > is still not mentioned. > > ----------------------------------- > Xiangdong Huang > School of Software, Tsinghua University > > 黄向东 > 清华大学 软件学院 > > > Jialin Qiao <[email protected] <mailto:[email protected]>> > 于2019年12月19日周四 下午2:16写道: > >> It is in the restart process, the check could be omitted. >> >
