An exception is thrown at Jdbctemplate.update
(unique key violation).
After certain number of these exceptions the hikaripool gets timed out with connection not available (Checked and found out that this error occurs due to pool overload)
Can too many sql exceptions cause a hikariCP timeout?