ccliushou commented on issue #8618:
URL: https://github.com/apache/iotdb/issues/8618#issuecomment-1374396783

   首先感谢您的回答。针对数据同步,我又进行了测试,发现还是存在一定的问题。测试的版本为:0.13.0
   测试过程如下:
   1、根据文档描述,配置了 发送端和接收端;
   2、删除接收端所有的存储组;
   3、在发送端,执行tools\start-sync-client 
,发送端将数据(root.XXX存储组)同步到接收端;在两端分别确认时间序列的数据量,是一致的,两端的数据量都是:54178;
   4、在接收端,通过语句:delete from root.XXX.dev01 where time  < 1654085712597 
,删除部分数据,查询接收端的数据量为:44179
   5、关闭发送端的同步脚本窗口;
   5、删除发送端IOTDB_HOME/data/data下所有sync开头的文件夹
   6、删除发送端IOTDB_HOME/data/system/sync文件夹
   7、再次运行发送端的同步脚本tools\start-sync-client,确认提示为成功;
   8、在接收端,执行:flush
   9、在接收端,查询数据量,还是44179。期望得到的数据量应该是:54178
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to