'sync.log doesn't exist in Apache IoTDB Database

What I do is shown below. The receiver:

  1. Change is_sync_enable=true in iotdb-engine.properties
  2. run the start-server.sh command The sender:
  3. Modify iotdb-sync-client.properties Server_ip = 10.166.44.212 sync_period_in_second=10 sync_storage_groups = root.line2, root.line12, root.line14, root.line15, root.line16
  4. Then start: start-server.sh stop-sync-client.sh The sender:
  5. Create a root.line16 storage group and check that the storage group has been created synchronously on the receiving end.
  6. Insert data into the storage group, flush the data, and check that the resource file is generated. But there is no data synchronization at the receiving end; enter image description here


Solution 1:[1]

I tried with iotdb version 0.12.5 just now. And there was no problem with the steps you described. java version "1.8.0_191". You can try again. If it still fails, add more details. [1]: https://i.stack.imgur.com/ykiKa.png

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Wade Pena