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 2020/06/09 15:48:30 UTC

[GitHub] [pulsar] ltamber opened a new pull request #7221: catch throwable when start pulsar

ltamber opened a new pull request #7221:
URL: https://github.com/apache/pulsar/pull/7221


   ### Motivation
   Currently, pulsar only catch exception when `BrokerStarter.start()` https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/PulsarBrokerStarter.java#L350 failed,  some error such as NoSuchMethodError or NoClassDefFoundError can not be caught, and pulsar will in abnormal status but no error log will found in the log file. 
   ### Modification
   modify exception to throwable
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] wolfstudy commented on pull request #7221: catch throwable when start pulsar

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on pull request #7221:
URL: https://github.com/apache/pulsar/pull/7221#issuecomment-718559236


   needs to cherry-pick to 2.6.2.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] jiazhai merged pull request #7221: catch throwable when start pulsar

Posted by GitBox <gi...@apache.org>.
jiazhai merged pull request #7221:
URL: https://github.com/apache/pulsar/pull/7221


   


----------------------------------------------------------------
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:
users@infra.apache.org