ccliushou commented on issue #8618: URL: https://github.com/apache/iotdb/issues/8618#issuecomment-1369282310
感谢您的回答。我按照这个步骤操作了,但,接收端还是没有那数据: 1.找到IOTDB_HOME/data/data目录下,删除所有sync开头的文件夹(发送端) 2.重启sync工具 看接收端的输出的日志,还是感觉有bug: 2023-01-03 08:04:36,565 [main] INFO o.a.i.db.service.IoTDB:133 - IoTDB has started. 2023-01-03 08:04:53,284 [pool-16-IoTDB-RPC-Client-1] INFO o.a.i.d.s.b.ServiceProvider:206 - IoTDB: Login status: Login successfully. User : root, opens Session-1 2023-01-03 08:04:53,406 [pool-16-IoTDB-RPC-Client-1] INFO o.a.i.d.s.t.i.TSServiceImpl:1181 - IoTDB server version: 0.13.3 2023-01-03 08:04:57,244 [pool-16-IoTDB-RPC-Client-1] INFO o.a.i.d.c.IoTDBThreadPoolFactory:68 - new fixed thread pool: Query, thread number: 4 2023-01-03 08:05:33,030 [Sync] INFO o.a.i.d.s.r.t.SyncServiceImpl:98 - Start to sync with sender 192.168.235.1_8506306abea44db18da7f89dabf66265 2023-01-03 08:05:33,046 [Sync] INFO o.a.i.d.c.d.DirectoryManager:128 - create folder ./../data/data/sequence failed. Is the folder existed: true 2023-01-03 08:05:33,047 [Sync] INFO o.a.i.d.c.d.DirectoryManager:128 - create folder ./../data/data/unsequence failed. Is the folder existed: true 2023-01-03 08:05:33,215 [Sync] INFO o.a.i.d.s.r.t.SyncServiceImpl:292 - Start to load metadata in sync process. 2023-01-03 08:05:33,215 [Sync] INFO o.a.i.d.w.i.SingleFileLogReader:144 - open WAL file: mlog.bin size is 0 2023-01-03 08:05:33,279 [Sync] INFO o.a.i.d.s.r.t.SyncServiceImpl:155 - Sync process started to receive data of storage group root.rczz 2023-01-03 08:05:33,299 [Sync] INFO o.a.i.d.s.r.t.SyncServiceImpl:336 - Sync process with sender 192.168.235.1_8506306abea44db18da7f89dabf66265 finished. 2023-01-03 08:05:33,364 [pool-17-IoTDB-Load-TsFile-1] INFO o.a.i.d.s.r.l.FileLoader:177 - Sync loading process for 192.168.235.1_8506306abea44db18da7f89dabf66265 has finished. 2023-01-03 08:05:36,029 [pool-3-IoTDB-timedQuerySqlCount-1] INFO o.a.i.d.s.b.QueryFrequencyRecorder:42 - Query count in current 1 minute 1 2023-01-03 08:05:54,762 [pool-16-IoTDB-RPC-Client-1] INFO o.a.i.d.s.b.ServiceProvider:232 - Session-1 is closing 2023-01-03 08:06:36,030 [pool-3-IoTDB-timedQuerySqlCount-1] INFO o.a.i.d.s.b.QueryFrequencyRecorder:42 - Query count in current 1 minute 3 -- 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]
