ccliushou commented on issue #8618: URL: https://github.com/apache/iotdb/issues/8618#issuecomment-1367167273
刚刚又操作了一次。应该确认是bug。操作过程如下: 1、根据文档描述,配置了 发送端和接收端; 2、执行tools\start-sync-client ,发送端将数据(root.XXX存储组)同步到接收端; 3、接收端,通过delete STORAGE group root.XXX 方式,删除存储组; 4、重启接收端; 5、发送端,再次执行 tools\start-sync-client,无法再次同步 数据到接收端。 接收端,第二次接收的关键日志: 2022-12-29 16:46:26,278 [main] INFO o.a.i.d.s.t.ThriftService:111 - IoTDB: start SYNC ServerService... 2022-12-29 16:46:26,282 [main] INFO o.a.i.d.c.IoTDBThreadPoolFactory:232 - new SynchronousQueue thread pool: Sync-Client 2022-12-29 16:46:26,283 [Sync] INFO o.a.i.d.s.t.ThriftServiceThread:241 - The SYNC ServerService service thread begin to run... 2022-12-29 16:46:26,383 [main] INFO o.a.i.d.s.t.ThriftService:135 - IoTDB: start SYNC ServerService successfully, listening on ip 0.0.0.0 port 9555 2022-12-29 16:46:26,384 [main] INFO o.a.i.d.c.IoTDBThreadPoolFactory:68 - new fixed thread pool: UpgradeThread, thread number: 1 2022-12-29 16:46:26,385 [main] INFO o.a.i.d.s.UpgradeSevice:97 - finish counting upgrading files, total num:0 2022-12-29 16:46:26,385 [main] INFO o.a.i.d.s.UpgradeSevice:76 - Waiting for upgrade task pool to shut down 2022-12-29 16:46:26,385 [main] INFO o.a.i.d.s.UpgradeSevice:78 - Upgrade service stopped 2022-12-29 16:46:26,386 [main] INFO o.a.i.d.c.IoTDBThreadPoolFactory:68 - new fixed thread pool: Settle, thread number: 1 2022-12-29 16:46:26,388 [main] INFO o.a.i.d.s.SettleService:150 - Waiting for settle task pool to shut down 2022-12-29 16:46:26,388 [main] INFO o.a.i.d.s.SettleService:152 - Settle service stopped 2022-12-29 16:46:26,391 [main] INFO o.a.i.d.w.i.SingleFileLogReader:144 - open WAL file: tlog.bin size is 0 2022-12-29 16:46:26,393 [main] INFO o.a.i.d.e.c.ContinuousQueryTaskPoolManager:44 - ContinuousQueryTaskPoolManager is initializing, thread number: 2 2022-12-29 16:46:26,394 [main] INFO o.a.i.d.w.i.SingleFileLogReader:144 - open WAL file: cqlog.bin size is 0 2022-12-29 16:46:26,395 [main] INFO o.a.i.d.c.IoTDBThreadPoolFactory:174 - new single scheduled thread pool: CQ-Task-Submit-Thread 2022-12-29 16:46:26,396 [main] INFO o.a.i.d.e.c.ContinuousQueryService:136 - Continuous query service started. 2022-12-29 16:46:26,396 [main] INFO o.a.i.db.service.IoTDB:187 - Congratulation, IoTDB is set up successfully. Now, enjoy yourself! 2022-12-29 16:46:26,396 [main] INFO o.a.i.db.service.IoTDB:133 - IoTDB has started. 2022-12-29 16:46:35,063 [Sync] INFO o.a.i.d.s.r.t.SyncServiceImpl:98 - Start to sync with sender 192.168.235.1_0412c25e03e84bcd8dcd633a611b1183 2022-12-29 16:46:35,071 [Sync] INFO o.a.i.d.c.d.DirectoryManager:128 - create folder ./../data/data/sequence failed. Is the folder existed: true 2022-12-29 16:46:35,072 [Sync] INFO o.a.i.d.c.d.DirectoryManager:128 - create folder ./../data/data/unsequence failed. Is the folder existed: true 2022-12-29 16:46:35,140 [Sync] INFO o.a.i.d.s.r.t.SyncServiceImpl:292 - Start to load metadata in sync process. 2022-12-29 16:46:35,140 [Sync] INFO o.a.i.d.w.i.SingleFileLogReader:144 - open WAL file: mlog.bin size is 0 2022-12-29 16:46:35,162 [Sync] INFO o.a.i.d.s.r.t.SyncServiceImpl:336 - Sync process with sender 192.168.235.1_0412c25e03e84bcd8dcd633a611b1183 finished. 2022-12-29 16:46:35,182 [pool-17-IoTDB-Load-TsFile-1] INFO o.a.i.d.s.r.l.FileLoader:177 - Sync loading process for 192.168.235.1_0412c25e03e84bcd8dcd633a611b1183 has finished. 发送端:  -- 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]
