Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vietj opened this issue Jun 4, 2024 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@vietj
Copy link
Member

vietj commented Jun 4, 2024

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).

@vietj vietj added the bug label Jun 4, 2024
@vietj vietj added this to the 4.5.9 milestone Jun 4, 2024
vietj added a commit that referenced this issue Jun 4, 2024
- Incorrect HTTP server metrics report for non event-loop thread writes #5222
- HTTP/2 push is not flushed when written from a non event-loop thread #5223
@vietj vietj self-assigned this Jun 4, 2024
vietj added a commit that referenced this issue Jun 4, 2024
- Incorrect HTTP server metrics report for non event-loop thread writes #5222
- HTTP/2 push is not flushed when written from a non event-loop thread #5223
@vietj vietj closed this as completed Jun 4, 2024
vietj added a commit that referenced this issue Jun 4, 2024
- Incorrect HTTP server metrics report for non event-loop thread writes #5222
- HTTP/2 push is not flushed when written from a non event-loop thread #5223
vietj added a commit that referenced this issue Jun 4, 2024
- Incorrect HTTP server metrics report for non event-loop thread writes #5222
- HTTP/2 push is not flushed when written from a non event-loop thread #5223
@tsegismont
Copy link
Contributor

Thank you @vietj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants