I use Apache IoTDB V1.0.0 to create a new IoTDB cluster. When the project is running, I inserted data into IoTDB and check the log of IoTDB, and find the following error: [pool-46-IoTDB-Compaction-6] ERROR o.a.i.d.e.c.CompactionUtils:281 - root.test Device is overlapped between [file_name]. I cannot understand this error message, seems like it is about compacting data? But I did not set any new compaction method. Anyone know how to explain this?
I also checked the issues on Github, but still cannot find answer to this problem.