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 2021/02/08 07:31:41 UTC

[GitHub] [ozone] GlenGeng opened a new pull request #1907: HDDS-4806. Fix misc acceptance test: List pipelines on unknown host

GlenGeng opened a new pull request #1907:
URL: https://github.com/apache/ozone/pull/1907


   ## What changes were proposed in this pull request?
   
   For now, `SCMContainerLocationFailoverProxyProvider` first use `ozone.scm.names` to create rpcProxy, if `ozone.scm.names` is not set, it falls back to use `ozone.scm.client.address`. However, it breaks the master's behavior, which directly use `ozone.scm.client.address` to build the rpcProxy.
   
   In `ozone admin --verbose pipeline list --scm unknown-host`, `unknown-host` will be set to `ozone.scm.client.address`, the created rpcProxy will trigger "java.net.UnknownHostException: Invalid host name: "
    
   This Jira https://issues.apache.org/jira/browse/HDDS-4556 and PR https://github.com/apache/ozone/pull/1671  adds a smoketest for `ozonescripts` environment, helps to find this bug.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4806
   
   ## How was this patch tested?
   
   CI
   


----------------------------------------------------------------
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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] amaliujia commented on pull request #1907: HDDS-4806. Fix misc acceptance test: List pipelines on unknown host

Posted by GitBox <gi...@apache.org>.
amaliujia commented on pull request #1907:
URL: https://github.com/apache/ozone/pull/1907#issuecomment-775368779


   +1 thanks @GlenGeng!


----------------------------------------------------------------
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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] GlenGeng commented on pull request #1907: HDDS-4806. Fix misc acceptance test: List pipelines on unknown host

Posted by GitBox <gi...@apache.org>.
GlenGeng commented on pull request #1907:
URL: https://github.com/apache/ozone/pull/1907#issuecomment-775014096


   After last two merge of master, we have four failures:
   The first merge cause the failure unit test (TestContainerEndpoint, TestReconContainerManager) and misc docker test.
   The second merge cause the failure of find bugs.
   
   The fix is aims to fix misc acceptance test
   
   @nandakumar131 @bshashikant @amaliujia Please take a look!


----------------------------------------------------------------
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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bshashikant commented on pull request #1907: HDDS-4806. Fix misc acceptance test: List pipelines on unknown host

Posted by GitBox <gi...@apache.org>.
bshashikant commented on pull request #1907:
URL: https://github.com/apache/ozone/pull/1907#issuecomment-775052707


   The change looks good. I am committing this one as this fixes the acceptance test. Other failures are unrelated.


----------------------------------------------------------------
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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bshashikant commented on pull request #1907: HDDS-4806. Fix misc acceptance test: List pipelines on unknown host

Posted by GitBox <gi...@apache.org>.
bshashikant commented on pull request #1907:
URL: https://github.com/apache/ozone/pull/1907#issuecomment-775052911


   Thanks @GlenGeng for the contribution.


----------------------------------------------------------------
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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bshashikant merged pull request #1907: HDDS-4806. Fix misc acceptance test: List pipelines on unknown host

Posted by GitBox <gi...@apache.org>.
bshashikant merged pull request #1907:
URL: https://github.com/apache/ozone/pull/1907


   


----------------------------------------------------------------
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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org