AlbumenJ commented on issue #9962: URL: https://github.com/apache/dubbo/issues/9962#issuecomment-1108008562
这个应该是集群调用模式下 rpcInvocation 共享了,invocation 中的 attachemnt 是 HashMap 不能并发修改的,可以考虑在 broadcast 集群模式中加入 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]
