Problemunvalidated

The delete of table2 caused a timeout and a SQLTimeoutException occurred, but the delete of table1 was committed. — When a timeout occurs in the database, HikariCP does not rollback, but commits and terminates abnormally. Tension: org.springframework.transaction.TransactionSystemException: JDBC rollback failed. Outcome: Use the latest HikariCP 6.3.0, the problem has been fixed in that version.

c3c4f3f5-8475-469b-8c5e-0e41b6835e2b

The delete of table2 caused a timeout and a SQLTimeoutException occurred, but the delete of table1 was committed. — When a timeout occurs in the database, HikariCP does not rollback, but commits and terminates abnormally. Tension: org.springframework.transaction.TransactionSystemException: JDBC rollback failed. Outcome: Use the latest HikariCP 6.3.0, the problem has been fixed in that version.