yhs0092 opened a new issue, #2801: URL: https://github.com/apache/servicecomb-java-chassis/issues/2801
当前的`mergeContext`方法是先判断输入的map和自有的map哪个entry更多, 将entry少的map合并到entry多的, 然后将entry多的map作为新的自有`context`属性. 因此如果输入的InvocationContext entry更多的话, 会发现`mergeContext`执行完后输入参数中带出来了被输入的Invocation的内部属性, 并且修改输入Invocation的context会影响被输入的Invocation的context. -- 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]
