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

Records and outputs contention blocks. #1020

Merged
merged 2 commits into from
Apr 6, 2022
Merged

Conversation

andyHa
Copy link
Member

@andyHa andyHa commented Apr 6, 2022

If a channel is not writeable, we actually block and await for it to
become writable. As we figured, this might slow down tunneling in
high load conditions, we added some loggings to check if there is a
correlations.

If a channel is now writeable, we actually block and await for it to
become writable. As we figured, this might slow down tunneling in
high load conditions, we added some loggings to check if there is a
correlations.
src/main/java/sirius/web/http/WebServer.java Outdated Show resolved Hide resolved
Co-authored-by: Idevaldo De Lira <ili@scireum.de>
@andyHa andyHa merged commit 4a7f8bc into develop Apr 6, 2022
@andyHa andyHa deleted the feature/aha/log-contention branch April 6, 2022 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants