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
client/src/main/java/com/alibaba/nacos/client/naming/net/NamingProxy.java method public void registerService(String serviceName, String groupName, Instance instance) throws NacosException
code have a errors should be fixed.
Type: code errors
code have a errors should be fixed.
在1. client/src/main/java/com/alibaba/nacos/client/naming/net/NamingProxy.java 类代码里的registerService方法里,定义了一个map:final Map<String, String> params = new HashMap<String, String>(9); 这是一个错误的定义,map的初始容量应该要是2的幂次方,虽然在内部会被强转为2的幂次方,但我们应该严谨的对待,希望官方修复,thank you!
The text was updated successfully, but these errors were encountered: