CVnot commented on issue #12111:
URL: https://github.com/apache/dubbo/issues/12111#issuecomment-1667376851

   > Fixed in #10160. Please try upgrade to 3.1.9
   
   感谢回复,看了一下 #10078 
这个问题,和我们这个问题应该是一类但不是一个问题,我们的问题是RpcContext中的attachments被并发修改了,10078中是RpcInvocation被并发修改了,怀疑是相同的线程同时处理了两个异步回调的请求,ConsumerContextClusterInterceptor中去set了RpcContext中的attachments,另一个在ContextFilter中去获取了


-- 
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-unsubscr...@dubbo.apache.org

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


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

Reply via email to