paul-rogers commented on issue #12638: URL: https://github.com/apache/druid/issues/12638#issuecomment-1159534533
Failed again in [this run](https://app.travis-ci.com/github/apache/druid/jobs/573975166): ```text [INFO] Running org.apache.druid.data.input.impl.prefetch.PrefetchableTextFilesFirehoseFactoryTest [ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 21.109 s <<< FAILURE! - in org.apache.druid.data.input.impl.prefetch.PrefetchableTextFilesFirehoseFactoryTest [ERROR] org.apache.druid.data.input.impl.prefetch.PrefetchableTextFilesFirehoseFactoryTest.testReconnectWithCacheAndPrefetch Time elapsed: 8.165 s <<< ERROR! java.lang.RuntimeException: java.util.concurrent.TimeoutException at org.apache.druid.data.input.impl.prefetch.Fetcher.openObjectFromLocal(Fetcher.java:226) at org.apache.druid.data.input.impl.prefetch.Fetcher.next(Fetcher.java:177) at org.apache.druid.data.input.impl.prefetch.PrefetchableTextFilesFirehoseFactory$2.next(PrefetchableTextFilesFirehoseFactory.java:239) at org.apache.druid.data.input.impl.prefetch.PrefetchableTextFilesFirehoseFactory$2.next(PrefetchableTextFilesFirehoseFactory.java:225) at org.apache.druid.data.input.impl.FileIteratingFirehose.getNextLineIterator(FileIteratingFirehose.java:105) at org.apache.druid.data.input.impl.FileIteratingFirehose.hasMore(FileIteratingFirehose.java:66) at org.apache.druid.data.input.impl.prefetch.PrefetchableTextFilesFirehoseFactoryTest.testReconnectWithCacheAndPrefetch(PrefetchableTextFilesFirehoseFactoryTest.java:352) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ... Caused by: java.util.concurrent.TimeoutException ... 39 more ``` -- 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]
