-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Remove GODEBUG from pilot and mixer #16852
Conversation
A bug/feature in golang 1.13 causes GODEBUG to output thousands of messages. Since we will release 1.4 off of 1.13, I think the best course of action is to turn this off by default. See istio#16635
How much do we lose by disabling this? Are Prometheus metrics sufficient at this point to identify memory/gc issues? |
Both components export all sorts of GC stats, so I don't think we lose too much here. They can always be added back - this is just changing the default. If we don't do this the entire log will look like
That is from less than a second |
/retest |
1 similar comment
/retest |
I like this very much, it is too noisy before. |
* istio#16223 * istio#16272 * istio#16187 * istio#16466 * istio#16634 * istio#16594 * istio#16666 * istio#16483 * istio#16820 * istio#16842 * istio#16852 * istio#16835 * istio#16863 * istio#16892 * istio#16991 * istio#16957 * istio#17013 * istio#17134 * istio#17155 * istio#17235 * istio#17342 * istio#17477 * istio#17615 * istio#17334 * istio#17708 * istio#17737 * Fix injection template * Fix quoting * Fix test values * Add accidentally deleted affinity
A bug/feature in golang 1.13 causes GODEBUG to output thousands of
messages. Since we will release 1.4 off of 1.13, I think the best course
of action is to turn this off by default.
See #16635
Please provide a description for what this PR is for.
And to help us figure out who should review this PR, please
put an X in all the areas that this PR affects.
[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure