[
https://issues.apache.org/jira/browse/HDFS-7008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208746#comment-14208746
]
Hadoop QA commented on HDFS-7008:
---------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12666954/HDFS-7008.1.patch
against trunk revision 782abbb.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/8724//console
This message is automatically generated.
> 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)