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/07/13 03:38:03 UTC

[GitHub] [dubbo] likefang opened a new issue #8281: dubbo2.6.2版本oneWay调用造成线程上下文污染传递

likefang opened a new issue #8281:
URL: https://github.com/apache/dubbo/issues/8281


   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.6.6
   * Operating System version: linux
   * Java version: java8
   
   ### Steps to reproduce this issue
   
   1. 调用链为serviceA调用serviceB调用serviceC,整个调用链均为dubbo方式调用
   2. serviceA调用serviceB为oneWay方式调用不关注返回结果,serviceB调用serviceC为正常的dubbo同步调用,但是serviceB获取到serviceC的返回结果为null,而不是包装过的response,造成解析结果是报NPE异常
   3. 修改serviceA调用servoceB的调用方式为同步调用,问题解决,整个调用链路正常
   4. 忽略第三部,换另外一种方式验证,在serviceB中添加fitter,清除掉oneWay方式调用的key,整个调用也正常进行
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Result
   
   What do you expected from the above steps?
   
   ### Actual Result
   
   What actually happens?
   
   If there is an exception, please attach the exception trace:
   
   ```
   Just put your stack trace here!
   ```
   


-- 
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] masteryourself commented on issue #8281: dubbo2.6.2版本oneWay调用造成线程上下文污染传递

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


   https://github.com/apache/dubbo/issues/3848


-- 
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 #8281: dubbo2.6.2版本oneWay调用造成线程上下文污染传递

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


   The above question should have answered your question, please close this issue for now.
   


-- 
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 #8281: dubbo2.6.2版本oneWay调用造成线程上下文污染传递

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


   


-- 
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] likefang commented on issue #8281: dubbo2.6.2版本oneWay调用造成线程上下文污染传递

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


   thinks
   
   
   
   
   ------------------&nbsp;原始邮件&nbsp;------------------
   发件人:                                                                                                                        "apache/dubbo"                                                                                    ***@***.***&gt;;
   发送时间:&nbsp;2021年7月13日(星期二) 晚上7:48
   ***@***.***&gt;;
   ***@***.******@***.***&gt;;
   主题:&nbsp;Re: [apache/dubbo] dubbo2.6.2版本oneWay调用造成线程上下文污染传递 (#8281)
   
   
   
   
   
    
   #3848
    
   —
   You are receiving this because you authored the thread.
   Reply to this email directly, view it on GitHub, or unsubscribe.


-- 
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