You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/12/27 05:40:11 UTC

[GitHub] [hadoop-ozone] runzhiwang opened a new pull request #398: HDDS-2814. Fail to connect s3g in docker container with network proxy

runzhiwang opened a new pull request #398: HDDS-2814. Fail to connect s3g in docker container with network proxy
URL: https://github.com/apache/hadoop-ozone/pull/398
 
 
   ## What changes were proposed in this pull request?
   
   How to reproduce the problem:
   
   When run compose/ozones3-haproxy/test.sh in my machine which connect network by proxy, it fails to `curl http://scm:9876` as the image show. Because curl try to resolve http://scm:9876 by the network proxy, which caused fail.  Actually, http://scm:9876 is the local realm name used by the docker container which should not resolved by proxy.
   
   ![image](https://user-images.githubusercontent.com/51938049/71502925-d66ad400-28ad-11ea-85fd-b48d6d5b8402.png)
   
   How to fix:
   
   config `no_proxy=om,scm,s3g,kdc,localhost,127.0.0.1` in docker-config
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2814
   
   ## How was this patch tested?
   
   Execute compose/ozones3-haproxy/test.sh on computer which connect outer network . 
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] runzhiwang commented on issue #398: HDDS-2814. Fix fail to connect s3g in docker container with network proxy

Posted by GitBox <gi...@apache.org>.
runzhiwang commented on issue #398: HDDS-2814. Fix fail to connect s3g in docker container with network proxy
URL: https://github.com/apache/hadoop-ozone/pull/398#issuecomment-569233557
 
 
   @adoroszlai  Could you help review this PR ? It's also related to proxy. Thank you very much.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] elek closed pull request #398: HDDS-2814. Fix fail to connect s3g in docker container with network proxy

Posted by GitBox <gi...@apache.org>.
elek closed pull request #398: HDDS-2814. Fix fail to connect s3g in docker container with network proxy
URL: https://github.com/apache/hadoop-ozone/pull/398
 
 
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org