In writeToDB(), the entry is removed first, then committed. If autocommit is enabled, then this leads to 2 writes to the DB. Instead, disable autocommit, delete, insert, and then enable autocommit again
- impacts account
-
JGRP-2870 Cluster is not correctly formed with JDBC_PING2
-
- Open
-