[ 
https://issues.apache.org/jira/browse/HDDS-2018?focusedWorklogId=305718&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-305718
 ]

ASF GitHub Bot logged work on HDDS-2018:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Sep/19 17:29
            Start Date: 03/Sep/19 17:29
    Worklog Time Spent: 10m 
      Work Description: xiaoyuyao commented on pull request #1371: HDDS-2018. 
Handle Set DtService of token for OM HA.
URL: https://github.com/apache/hadoop/pull/1371#discussion_r320390662
 
 

 ##########
 File path: 
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/ha/OMFailoverProxyProvider.java
 ##########
 @@ -179,9 +182,29 @@ private void createOMProxyIfNeeded(ProxyInfo proxyInfo,
   }
 
   public synchronized Text getCurrentProxyDelegationToken() {
 
 Review comment:
   This synchronized can be removed since we only set it once at constructor.
 
----------------------------------------------------------------
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 305718)
    Time Spent: 40m  (was: 0.5h)

> Handle Set DtService of token for OM HA
> ---------------------------------------
>
>                 Key: HDDS-2018
>                 URL: https://issues.apache.org/jira/browse/HDDS-2018
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Bharat Viswanadham
>            Assignee: Bharat Viswanadham
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> When OM HA is enabled, when tokens are generated, the service name should be 
> set with address of all OM's.
>  
> Current without HA, it is set with Om RpcAddress string. This Jira is to 
> handle:
>  # Set dtService with all OM address.
>  # Update token selector to return tokens if there is a match with Service. 
> Because SaslRpcClient calls token selector with server address.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

Reply via email to