[ 
https://issues.apache.org/jira/browse/HDFS-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14334984#comment-14334984
 ] 

Hudson commented on HDFS-7008:
------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #7186 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7186/])
HDFS-7008. xlator should be closed upon exit from DFSAdmin#genericRefresh(). 
(ozawa) (ozawa: rev b53fd7163bc3a4eef4632afb55e5513c7c592fcf)
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DFSAdmin.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> xlator should be closed upon exit from DFSAdmin#genericRefresh()
> ----------------------------------------------------------------
>
>                 Key: HDFS-7008
>                 URL: https://issues.apache.org/jira/browse/HDFS-7008
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>             Fix For: 2.7.0
>
>         Attachments: HDFS-7008.1.patch, HDFS-7008.2.patch
>
>
> {code}
>     GenericRefreshProtocol xlator =
>       new GenericRefreshProtocolClientSideTranslatorPB(proxy);
>     // Refresh
>     Collection<RefreshResponse> responses = xlator.refresh(identifier, args);
> {code}
> GenericRefreshProtocolClientSideTranslatorPB#close() should be called on 
> xlator before return.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to