ConcurrencyPractitioner opened a new pull request #3108: Exception Handling for 
Null Pointer Exception in BrokerService
URL: https://github.com/apache/pulsar/pull/3108
 
 
   ### Motivation
   In a unit test under pulsar-broker, I have found that some 
NullPointerExceptions were thrown, although the tests had passed. I decided it 
will be best if we minimized the number of such exceptions as they are usually 
not intentionally thrown.
   
   ### Modifications
   I have added a catch clause to capture the NullPointerException found in 
BrokerService.
   
   ### Result
   The NullPointerException will no longer occur.
   

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

Reply via email to