[
https://issues.apache.org/jira/browse/HDFS-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208739#comment-14208739
]
Chris Li commented on HDFS-7008:
--------------------------------
Linking issue
> 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
> Attachments: HDFS-7008.1.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)