When an error occurs during sync and the transaction is rolled back the dblock is not released although it should.
Caused by: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block
As consequence transaction in MirrorStratgey.run() must be split.
When an error occurs during sync and the transaction is rolled back the dblock is not released although it should. Caused by: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block
As consequence transaction in MirrorStratgey.run() must be split.