paul-rogers edited a comment on pull request #12058: URL: https://github.com/apache/druid/pull/12058#issuecomment-996287590
The pesky Firehose `testReconnectWithCacheAndPrefetch` test failed again: ```text java.lang.RuntimeException: java.util.concurrent.TimeoutException: Poll timeout after 8000 milliseconds(s) ``` The timeout message was added in a previous commit in this PR. It appears the code has gotten itself into a deadlock. Pretty sure: * The Firehose code has concurrency issues. The code suggests we have race conditions: the question is if they are benign. The repeated flakey failures suggest that they are not benign. * Those issues are unrelated to this PR. So, should we fix the test as part of this PR? Block this PR pending a different PR to fix the issue? Keep trying a build until we get lucky? -- 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]
