long3610420 opened a new issue #6374:
URL: https://github.com/apache/apisix/issues/6374


   ### Issue description
   
   dubbo-proxy  setting
   {
     "disable": false,
     "method": "invoke",
     "service_name": 
"com.bitvito.umc.dubbo.api.dubbo.service.HTTP2DubboService",
     "service_version": "1.0.0"
   }
   
   curl 'http://172.30.96.39:9080/dubbo-test' -i
   
   2022-02-18 15:56:42.453 [DubboServerHandler-172.30.96.29:30013-thread-197] 
INFO  CallbackServiceCodec -  [DUBBO] Not found exported service: 
com.bitvito.umc.dubbo.api.dubbo.service.HTTP2DubboService:30013 in 
[dubbo/com.bitvito.umc.dubbo.api.dubbo.service.UserDubboService:1.0:30013, 
dubbo/com.bitvito.umc.dubbo.api.dubbo.service.HTTP2DubboService:1.0.0:30013], 
may be version or group mismatch , channel: consumer: /10.244.3.1:10967 --> 
provider: /10.244.3.64:30013, message:RpcInvocation [methodName=invoke, 
parameterTypes=[interface java.util.Map], arguments=[], attachments={input=198, 
path=com.bitvito.umc.dubbo.api.dubbo.service.HTTP2DubboService, dubbo=2.0.2, 
**version=0.0.0**}], dubbo version: 2.7.13, current host: 10.244.3.64
   org.apache.dubbo.remoting.RemotingException: Not found exported service: 
com.bitvito.umc.dubbo.api.dubbo.service.HTTP2DubboService:30013 in 
[dubbo/com.bitvito.umc.dubbo.api.dubbo.service.UserDubboService:1.0:30013, 
dubbo/com.bitvito.umc.dubbo.api.dubbo.service.HTTP2DubboService:1.0.0:30013], 
may be version or group mismatch , channel: consumer: /10.244.3.1:10967 --> 
provider: /10.244.3.64:30013, message:RpcInvocation [methodName=invoke, 
parameterTypes=[interface java.util.Map], arguments=[], attachments={input=198, 
path=com.bitvito.umc.dubbo.api.dubbo.service.HTTP2DubboService, dubbo=2.0.2, 
version=0.0.0}]
        at 
org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol.getInvoker(DubboProtocol.java:267)
        at 
org.apache.dubbo.rpc.protocol.dubbo.CallbackServiceCodec.decodeInvocationArgument(CallbackServiceCodec.java:292)
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:177)
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:83)
        at 
org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)
        at 
org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:44)
        at 
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at 
org.apache.dubbo.common.threadlocal.InternalRunnable.run(InternalRunnable.java:41)
        at java.base/java.lang.Thread.run(Thread.java:829)
   
   
   why send version=0.0.0?
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.12.1
   - OS (cmd: `uname -a`): Linux hadoop04 3.10.0-1160.31.1.el7.x86_64 #1 SMP 
Thu Jun 10 13:32:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): built with 
OpenSSL 1.1.1l  24 Aug 2021
   - etcd version, if have (cmd: run `curl 
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have: 2.10.1
   - the plugin runner version, if the issue is about a plugin runner (cmd: 
depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks 
--version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to