massakam opened a new pull request #11469:
URL: https://github.com/apache/pulsar/pull/11469


   ### Motivation
   
   The following error was detected on one of our brokers.
   ```
   Error skipping [310] messages from slowest consumer : [shared5]
   ```
   However, this message does not tell we which topic caused the problem. Also, 
the stack trace of the exception is not output. Therefore, it is difficult to 
investigate the cause.
   
   ### Modifications
   
   Output the topic name and the stack trace of the exception along with the 
above error message.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.


-- 
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]


Reply via email to