API: Add Overload Manager ResetReason and ResponseFlag.#17044
Merged
antoniovicente merged 3 commits intoenvoyproxy:mainfrom Jun 21, 2021
Merged
API: Add Overload Manager ResetReason and ResponseFlag.#17044antoniovicente merged 3 commits intoenvoyproxy:mainfrom
antoniovicente merged 3 commits intoenvoyproxy:mainfrom
Conversation
Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
Contributor
Author
|
/assign @antoniovicente |
fuqianggao
reviewed
Jun 18, 2021
| New Features | ||
| ------------ | ||
|
|
||
| * access_log: added the new response flag `OM` for Overload Manager termination. The error flag will be set when the http stream is terminated by overload manager. |
Contributor
There was a problem hiding this comment.
maybe add ref: to the proto, similar to the one below?
Contributor
|
You have test failures which seem related to this PR. /wait |
Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
Contributor
Author
|
/retest |
|
Retrying Azure Pipelines: |
mum4k
pushed a commit
to envoyproxy/nighthawk
that referenced
this pull request
Jun 25, 2021
- Adding new enum to source/client/stream_decoder.cc to reflect changes in envoyproxy/envoy#17044 - Adding a binding for external dependency on gtest introduced in envoyproxy/envoy#16687 - Sync to latest envoy included changes to `.bazelrc` and `ci/run_envoy_docker.sh` copied directly. Signed-off-by: William Juan <66322422+wjuan-AFK@users.noreply.github.com>
leyao-daily
pushed a commit
to leyao-daily/envoy
that referenced
this pull request
Sep 30, 2021
…7044) Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
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.
Signed-off-by: Kevin Baichoo kbaichoo@google.com
Commit Message: Add Overload Manager ResetReason and ResponseFlag.
Additional Description: For the changes needed in Issue #15791 we will have overload manager reset streams. Given that, we'd like to have a response flag for overload manager resets. This change defines that response flag.
Risk Level: Low
Testing:Unit Tests
Docs Changes: Included
Release Notes: Included
Platform Specific Features: N/A
Related Issue #15791