michaeljmarshall commented on PR #15247: URL: https://github.com/apache/pulsar/pull/15247#issuecomment-1104698923
I was wondering when this would be an NPE, and it looks like it's most likely an NPE when `fileConfig.validate();` throws an exception. In that case, the `executor` is left `null` and the resulting cleanup calls `close()`, which expects a non-null `executor`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
