Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exception Handling for Null Pointer Exception in BrokerService (apach…
…e#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. ### Result The NullPointerException will no longer occur.
- Loading branch information