Skip to content

Commit

Permalink
Update namingserver/src/main/java/org/apache/seata/namingserver/manag…
Browse files Browse the repository at this point in the history
…er/NamingManager.java

Co-authored-by: funkye <364176773@qq.com>
  • Loading branch information
ggbocoder and funky-eyes authored Sep 4, 2024
1 parent abb4489 commit c4e55f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ public Result<String> changeGroup(String namespace, String vGroup, String cluste
clusterData.getUnitData().forEach((unit, unitData) -> {
result.set(removeGroup(unitData, vGroup, cluster, oldNamespace, unitName));
notifyClusterChange(vGroup, namespace, cluster, unit, -1);
return;
});
}
});
Expand Down

0 comments on commit c4e55f5

Please sign in to comment.