You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2023/05/09 20:39:00 UTC

[jira] [Resolved] (HDDS-8570) Error closing SCMSecurityProtocolClientSideTranslatorPB

     [ https://issues.apache.org/jira/browse/HDDS-8570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Doroszlai resolved HDDS-8570.
------------------------------------
    Fix Version/s: 1.4.0
       Resolution: Fixed

> Error closing SCMSecurityProtocolClientSideTranslatorPB
> -------------------------------------------------------
>
>                 Key: HDDS-8570
>                 URL: https://issues.apache.org/jira/browse/HDDS-8570
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Duong
>            Assignee: Duong
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.4.0
>
>
> The method SCMSecurityProtocolFailoverProxyProvider.close always throws an error:
> {code:java}
> java.lang.IllegalArgumentException: not a proxy instance
>     at java.lang.reflect.Proxy.getInvocationHandler(Proxy.java:816)
>     at org.apache.hadoop.ipc.RPC.stopProxy(RPC.java:802)
>     at org.apache.hadoop.hdds.scm.proxy.SCMSecurityProtocolFailoverProxyProvider.close(SCMSecurityProtocolFailoverProxyProvider.java:292)
>     at org.apache.hadoop.io.retry.RetryInvocationHandler$ProxyDescriptor.close(RetryInvocationHandler.java:235)
>     at org.apache.hadoop.io.retry.RetryInvocationHandler.close(RetryInvocationHandler.java:455)
>     at org.apache.hadoop.ipc.RPC.stopProxy(RPC.java:804)
>     at org.apache.hadoop.hdds.protocolPB.SCMSecurityProtocolClientSideTranslatorPB.close(SCMSecurityProtocolClientSideTranslatorPB.java:147) {code}
> The error is not visible because it's tied to SCMSecurityProtocolClientSideTranslatorPB which is not closed until services are shut down.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org