woshifudayun commented on issue #8666: resolve resolveip command not found 
issue in integration test
URL: https://github.com/apache/incubator-druid/pull/8666#issuecomment-543445057
 
 
   > Now all integration tests fail in CI, e. g. see 
https://travis-ci.org/apache/incubator-druid/jobs/597175561
   > 
   > In this PR: #6702 I've experimented with another approach to solving this, 
like
   > 
   > ```
   > if [[ "$OSTYPE" == "darwin"* ]]; then
   >   # On Mac OS X resolveip may not be available
   >   export DOCKER_HOST_IP=$(dig +short $HOSTNAME | awk '{ print ; exit }')
   > else
   >   export DOCKER_HOST_IP=$(resolveip -s $HOSTNAME)
   > fi
   > ```
   > 
   > See [changes to Dockerfile and some other 
files](https://github.com/apache/incubator-druid/pull/6702/files#diff-50142906cf6607133af36014a523dbcf)
 but without much success, either
   
   Thanks @leventov  But before we do the PR for selfDiscovered endpoint, do we 
know what is the reason for the connection refused for coordinator in 
integration test? Is it because we didn't wait for enough time so that 
zookeeper hasn't added the node to cluster, or something else? I mean, I don't 
think PR #6702 will resolve the issue before we confirm the reason why the 
integration test failed.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to