Skip to content

Commit

Permalink
[ISSUE apache#2934] Removing register info from eventMeshRegisterInfoMap
Browse files Browse the repository at this point in the history
  • Loading branch information
PickBas committed Mar 2, 2023
1 parent 44f7c5a commit 22cfe20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public boolean unRegister(EventMeshUnRegisterInfo eventMeshUnRegisterInfo) throw
instance.setClusterName(eventMeshClusterName);
namingService.deregisterInstance(eventMeshName, eventMeshUnRegisterInfo.getProtocolType()
+ "-" + NacosConstant.GROUP, instance);
eventMeshRegisterInfoMap.remove(eventMeshName);
} catch (NacosException e) {
log.error("[NacosRegistryService][unRegister] error", e);
throw new RegistryException(e.getMessage());
Expand Down

0 comments on commit 22cfe20

Please sign in to comment.