Update Envoy to 8188e232a9e0b15111d30f4724cbc7bf77d3964a#587
Merged
mum4k merged 20 commits intoenvoyproxy:masterfrom Dec 11, 2020
Merged
Update Envoy to 8188e232a9e0b15111d30f4724cbc7bf77d3964a#587mum4k merged 20 commits intoenvoyproxy:masterfrom
mum4k merged 20 commits intoenvoyproxy:masterfrom
Conversation
- Fixes to accommodate upstream connection pool changes. - Fixes to accommodate upstream cluster related changes. Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
WIP. Connection prefetching needs amendment / Envoy seems to support overlapping functionality now. Our version broke, but perhaps we can piggy back and make it non-experimental. Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Member
Author
|
So this now passes all tests, but asan has a structural build problem (it's not a flake): Looking into that. |
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Collaborator
|
@qqustc please review and assign back to me once done. |
Contributor
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
3351d48 to
6bf623c
Compare
Collaborator
|
@oschaaf I am assuming this still needs some work due to the failing CI. Please reapply the |
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
|
/cc stevenzzzz |
Deferred to envoyproxy#593 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Member
Author
|
To unblock this, I deferred the issue with CI/asan to #593. Marking this is ready for review again. |
mum4k
approved these changes
Dec 11, 2020
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.
List of changes:
Note: We enable the allow_prefetch runtime feature for this.
OnPoolReady(), ProdClusterManagerFactory(), allocateConnPool()
SIGTERM->ENVOY_SIGTERM.ares.has small cleanup, we no longer need that.options_impl.ccthere's a small change to how we defineelapsed_since_epochto unbreakbuilding with
libc++: a regression of Building with clang's libc++ fails #569.Filed CI: test building with clang's libc++ #594 to avoid regression.
Signed-off-by: Otto van der Schaaf oschaaf@we-amp.com
Depends on: