Hello, we are trying to enable replication feature,
But when we are trying to startup slave database, we'll get following Exception:
com.objectdb.o.UserException: Failed to synchronize replicated database at com.objectdb.o.MSG.a(MSG.java:64) at com.objectdb.o.RPT.a(RPT.java:100) at com.objectdb.o.RPT.<init>(RPT.java:67) at com.objectdb.o.SHN.R(SHN.java:706) at com.objectdb.o.SHN.w(SHN.java:204) at com.objectdb.o.HND.run(HND.java:134) at java.base/java.lang.Thread.run(Thread.java:832)
I've tried to stop master, clear all recording files, switch to all mode:
<recording enabled="true" sync="false" path="." mode="all" />
Then I stopped also the slave
Removed all files from $replication directory.
Started master
Started slave
But the exception is still thrown periodically.
Please can you provide any troubleshooting steps?