justinborromeo opened a new issue #8178: Change supervisor state config to store full stack traces by default URL: https://github.com/apache/incubator-druid/issues/8178 #7428 added the capability to store supervisor errors and expose them via the supervisor status endpoint. The original PR sets the config `druid.supervisor.stream.storingStackTraces` to `false`, which means that only the error's message is stored instead of the full stack trace. I think setting the default `storingStackTraces` config to `true` would improve the Druid out-of-the-box experience by allowing quickstart users to debug supervisor issues without having to pore through logs or figure out how to change configs. Does anyone see any issues with this? Also, would making this change affect anything on the web console side?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
