basimons
basimons
I think I might have to reopen this issue. It looks like I was pointed in the wrong direction by MAT. When I analyzed the same heap dump with [jxray](https://jxray.com/),...
We are currently running version 0.15. We have tried upgrading to 0.16 once, but we ran into [this issue](https://github.com/moquette-io/moquette/issues/705). So I cannot tell you if upgrading to 0.16 would fix...
Anybody any idea? I have tried everything that I can think of, but am not able to get the `max_query_size` to show up int the `Settings` row of the `system.processes`...
Ah ok, that makes sense. Thank you very much for you help. I do have another (maybe stupid) follow up question: When I apply this: ``` String jdbcUrl = "jdbc:clickhouse://"...
Hmm, weird, seems like doing "compress=1" gives the same error, but doing "compress=0" works just fine. How should I encode a positive value for compress?
Also FYI, I tried this in 0.4.0 with `custom_settings` (with http) and it does not work. It does work fine with `custom_http_params`.
It most definitely is the ContentTypedEntity. I went through it with the debugger and got this stacktrace: ``` java.lang.NullPointerException: content type must not be null! at org.eclipse.californium.proxy2.http.ContentTypedEntity.(ContentTypedEntity.java:49) at org.eclipse.californium.proxy2.http.ContentTypedEntityConsumer.generateContent(ContentTypedEntityConsumer.java:68) at...
Awesome thanks for your quick help. I'm running it in maven currently, so would be a bit hard for me to checkout the pr-branch and build it from source. Looking...
I'll check it out Tuesday, I don't have access to my laptop before that. I'll let you know then.On 28 Jun 2024 10:34, Achim Kraus ***@***.***> wrote: @basimons Any result...
I can confirm, I ran all my tests, some of which failed with version 3.12, but now they all pass in version 3.13-SNAPSHOT.