Nicolas Steinmetz

Results 49 comments of Nicolas Steinmetz

Hello @samuelcolvin ; @antoine-collet is on vacation til end of the week. He'll recontact you next week on this.

I still have my waitiing to be killed flow for days. Except that I don't really know how to reproduce it. I noticed the issue as the job no longer...

It was tested with influxdb-java 2.19 and so okhttp 4.6.0 if I'm correct. Same behaviour with influxdb-java 2.20 & okhttp 4.8.1

Stacktrace on client side (embedeed in warp 10 extension): ``` [ [{ "stacktrace": [ ["MemoryWarpScriptStack.java", 999, "io.warp10.script.MemoryWarpScriptStack", "exec"], ["TRY.java", 58, "io.warp10.script.functions.TRY", "apply"], ["MemoryWarpScriptStack.java", 874, "io.warp10.script.MemoryWarpScriptStack", "exec"], ["EgressExecHandler.java", 294, "io.warp10.continuum.egress.EgressExecHandler", "handle"],...

Hi @juliens Sorry for the delay, I forgot to answer. My deployment is as follow: * traefik binary deployed on host (no container) * Warp 10 deployed on host (no...

Hi, For your information, I notice the same behaviour with Caddy as an alternative to Traefik.

Diving deeper, it seems that the issue is due to how open connections are handled on program / reverse proxy (being Traefik or Caddy) / target application side. Upgrading to...

Ok, adding the header `Connection: close` to our HTTP/1.1 request calls fixed the issue. => closing as the bug was elsewhere.

Hi @hsablonniere If you could push 2.10.1 images too, it would be nice ! We are stucked with 2.9.1 images for a year.

@hsablonniere thanks a lot !