eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.26k stars 2.07k forks source link

Incorrect HTTP server metrics report for non event-loop thread writes #5222

Closed vietj closed 3 months ago

vietj commented 3 months ago

The HTTP server incorrectly report metrics from non event-loop thread writes.

When writing from a non event-loop threads, HTTP/2 flush might happen earlier which triggers an incorrect report of metrics (reset instead of ended, invalid route report).

tsegismont commented 3 months ago

Thank you @vietj