mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
- It's okay to suppress InterruptedException during graceful shutdown, as tasks may use it to accelerate their own shutdown. - It's okay to ignore return statuses during graceful shutdown (which may be FAILED!) because it actually doesn't matter what they are.