bostjanl

Results 12 comments of bostjanl

To be honest, it must be a setting by IntelliJ Idea - I myself have not added any custom parameters.

As far as I know - NO. We do not use any extra native libs, just pure java (via kotlin), This call runs SQL query via jdbc driver to postgresql.

I am adding err and replay logs. It does not always crash, but when it does it was always at the same place. Let me know if this is enough....

I am sorry, but I can't paste that whole function, is there any other way I can help reproduce?

Yes, almost in every call to this function. We use postgresql driver 42.5.4 here.

When you mentioned this could be an issue I removed parameter -XX:TieredStopAtLevel=1 when running or debugging from IntelliJ. So far I have not had a crash.

Yes, but have not been able to crash it in the same place as before, but had a similar crash on a docker image built from 17.0.8 for arm64.

1. In the api spec there are POST as well as GET query calls

We need POST because GET is limited by the URL length limitation. There are some really long queries out there.