You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On two occasions this week we had a "this connection has been closed" in ladybug calling when calling "genereerDocumentIdentificatie_Di02". Resulting in an erromessage to the calling application.
Generating a zaakIdentificatie had the same problem.
One incident on our test-environment and one incident on our production environment.
The problem was mitigated by restarting the server.
Other servers in the same Azure cloud using Postgresql never seem to have these issues.
Due to the immediate restart, logs are not available any more.
The text was updated successfully, but these errors were encountered:
Does this also happen with the the latest (1.13.4) version? This issue is caused by the application running out of memory. The latest version of ZaakBrug includes an upgrade from Java 8 to Java 11. That should should help significantly with memory usage and memory behavior in containerized environments. Alternatively assigning more memory to ZaakBrug should also remedy this issue.
I will still mark it as a bug, because a loss of connection to the database should make the health endpoint return UNHEALTHY, so that container host can restart it.
Does this also happen with the the latest (1.13.4) version? This issue is caused by the application running out of memory. The latest version of ZaakBrug includes an upgrade from Java 8 to Java 11. That should should help significantly with memory usage and memory behavior in containerized environments. Alternatively assigning more memory to ZaakBrug should also remedy this issue.
I will still mark it as a bug, because a loss of connection to the database should make the health endpoint return UNHEALTHY, so that container host can restart it.
related to #236 where we'll address more memory settings too
On two occasions this week we had a "this connection has been closed" in ladybug calling when calling "genereerDocumentIdentificatie_Di02". Resulting in an erromessage to the calling application.
Generating a zaakIdentificatie had the same problem.
One incident on our test-environment and one incident on our production environment.
The problem was mitigated by restarting the server.
Other servers in the same Azure cloud using Postgresql never seem to have these issues.
Due to the immediate restart, logs are not available any more.
The text was updated successfully, but these errors were encountered: