merlimat opened a new issue #10289: URL: https://github.com/apache/pulsar/issues/10289
Trying to do a graceful stop of a broker with `CTRL-C` will fail due to an unexpected exception and then it will shutdown after 30 sec. The logs show: ``` 2021-04-20 12:23:28,621 [jdk.internal.loader.ClassLoaders$AppClassLoader@73d16e93] error Uncaught exception in thread shutdown-thread-52-1: org/apache/pulsar/broker/service/GracefulExecutorServicesShutdown ``` @lhotari I think this is probably related to #10199 -- 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: [email protected]
