rdhabalia opened a new pull request #2353: Set correct exception if function runnable fails with Error URL: https://github.com/apache/incubator-pulsar/pull/2353 ### Motivation If instance-runnable init fails with Error `java.lang.NoClassDefFoundError`, it doesn't cast into `Exception` and `deathException` sets with null value. and casting also throws below exception ``` java.lang.NoClassDefFoundError cannot be cast to java.lang.Exception ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
