Thanks Lingzhe for propose this problem. Data correctness is indeed a very important issue. If the accuracy of data can not be guaranteed, the impact on the business is unknown. In the previous versions, we lost data several times before, which also exposed the defects of our test. Bugs are inevitable, but if there is data loss? Can we have other plans to get the data back?
Thanks, --------------------------------------- Houliang Qi BONC, Ltd On 07/9/2021 09:53,HW-Chao Wang<[email protected]> wrote: +1,loss data is a blocker bug,we should release new version for it. we should adequate testing before release…… ---Original--- From: "Lingzhe ZHANG"<[email protected]> Date: Wed, Jul 7, 2021 10:13 AM To: "dev"<[email protected]>; Subject: [NOTICE] Apache IoTDB 0.12.1 and 0.11.4 may loss data when enable cross space compaction Hi all, We find a bug which may cause data loss, and we have already submit PR to rel/0.12[1] and rel/0.11[2]. Because of this bug, we will release 0.12.2 and 0.11.5 soon. Before new version released, we can set the parameter enable_unseq_compaction in conf/iotdb-engine.properties to false. In this way, we can disable cross space compaction and avoid this bug. [1] https://github.com/apache/iotdb/pull/3515 [2] https://github.com/apache/iotdb/pull/3516 Best, ----------------------------------- Lingzhe Zhang School of Software, Tsinghua University 张凌哲 清华大学 软件学院
