You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/10/27 02:44:14 UTC

[GitHub] [dubbo] q2186609 opened a new issue #9139: Dubbo 3.0.3 TRI NEP 问题

q2186609 opened a new issue #9139:
URL: https://github.com/apache/dubbo/issues/9139


   
   ### Environment
   
   * Dubbo version: 3.0.3
   * Operating System version: window11
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   
   
   升级到3.0.3 使用 tri 协议后 有些方法 调用会出现空指针异常,有的不会
   
   ![image](https://user-images.githubusercontent.com/78395988/138990672-d204430f-a5ef-4321-9c4d-e4cac8af66f3.png)
   
   
   经过调试发现  org.apache.dubbo.rpc.protocol.tri.AbstractServerStream   108行 中的    this.getMethodDescriptor()  是空的
   ![image](https://user-images.githubusercontent.com/78395988/138990767-ef36eac9-d991-453a-9d27-01f93be90eab.png)
   
   但是有些方法又可以正常被调用,在我的同一个提供者中同一个服务service下的方法 有的可以调用成功  这是什么原因导致的
   
   
   
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] EarthChen commented on issue #9139: Dubbo 3.0.3 TRI NEP 问题

Posted by GitBox <gi...@apache.org>.
EarthChen commented on issue #9139:
URL: https://github.com/apache/dubbo/issues/9139#issuecomment-952590181


   I will fix it.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM commented on issue #9139: Dubbo 3.0.3 TRI NEP 问题

Posted by GitBox <gi...@apache.org>.
CrazyHZM commented on issue #9139:
URL: https://github.com/apache/dubbo/issues/9139#issuecomment-952705152


   Resolved in #9142


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM closed issue #9139: Dubbo 3.0.3 TRI NEP 问题

Posted by GitBox <gi...@apache.org>.
CrazyHZM closed issue #9139:
URL: https://github.com/apache/dubbo/issues/9139


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] guohao commented on issue #9139: Dubbo 3.0.3 TRI NEP 问题

Posted by GitBox <gi...@apache.org>.
guohao commented on issue #9139:
URL: https://github.com/apache/dubbo/issues/9139#issuecomment-952508463


   Plz provide a demo to reprodce this bug


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] q2186609 commented on issue #9139: Dubbo 3.0.3 TRI NEP 问题

Posted by GitBox <gi...@apache.org>.
q2186609 commented on issue #9139:
URL: https://github.com/apache/dubbo/issues/9139#issuecomment-952555520


   > Plz provide a demo to reprodce this bug
   
   Help to look at
   
   [dubbo-test-3.0.3.zip](https://github.com/apache/dubbo/files/7423458/dubbo-test-3.0.3.zip)
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] q2186609 commented on issue #9139: Dubbo 3.0.3 TRI NEP 问题

Posted by GitBox <gi...@apache.org>.
q2186609 commented on issue #9139:
URL: https://github.com/apache/dubbo/issues/9139#issuecomment-952504753


   > Provider接口中有同名方法好像会出现这个问题
   
   那怎么办,项目中有很多重写的方法


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] ymlisoft commented on issue #9139: Dubbo 3.0.3 TRI NEP 问题

Posted by GitBox <gi...@apache.org>.
ymlisoft commented on issue #9139:
URL: https://github.com/apache/dubbo/issues/9139#issuecomment-952499055


   Provider接口中有同名方法好像会出现这个问题


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org