Fix incorrect cluster InitializePhase type#9379
Merged
snowp merged 1 commit intoenvoyproxy:masterfrom Dec 20, 2019
Merged
Conversation
Signed-off-by: tianqian.zyf <tianqian.zyf@alibaba-inc.com>
dio
reviewed
Dec 17, 2019
e955e8d to
5cf279c
Compare
dio
approved these changes
Dec 17, 2019
Contributor
|
@snowp for senior maintainer approval |
snowp
approved these changes
Dec 18, 2019
Member
Author
|
Is there anything else this PR needs to be reviewed? |
Contributor
|
No more approvals needed, but it looks like CI isn't completely done yet, so I can't merge yet. |
sthagen
added a commit
to sthagen/envoyproxy-envoy
that referenced
this pull request
Dec 20, 2019
Fix incorrect cluster InitializePhase type (envoyproxy#9379)
spenceral
added a commit
to spenceral/envoy
that referenced
this pull request
Dec 20, 2019
* master: (167 commits) stats: Avoid asserts in fuzz-tests by eliminating arbitrary length limits, using the new MemBlock wrapper for memcpy (envoyproxy#8779) Make %UPSTREAM_LOCAL_ADDRESS% access-log format work for HTTP requests. (envoyproxy#9362) tools: API boosting support for using decls and enum constants. (envoyproxy#9418) Fix incorrect cluster InitializePhase type (envoyproxy#9379) build: fix merge race between envoyproxy#9241 and envoyproxy#9413. (envoyproxy#9427) fuzz: fix incorrect evaluator test (envoyproxy#9402) server: fix bogus startup log message (envoyproxy#9404) tools: Add protoxform tests (envoyproxy#9241) api: options after import (envoyproxy#9413) misc: use std::move instead of constructing a copy (envoyproxy#9415) tools: API boosting support for rewriting elaborated types. (envoyproxy#9375) docs: fix invalid transport_socket value (envoyproxy#9403) fix typo in docs (envoyproxy#9394) srds: remove to-de-removed scopes first and then apply additions to avoid scope key conflict. (envoyproxy#9366) api: generate whole directory and sync (envoyproxy#9382) bazel: Add load statements for proto_library (envoyproxy#9367) Fix typo (envoyproxy#9388) Correct test of OptionsImpl argc type (Was: Correct type for std::array size() result) (envoyproxy#9290) http1 encode trailers in chunk encoding (envoyproxy#8667) Add mode to PipeInstance (envoyproxy#8423) ...
prakhag1
pushed a commit
to prakhag1/envoy
that referenced
this pull request
Jan 3, 2020
Signed-off-by: tianqian.zyf <tianqian.zyf@alibaba-inc.com> Signed-off-by: Prakhar <prakhar_au@yahoo.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.
Description: Fix incorrect cluster InitializePhase type debug message. At the time of initialization of the cluster, all the InitializePhase type of cluster output were secondary
Risk Level: low
Testing: N/A
Docs Changes: N/A
Signed-off-by: tianqian.zyf tianqian.zyf@alibaba-inc.com