You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/06 05:38:21 UTC

[GitHub] [pulsar] Technoboy- opened a new pull request, #17484: [improve][broker] Use `safeRun` to log thread exception.

Technoboy- opened a new pull request, #17484:
URL: https://github.com/apache/pulsar/pull/17484

   ### Motivation
   
   When I troubleshoot the key_shared subscription issue, there are no error logs on the broker side. I find the error info from the broker dump file.  It's a RuntimeException that causes the thread to crash, so no error logs.
   ![image](https://user-images.githubusercontent.com/6297296/188554958-70934530-4962-4d36-ae15-4fcba75b3727.png)
   
   So suggest using `safeRun`  on the dispatcher thread.
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   (Please explain why)
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Technoboy- merged pull request #17484: [improve][broker] Use `safeRun` to log thread exception in PersistentDispatcherMultipleConsumers

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #17484:
URL: https://github.com/apache/pulsar/pull/17484


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Technoboy- closed pull request #17484: [improve][broker] Use `safeRun` to log thread exception.

Posted by GitBox <gi...@apache.org>.
Technoboy- closed pull request #17484: [improve][broker] Use `safeRun` to log thread exception.
URL: https://github.com/apache/pulsar/pull/17484


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org