This is an automated email from the ASF dual-hosted git repository. jianbin pushed a change to branch 2.x in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
from f7c38669dd bugfix: the bug where multiple nodes cannot be retrieved from the naming server (#6757) add b7fc0c15fc optimize: the namingserver code to improve readability (#6761) No new revisions were added by this update. Summary of changes: changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 2 +- .../org/apache/seata/common/metadata/Cluster.java | 4 +- .../seata/namingserver/entity/bo/ClusterBO.java | 37 +++++++--- .../seata/namingserver/entity/bo/NamespaceBO.java | 57 ++++++++++++++ .../seata/namingserver/manager/NamingManager.java | 86 ++++++++++------------ .../seata/namingserver/NamingControllerTest.java | 43 ++++++++++- 7 files changed, 164 insertions(+), 66 deletions(-) copy common/src/main/java/org/apache/seata/common/util/LambdaUtils.java => namingserver/src/main/java/org/apache/seata/namingserver/entity/bo/ClusterBO.java (57%) create mode 100644 namingserver/src/main/java/org/apache/seata/namingserver/entity/bo/NamespaceBO.java --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org