paul-rogers opened a new issue, #12692:
URL: https://github.com/apache/druid/issues/12692

   The IT test [perfect rollup parallel batch index integration 
test](https://app.travis-ci.com/github/apache/druid/jobs/573989709) failed. The 
PR in question did not change the indexer (or indeed, any existing code; it 
adds new, as-yet-unused code.) So, the failure is likely flaky.
   
   ```text
   
   2022-06-18T22:33:03,506 ERROR [main] org.apache.druid.cli.CliPeon - Error 
when starting up.  Failing.
   java.lang.reflect.InvocationTargetException: null
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:1.8.0_332]
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_332]
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_332]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_332]
        at 
org.apache.druid.java.util.common.lifecycle.Lifecycle$AnnotationBasedHandler.start(Lifecycle.java:446)
 ~[druid-core-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at 
org.apache.druid.java.util.common.lifecycle.Lifecycle.start(Lifecycle.java:341) 
~[druid-core-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at 
org.apache.druid.guice.LifecycleModule$2.start(LifecycleModule.java:152) 
~[druid-core-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at 
org.apache.druid.cli.GuiceRunnable.initLifecycle(GuiceRunnable.java:165) 
[druid-services-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at org.apache.druid.cli.CliPeon.run(CliPeon.java:306) 
[druid-services-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at org.apache.druid.cli.Main.main(Main.java:114) 
[druid-services-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
   Caused by: java.io.UncheckedIOException: 
/tmp/intermediary-segments/index_parallel_wikipedia_parallel_druid_input_source_index_test
 %Россия 한국 中国!?_ndiecicn_2022-06-18T22:26:38.659Z
        at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:2153) 
~[commons-io-2.11.0.jar:2.11.0]
        at 
org.apache.druid.indexing.worker.shuffle.LocalIntermediaryDataManager.lambda$discoverSupervisorTaskPartitions$3(LocalIntermediaryDataManager.java:200)
 ~[druid-indexing-service-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at 
java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
 ~[?:1.8.0_332]
        at 
org.apache.druid.indexing.worker.shuffle.LocalIntermediaryDataManager.discoverSupervisorTaskPartitions(LocalIntermediaryDataManager.java:197)
 ~[druid-indexing-service-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at 
org.apache.druid.indexing.worker.shuffle.LocalIntermediaryDataManager.start(LocalIntermediaryDataManager.java:134)
 ~[druid-indexing-service-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        ... 10 more
   Caused by: java.nio.file.NoSuchFileException: 
/tmp/intermediary-segments/index_parallel_wikipedia_parallel_druid_input_source_index_test
 %Россия 한국 中国!?_ndiecicn_2022-06-18T22:26:38.659Z
        at 
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) 
~[?:1.8.0_332]
   
   ...
   
   2022-06-18T22:38:25,438 ERROR [main] 
org.apache.druid.testing.utils.LoggerListener - Failed 
[org.apache.druid.tests.indexer.ITPerfectRollupParallelIndexTest.testIndexData] 
with parameters [SingleDimensionPartitionsSpec{targetRowsPerSegment=2, 
maxRowsPerSegment=null, partitionDimension='namespace', assumeGrouped=false, 
resolvedMaxRowPerSegment=3}]
   org.apache.druid.java.util.common.ISE: Error while making request to indexer 
[404 Not Found No task reports were found for this task. The task may not 
exist, or it may not have completed yet.]
        at 
org.apache.druid.testing.clients.OverlordResourceTestClient.makeRequest(OverlordResourceTestClient.java:727)
 ~[druid-integration-tests-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at 
org.apache.druid.testing.clients.OverlordResourceTestClient.getTaskReport(OverlordResourceTestClient.java:263)
 ~[druid-integration-tests-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at 
org.apache.druid.testing.clients.OverlordResourceTestClient.getTaskErrorMessage(OverlordResourceTestClient.java:246)
 ~[druid-integration-tests-0.24.0-SNAPSHOT.jar:0.24.0-SNAPSHOT]
        at 
org.apache.druid.tests.indexer.AbstractIndexerTest.unloadAndKillData(AbstractIndexerTest.java:91)
 ~[test-classes/:?]
        at 
org.apache.druid.tests.indexer.AbstractIndexerTest.lambda$unloader$0(AbstractIndexerTest.java:77)
 ~[test-classes/:?]
        at 
org.apache.druid.tests.indexer.ITPerfectRollupParallelIndexTest.testIndexData(ITPerfectRollupParallelIndexTest.java:127)
 ~[test-classes/:?]
   
   ...
   
   [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
1,815.156 s <<< FAILURE! - in TestSuite
   [ERROR] 
testIndexData(org.apache.druid.tests.indexer.ITPerfectRollupParallelIndexTest)  
Time elapsed: 667.606 s
   [ERROR] 
testIndexData(org.apache.druid.tests.indexer.ITPerfectRollupParallelIndexTest)  
Time elapsed: 576.529 s
   [ERROR] 
testIndexData(org.apache.druid.tests.indexer.ITPerfectRollupParallelIndexTest)  
Time elapsed: 474.567 s  <<< FAILURE!
   org.apache.druid.java.util.common.ISE: Error while making request to indexer 
[404 Not Found No task reports were found for this task. The task may not 
exist, or it may not have completed yet.]
        at 
org.apache.druid.tests.indexer.ITPerfectRollupParallelIndexTest.testIndexData(ITPerfectRollupParallelIndexTest.java:127)
   ...
   
   [ERROR] Failures: 
   [ERROR] 
org.apache.druid.tests.indexer.ITPerfectRollupParallelIndexTest.testIndexData(org.apache.druid.tests.indexer.ITPerfectRollupParallelIndexTest)
   [INFO]   Run 1: PASS
   [INFO]   Run 2: PASS
   [ERROR]   Run 3: 
ITPerfectRollupParallelIndexTest.testIndexData:127->AbstractIndexerTest.lambda$unloader$0:77->AbstractIndexerTest.unloadAndKillData:91
 » ISE
   ```


-- 
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]

Reply via email to