Skip to content

ci: bump Envoy sha to 5423325c#1868

Merged
buildbreaker merged 7 commits intoenvoyproxy:mainfrom
Augustyniak:envoy-5423325c
Oct 7, 2021
Merged

ci: bump Envoy sha to 5423325c#1868
buildbreaker merged 7 commits intoenvoyproxy:mainfrom
Augustyniak:envoy-5423325c

Conversation

@Augustyniak
Copy link
Copy Markdown
Contributor

@Augustyniak Augustyniak commented Oct 7, 2021

Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
junr03
junr03 previously approved these changes Oct 7, 2021
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
Augustyniak and others added 3 commits October 7, 2021 21:05
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>

envoy_status_t Engine::main(const std::string config, const std::string log_level) {
// Using unique_ptr ensures main_common's lifespan is strictly scoped to this function.
Thread::MainThread main_thread_;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we register this in EngineCommon like Envoy is doing: envoyproxy/envoy@bcf6729#diff-51c9c3d59b80fbaef57384b42c3137d0a8c1c5cd46ebd86baeb48bd4d709f0d6R228?

Also two nits:

  1. Can we change the name to something like register_main_thread so that it is not confused?
  2. FYI suffix _ is used as a convetion for instance variables not for local variables like this one.

Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
@buildbreaker buildbreaker merged commit 83568a0 into envoyproxy:main Oct 7, 2021
@Augustyniak Augustyniak deleted the envoy-5423325c branch October 7, 2021 22:35
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