Duong created HDDS-8570:
---------------------------
Summary: Error closing SCMSecurityProtocolFailoverProxyProvider
Key: HDDS-8570
URL: https://issues.apache.org/jira/browse/HDDS-8570
Project: Apache Ozone
Issue Type: Improvement
Reporter: Duong
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}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]