Skip to content

stats: remove references to fake symbol tables.#13392

Merged
mattklein123 merged 10 commits intoenvoyproxy:masterfrom
jmarantz:remove-fake-symtab
Oct 6, 2020
Merged

stats: remove references to fake symbol tables.#13392
mattklein123 merged 10 commits intoenvoyproxy:masterfrom
jmarantz:remove-fake-symtab

Conversation

@jmarantz
Copy link
Copy Markdown
Contributor

@jmarantz jmarantz commented Oct 5, 2020

Commit Message: Now that real symbol tables have been baking for 3 months its time to remove the fake ones. The option will still be available to avoid breaking production scripts in the same PR, but that will go sometime soon as well (#13399)
Additional Description:
Risk Level: medium -- if someone has a deployment where they were depending on using fake symbol tables due to some performance or functional issue that was otherwise unnoticed, this change will move them to real symbol tables, emitting a warning once on startup.
Testing: //test/...
Docs Changes: updated stats.md
Release Notes: done
Fixes #6307

Signed-off-by: Joshua Marantz <jmarantz@google.com>
@mattklein123 mattklein123 self-assigned this Oct 5, 2020
Copy link
Copy Markdown
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.

Nice! LMK when this is read for review.

/wait

…re comparing output.

Signed-off-by: Joshua Marantz <jmarantz@google.com>
Signed-off-by: Joshua Marantz <jmarantz@google.com>
Signed-off-by: Joshua Marantz <jmarantz@google.com>
…or fake symtab option warning.

Signed-off-by: Joshua Marantz <jmarantz@google.com>
Signed-off-by: Joshua Marantz <jmarantz@google.com>
Signed-off-by: Joshua Marantz <jmarantz@google.com>
Signed-off-by: Joshua Marantz <jmarantz@google.com>
Signed-off-by: Joshua Marantz <jmarantz@google.com>
@jmarantz jmarantz marked this pull request as ready for review October 6, 2020 11:44
@jmarantz jmarantz requested review from lizan and snowp as code owners October 6, 2020 11:44
@mattklein123
Copy link
Copy Markdown
Member

Check tidy and then I can take a look?

/wait

Signed-off-by: Joshua Marantz <jmarantz@google.com>
Copy link
Copy Markdown
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.

Nice!! Thanks

@mattklein123 mattklein123 merged commit b50af65 into envoyproxy:master Oct 6, 2020
@jmarantz jmarantz deleted the remove-fake-symtab branch October 6, 2020 17:21
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.

stats: Remove FakeSymbolTableImpl and related helpers

2 participants