GitHub user joydaliu created a discussion: 
jdk25+dubbo3.3.5+netty4.2.1Final,服务注册正常,调用失败

### Pre-check

- [X] I am sure that all the content I provide is in English.


### Apache Dubbo Component

Java SDK (apache/dubbo)

### Details

Caused by: java.util.concurrent.ExecutionException: 
org.apache.dubbo.remoting.RemotingException: Channel NettyChannel [channel=[id: 
0x25dc3420, L:/xx.xx.xx.xx:38474 ! R:/xx.xx.xx.xx:10021]] is inactive. Directly 
return the unFinished request : Request [id=-1884698257598133552, 
version=2.0.2, twoWay=true, event=false, broken=false, mPayload=0, data=null]
        at 
java.base/java.util.concurrent.CompletableFuture.wrapInExecutionException(CompletableFuture.java:345)
        at 
java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:440)
        at 
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2117)
        at org.apache.dubbo.rpc.AsyncRpcResult.get(AsyncRpcResult.java:234)
        at 
org.apache.dubbo.rpc.protocol.AbstractInvoker.waitForResultIfSync(AbstractInvoker.java:293)
        at 
org.apache.dubbo.rpc.protocol.AbstractInvoker.invoke(AbstractInvoker.java:195)
        at 
org.apache.dubbo.rpc.listener.ListenerInvokerWrapper.invoke(ListenerInvokerWrapper.java:71)
        at 
org.apache.dubbo.rpc.filter.RpcExceptionFilter.invoke(RpcExceptionFilter.java:40)
        at 
org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$CopyOfFilterChainNode.invoke(FilterChainBuilder.java:349)
        at 
com.allcam.avs.cluster.dubbo.filter.ConsumerFilter.invoke(ConsumerFilter.java:52)
        at 
org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$CopyOfFilterChainNode.invoke(FilterChainBuilder.java:349)
        at 
org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$CallbackRegistrationInvoker.invoke(FilterChainBuilder.java:197)
        at 
org.apache.dubbo.rpc.protocol.ReferenceCountInvokerWrapper.invoke(ReferenceCountInvokerWrapper.java:106)
        at 
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invokeWithContext(AbstractClusterInvoker.java:412)
        at 
org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:82)
        ... 59 common frames omitted
Caused by: org.apache.dubbo.remoting.RemotingException: Channel NettyChannel 
[channel=[id: 0x25dc3420, L:/xx.xx.xx.xx:38474 ! R:/xx.xx.xx.xx:10021]] is 
inactive. Directly return the unFinished request : Request 
[id=-1884698257598133552, version=2.0.2, twoWay=true, event=false, 
broken=false, mPayload=0, data=null]
        at 
org.apache.dubbo.remoting.exchange.support.DefaultFuture.doReceived(DefaultFuture.java:265)
        at 
org.apache.dubbo.remoting.exchange.support.DefaultFuture.received(DefaultFuture.java:208)
        at 
org.apache.dubbo.remoting.exchange.support.DefaultFuture.received(DefaultFuture.java:196)
        at 
org.apache.dubbo.remoting.exchange.support.DefaultFuture.respInactive(DefaultFuture.java:192)
        at 
org.apache.dubbo.remoting.exchange.support.DefaultFuture.closeChannel(DefaultFuture.java:177)
        at 
org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.disconnected(HeaderExchangeHandler.java:156)
        at 
org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate.disconnected(AbstractChannelHandlerDelegate.java:48)
        at 
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:90)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
        at 
org.apache.dubbo.common.threadlocal.InternalRunnable.run(InternalRunnable.java:39)


### Code of Conduct

- [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)


GitHub link: https://github.com/apache/dubbo/discussions/15765

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to