Tomáš Toka Mrázek
Tomáš Toka Mrázek
Same issue, tried everything I've found here. Sadly it heavily impacts production environment. Java: jdk1.8.0_192 DB: Azure hosted - PostgreSQL 10.11, compiled by Visual C++ build 1800, 64-bit Driver: postgresql-42.2.14...
@brettwooldridge I've read the changelogs for pgjdbc, obviously not carefully enough as I missed the timeout fixes. I will update the driver as soon as possible. I've enabled Hikari debug...
@brettwooldridge One pool got depleted just moments ago. Here's pool configuration from logs after a restart. ``` [2021-05-31 13:18:23,571] [DEBUG] [sodexo-init-jdbc] com.zaxxer.hikari.HikariConfig - Driver class org.postgresql.Driver found in Thread context...
@brettwooldridge I do run a pool with 100 connections, I did read about pool sizing, several times actually. I am planning to lover it slowly, but we've encountered a lot...
@brettwooldridge FYI so far so good, no pool exhaustion with newest PG jdbc.
@PC-Chiu Same problem, but with PostgreSQL DB. I don't think it's related to Oracle.
Let me try. I would personally get rid of the checkbox, implicitly enable it, and rename "fallback" to "default". In other words: * If no custom default sound is set,...
I think that function `peekMessage()` does not retrieve deferred messages. You have to use `peekMessage(long sequenceNumber)`. It's the same as function `receiveMessages(int maxMessages)` and `receiveDefferedMessage(long sequenceNumber)`, which states in javadoc...
Blocking mode should not impact the flow. In other words, mediation should not continue after calling call mediator before response is received. There is an exception, if parameter OUT_ONLY and/or...
Last year I've spend about two weeks trying to fix this, we eventually had to rollback to 6.4.0 and there was no further time allocation to burn on this. Lately...