[ https://issues.apache.org/jira/browse/HDDS-1643?focusedWorklogId=331754&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-331754 ]
ASF GitHub Bot logged work on HDDS-1643: ---------------------------------------- Author: ASF GitHub Bot Created on: 22/Oct/19 01:12 Start Date: 22/Oct/19 01:12 Worklog Time Spent: 10m Work Description: cxorm commented on 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 331754) Remaining Estimate: 0h Time Spent: 10m > Send hostName also part of OMRequest > ------------------------------------ > > Key: HDDS-1643 > URL: https://issues.apache.org/jira/browse/HDDS-1643 > Project: Hadoop Distributed Data Store > Issue Type: Sub-task > Reporter: Bharat Viswanadham > Assignee: YiSheng Lien > Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > This Jira is created based on the comment from [~eyang] on HDDS-1600 jira. > [~bharatviswa] can hostname be used as part of OM request? For running in > docker container, virtual private network address may not be routable or > exposed to outside world. Using IP to identify the source client location may > not be enough. It would be nice to have ability support hostname based > request too. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org