eolivelli opened a new pull request #13380: URL: https://github.com/apache/pulsar/pull/13380
Fixes #13379 ### Motivation When there is a timeout in serving the metrics Pulsar will print a long stacktrace that is scary and meaningless to the users. ### Modifications 1. Provide a better log message: no stack trace, include the processing time 2. ensure that context.complete() is always executed, in a finally block ### Verifying this change This change is a trivial rework / code cleanup without any test coverage. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
