Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stats: Plumb through symbol tables everywhere. Pulled from #6161. #6299

Merged
merged 8 commits into from
Mar 19, 2019

Conversation

jmarantz
Copy link
Contributor

@jmarantz jmarantz commented Mar 15, 2019

Description: This PR is intended to be a large but trivial and safe refactor, to plumb SymbolTable wherever it will be needed in #6161 and ultimately #4980 . Those PRs have some complexity and areas to watch for performance and contentions, so it will be pretty hard to review them if they are also very large. This is ultimately trying to resolve #4196 .
Risk Level: low - pure refactor
Testing: //test/...
Docs Changes: n/a
Release Notes: n/a

Signed-off-by: Joshua Marantz <jmarantz@google.com>
Signed-off-by: Joshua Marantz <jmarantz@google.com>
@jmarantz jmarantz changed the title WiP stats: Plumb through symbol tables everywhere. Pulled from #6161. stats: Plumb through symbol tables everywhere. Pulled from #6161. Mar 15, 2019
@jmarantz jmarantz marked this pull request as ready for review March 15, 2019 21:12
Signed-off-by: Joshua Marantz <jmarantz@google.com>
@mattklein123 mattklein123 self-assigned this Mar 17, 2019
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

Looks good just 1 question and 1 nit. Thanks and very excited to see all of this pay off!

/wait

source/common/stats/isolated_store_impl.cc Outdated Show resolved Hide resolved
include/envoy/api/api.h Outdated Show resolved Hide resolved
Signed-off-by: Joshua Marantz <jmarantz@google.com>
@jmarantz
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

🔨 rebuilding ci/circleci: coverage (failed build)
🔨 rebuilding ci/circleci: release (failed build)

🐱

Caused by: a #6299 (comment) was created by @jmarantz.

see: more, trace.

Signed-off-by: Joshua Marantz <jmarantz@google.com>
Signed-off-by: Joshua Marantz <jmarantz@google.com>
…stats().symbolTable().

Signed-off-by: Joshua Marantz <jmarantz@google.com>
Signed-off-by: Joshua Marantz <jmarantz@google.com>
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

Thanks

@jmarantz
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

🔨 rebuilding ci/circleci: api (failed build)

🐱

Caused by: a #6299 (comment) was created by @jmarantz.

see: more, trace.

@jmarantz jmarantz merged commit 8593e6a into envoyproxy:master Mar 19, 2019
@jmarantz jmarantz deleted the symtab-plumbing branch March 19, 2019 20:13
jmarantz added a commit to jmarantz/envoy that referenced this pull request Mar 20, 2019
Signed-off-by: Joshua Marantz <jmarantz@google.com>
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.

Per listener and per cluster memory overhead is too high
2 participants