[
https://issues.apache.org/jira/browse/YARN-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212948#comment-14212948
]
Jian He commented on YARN-2396:
-------------------------------
The protocol PB implementation actually has the close method. e.g.
{{ApplicationClientProtocolPBClientImpl#close}}. [~jlowe], how did you run into
this ?
I changed this code while doing YARN-2613. I think this problem may be solved
by that.
> RpcClientFactoryPBImpl.stopClient always throws due to missing close method
> ---------------------------------------------------------------------------
>
> Key: YARN-2396
> URL: https://issues.apache.org/jira/browse/YARN-2396
> Project: Hadoop YARN
> Issue Type: Bug
> Components: api
> Affects Versions: 2.4.1
> Reporter: Jason Lowe
> Assignee: chang li
> Attachments: yarn2396.patch
>
>
> RpcClientFactoryPBImpl.stopClient will throw a YarnRuntimeException if the
> protocol does not have a close method, despite the log message indicating it
> is ignoring errors. It's interesting to note that none of the YARN protocol
> classes currently have a close method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)