You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "chickenlj (GitHub)" <gi...@apache.org> on 2019/03/08 02:28:40 UTC

[GitHub] [incubator-dubbo] chickenlj commented on issue #3601: Fix bug of ConfigManger#checkDuplicate

Two Configs with different are items are recognized as duplicate, that's why uses `!oldOne.equals(newOne)`.

Two Configs with identically the same items are thought to be the same and one should be ignored silently.

[ Full content available at: https://github.com/apache/incubator-dubbo/pull/3601 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org