IgorBerman commented on PR #16323: URL: https://github.com/apache/druid/pull/16323#issuecomment-2072137251
@kfaraz don't you think there should be failedTaskCount .incrementAndGet(); near LOGGER.info(t, "Exception caught during execution"); at wrapping try-catch? I mean when we pass bad arguments the IllegalArgumentException is thrown but the code never increments failedTaskCount -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
