jihoonson commented on pull request #10846: URL: https://github.com/apache/druid/pull/10846#issuecomment-772920385
As this issue is another blocker for 0.21.0, I couldn't wait for Travis to run, so went ahead and ran the same jobs on the internal CI of Imply. All tests passed except for `(Compile=openjdk8, Run=openjdk11) input source integration test`, which seems like a temporary connection issue. This test uses `https://druid.apache.org/data/wikipedia.json.gz`. The detailed error is in below. The same test passed on my local machine. ```2021-02-03T23:58:52,568 ERROR [task-runner-0-priority-0] org.apache.druid.indexing.overlord.SingleTaskBackgroundRunner - Exception while running task[AbstractTask{id='partial_index_generate_wikipedia_http_inputsource_test_b61779f4-8d07-48e8-bbdb-e4779388dc11 %Россия 한국 中国!?_npkcohgh_2021-02-03T23:56:21.899Z', groupId='index_parallel_wikipedia_http_inputsource_test_b61779f4-8d07-48e8-bbdb-e4779388dc11 %Россия 한국 中国!?_hmmdgnkg_2021-02-03T23:52:17.214Z', taskResource=TaskResource{availabilityGroup='partial_index_generate_wikipedia_http_inputsource_test_b61779f4-8d07-48e8-bbdb-e4779388dc11 %Россия 한국 中国!?_npkcohgh_2021-02-03T23:56:21.899Z', requiredCapacity=1}, dataSource='wikipedia_http_inputsource_test_b61779f4-8d07-48e8-bbdb-e4779388dc11 %Россия 한국 中国!?', context={forceTimeChunkLock=true}}] java.lang.RuntimeException: java.net.ConnectException: Connection timed out (Connection timed out) at org.apache.druid.data.input.impl.InputEntityIteratingReader.lambda$read$0(InputEntityIteratingReader.java:81) ~[druid-core-0.22.0-iap1-SNAPSHOT.jar:0.22.0-iap1-SNAPSHOT] at org.apache.druid.java.util.common.parsers.CloseableIterator$2.findNextIteratorIfNecessary(CloseableIterator.java:84) ~[druid-core-0.22.0-iap1-SNAPSHOT.jar:0.22.0-iap1-SNAPSHOT] at org.apache.druid.java.util.common.parsers.CloseableIterator$2.<init>(CloseableIterator.java:69) ~[druid-core-0.22.0-iap1-SNAPSHOT.jar:0.22.0-iap1-SNAPSHOT] at org.apache.druid.java.util.common.parsers.CloseableIterator.flatMap(CloseableIterator.java:67) ~[druid-core-0.22.0-iap1-SNAPSHOT.jar:0.22.0-iap1-SNAPSHOT] at org.apache.druid.data.input.impl.InputEntityIteratingReader.createIterator(InputEntityIteratingReader.java:103) ~[druid-core-0.22.0-iap1-SNAPSHOT.jar:0.22.0-iap1-SNAPSHOT] ...``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
