leventov commented on issue #6943: InterruptedExceptions should never be ignored in the code. URL: https://github.com/apache/incubator-druid/pull/6943#issuecomment-458534551 Thank you for this PR. Could we add some automatic checks? Does IntelliJ have some inspections about this? At least `catch \([^)]*InterruptedException[^)]*\)\s*\{\s*throw` regexp could be added to Checkstyle to find it pretty effectively (especially if #6701 is also fixed.)
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
