Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Now delete has concurrent bug which may cause some tsfile may not be deleted(the reason can be seen inĀ https://apache-iotdb.feishu.cn/docx/FBqwd8562of2BJxDnQUcu3tRnsW, and we are trying to fix it but it may take some time), in such case, if we insert the same name sensor with different data type, while querying, it will throw excption:
Actually, we can simply ignore these data while processing query instead of throw exception.