jihoonson commented on pull request #11419: URL: https://github.com/apache/druid/pull/11419#issuecomment-877474597
> [ERROR] org.apache.druid.indexing.overlord.RemoteTaskRunnerTest.testBlacklistZKWorkers25Percent(org.apache.druid.indexing.overlord.RemoteTaskRunnerTest) [ERROR] Run 1: RemoteTaskRunnerTest.testBlacklistZKWorkers25Percent:902 expected:<2> but was:<3> [ERROR] Run 2: RemoteTaskRunnerTest.testBlacklistZKWorkers25Percent:902 expected:<1> but was:<2> [ERROR] Run 3: RemoteTaskRunnerTest.testBlacklistZKWorkers25Percent:902 expected:<2> but was:<3> [ERROR] Run 4: RemoteTaskRunnerTest.testBlacklistZKWorkers25Percent:902 expected:<1> but was:<2> Looking at this failure, it seems possible that the `blackListedWorkers` could be wrong if the same task failure event was counted more than once. I do not know whether this was the issue I saw on Travis, but fixed it anyway. -- 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]
