[
https://issues.apache.org/jira/browse/HDFS-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsuyoshi OZAWA updated HDFS-7008:
---------------------------------
Attachment: HDFS-7008.1.patch
Thanks for your reporting, Ted. Attached a first patch to fix problem.
> 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)