Add proxy.config.http2.stream_error_sampling_threshold#8506
Merged
masaori335 merged 1 commit intoapache:masterfrom Nov 16, 2021
Merged
Add proxy.config.http2.stream_error_sampling_threshold#8506masaori335 merged 1 commit intoapache:masterfrom
masaori335 merged 1 commit intoapache:masterfrom
Conversation
Co-authored-by: Leif Hedstrom <zwoop@apache.org>
71588af to
923cdee
Compare
Contributor
Author
|
[approve ci] |
Contributor
|
@bneradt will review this. |
zwoop
added a commit
that referenced
this pull request
Nov 17, 2021
Co-authored-by: Leif Hedstrom <zwoop@apache.org> (cherry picked from commit 356e3e9)
Contributor
|
Cherry-picked to v9.2.x |
moonchen
pushed a commit
to moonchen/trafficserver
that referenced
this pull request
Mar 17, 2022
* asf/9.2.x: Updated ChangeLog Marks tls_engine test as OpenSSL-only (apache#8509) Add skipped log entries to troubleshooting FAQ in docs. (apache#8507) Remove commented out EventProcessor::eventthread - it's time (apache#8517) Makes proxy_serve_stale version independent (apache#8508) Add proxy.config.http2.stream_error_sampling_threshold (apache#8506) url_sig: change cleanup msg from TSError to TSDebug (apache#8523) Adds the set-http-cntl operator for header_rewrite (apache#8375) Prevent bad ssl_multicert.config load from being swapped in (apache#8515)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We faced a situation to increase the
proxy.config.http2.stream_error_rate_threshold(default0.1) and noticed that increasing the rate reduces the sampling number in theHttp2ConnectionState::get_stream_error_rate().I'd like to introduce a config to set the minimum threshold of the sampling number.
Co-authored-by: Leif Hedstrom zwoop@apache.org