You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… not resolved correctly when deleting an empty service instance (#11955)
* Fixed an issue where the maximum number of anti-fragile plug-ins implemented by default in Nacos is one more than the actual number of connections.
* bug fix : 修改删除空服务实例时,服务名和分组名没有正确解析的问题
在
ServiceNameFilter#doFilter()
方法中,使用groupName@@serviceName
作为一个新的服务名,在ServiceController#remove()
方法中,发布DeregisterServiceTraceEvent
事件时,未对组装后的serviceName进行处理,源代码如下:修改后的代码如下:
The text was updated successfully, but these errors were encountered: