-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove logging of trusted system classes to not risk causing ClassCircularityError #134431
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 logging of trusted system classes to not risk causing ClassCircularityError #134431
Conversation
…cularityError. We've seen this previously (and predictably) in elastic#131539 due to logging Exceptions in isTriviallyAllowed. elastic#133269 shows exactly the same symptoms. Fixes elastic#133269 Fixes elastic#133267 Fixes elastic#133268
Pinging @elastic/es-core-infra (Team:Core/Infra) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was going to do this, I noticed the great number debug
logs while debugging something else.
Thanks for addressing this!
💔 Backport failed
You can use sqren/backport to manually backport by running |
…cularityError. (elastic#134431) We've seen this previously (and predictably) in elastic#131539 due to logging Exceptions in isTriviallyAllowed. elastic#133269 shows exactly the same symptoms. Fixes elastic#133269 Fixes elastic#133267 Fixes elastic#133268
…cularityError. (elastic#134431) We've seen this previously (and predictably) in elastic#131539 due to logging Exceptions in isTriviallyAllowed. elastic#133269 shows exactly the same symptoms. Fixes elastic#133269 Fixes elastic#133267 Fixes elastic#133268
We've seen this previously (and predictably) in #131539 due to logging Exceptions in isTriviallyAllowed. #133269 shows exactly the same symptoms.
Note: The changes in ClusterSettingsIT are not necessary, but setting the root log level to TRACE causes a flood of logs - which is a bit unnecessary.
Fixes #133269
Fixes #133267
Fixes #133268