You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/09/23 23:59:12 UTC

[GitHub] [druid] mitchlloyd edited a comment on pull request #10386: Upgrade AWS SDK

mitchlloyd edited a comment on pull request #10386:
URL: https://github.com/apache/druid/pull/10386#issuecomment-698032774


   So my tests appear to be timing out after a very long time. 
   
   ```
   2020-09-23T23:32:28,960 INFO [main] org.apache.druid.testing.clients.OverlordResourceTestClient - Index status response{"task":"index_parallel_wikipedia_index_test_b5c3e438-9b0b-42d2-8bd2-666897539e07 Россия 한국 中国!?_mhepmemn_2020-09-23T23:29:35.975Z","status":{"id":"index_parallel_wikipedia_index_test_b5c3e438-9b0b-42d2-8bd2-666897539e07 Россия 한국 中国!?_mhepmemn_2020-09-23T23:29:35.975Z","groupId":"index_parallel_wikipedia_index_test_b5c3e438-9b0b-42d2-8bd2-666897539e07 Россия 한국 中国!?_mhepmemn_2020-09-23T23:29:35.975Z","type":"index_parallel","createdTime":"2020-09-23T23:29:35.996Z","queueInsertionTime":"1970-01-01T00:00:00.000Z","statusCode":"RUNNING","status":"RUNNING","runnerStatusCode":"RUNNING","duration":-1,"location":{"host":"172.172.172.7","port":8100,"tlsPort":8101},"dataSource":"wikipedia_index_test_b5c3e438-9b0b-42d2-8bd2-666897539e07 Россия 한국 中国!?","errorMsg":null}}
   2020-09-23T23:32:28,961 INFO [main] org.apache.druid.testing.utils.ITRetryUtil - Attempt[17]: Task index_parallel_wikipedia_index_test_b5c3e438-9b0b-42d2-8bd2-666897539e07 Россия 한국 中国!?_mhepmemn_2020-09-23T23:29:35.975Z still not complete. Next retry in 10000 ms
   ```
   
   I was able to connect to the UI during the test once I found out that the basic http auth password was "priest".
   
   ![Screen Shot 2020-09-23 at 4 29 58 PM](https://user-images.githubusercontent.com/15169/94084962-aeb48800-fdbb-11ea-8b98-65818dc0a06a.png)
   
   I wanted to see what the submitted job was but I was only getting 400 errors when looking at the details. 
   ![Screen Shot 2020-09-23 at 4 30 22 PM](https://user-images.githubusercontent.com/15169/94085148-1f5ba480-fdbc-11ea-9f14-7c2a378afab7.png)
   
   The build output from Docker doesn't seem entirely happy:
   
   ``` 
   ---> 23a6faa7d678
   Successfully built 23a6faa7d678
   Successfully tagged druid/cluster:latest
   druid-historical
   druid-historical
   Error response from daemon: No such container: druid-historical-for-query-retry-test
   Error: No such container: druid-historical-for-query-retry-test
   druid-coordinator
   druid-coordinator
   druid-overlord
   druid-overlord
   druid-router
   druid-router
   Error response from daemon: No such container: druid-router-permissive-tls
   Error: No such container: druid-router-permissive-tls
   Error response from daemon: No such container: druid-router-no-client-auth-tls
   Error: No such container: druid-router-no-client-auth-tls
   Error response from daemon: No such container: druid-router-custom-check-tls
   Error: No such container: druid-router-custom-check-tls
   druid-broker
   druid-broker
   druid-middlemanager
   druid-middlemanager
   druid-zookeeper-kafka
   druid-zookeeper-kafka
   druid-metadata-storage
   druid-metadata-storage
   Error response from daemon: No such container: druid-it-hadoop
   Error: No such container: druid-it-hadoop
   druid-it-net
   ```
   
   I logged the spec output for AbstractBatchITIndexTest many seem to be referencing hdfs paths which I'm not sure is going to work without more setup. Do I need to resolve these "No such container" errors or is that expected?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org