I tested the data synchronization function of Apache IoTDB according to the official documentation. When I wrote data to server A, it can be synchronized to server B at first. However, when I changed the writing setting from root.db.d
to root.db2.d
, I found that the synchronization did not work. When I restarted server A, the data that was not synchronized before was successsfully synchronized.
The version of A is 1.3.0 and the version of B is 1.3.1.
Is this a bug and why is this task delayed? Both IoTDB servers are deployed in stand-alone containers.
King Zilla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.