You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/22 01:12:51 UTC

[GitHub] [hadoop-ozone] cxorm opened a new pull request #70: HDDS-1643. Send hostName also part of OMRequest.

cxorm opened a new pull request #70: HDDS-1643. Send hostName also part of OMRequest.
URL: https://github.com/apache/hadoop-ozone/pull/70
 
 
   ## What changes were proposed in this pull request?
   ```
       OzoneManagerProtocol.proto L322:
       
           optional string hostName = 4;
   ```
   To make hostName part of OMRequest, we add this to UserInfo.
   
   And with the change, we add corresponding ```getHostName``` method and modify the ```checkAcls``` method.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-1643
   
   ## How was this patch tested?
   Ran the unit test "TestOMClientRequestWithUserInfo".

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