hjh7516 commented on issue #9962:
URL: https://github.com/apache/dubbo/issues/9962#issuecomment-1137090032

   
![#9962](https://user-images.githubusercontent.com/33256886/170234736-eea28b0c-dc2e-4f06-988b-6a9461fc84d2.jpg)
   @AlbumenJ 
通过代码跟踪可以发现,出现这个问题是因为在DubboInvoker#invoke方法中RpcInvocation对象在写入attachment值时使用的是addObjectAttachmentsIfAbsent方法,那么在RpcInvocation共享的情况下这个token就不会被重新设置值,是否可以考虑修改这个地方,这样就不需要在集群容错类中重建RpcInvocation呢


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


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

Reply via email to