-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example client config: nacos.config.context-path=/ucc server exception error fixed: nacos.config.context-path=ucc This exception is irrelevant answer,This NacosConfigProperties class needs to be optimized #995
Conversation
# Conflicts: # console/src/main/resources/static/index.js # console/src/main/resources/static/src/pages/ConfigurationManagement/ListeningToQuery/ListeningToQuery.js
Update to the Newest One
Merge the newest code
Sync the newest code
Hotfix client beat
# Conflicts: # api/pom.xml # client/pom.xml # cmdb/pom.xml # common/pom.xml # config/pom.xml # console/pom.xml # core/pom.xml # distribution/pom.xml # example/pom.xml # naming/pom.xml # naming/src/main/java/com/alibaba/nacos/naming/consistency/persistent/raft/RaftCore.java # naming/src/main/java/com/alibaba/nacos/naming/misc/SwitchDomain.java # pom.xml # test/pom.xml
merge nacos develop to yanlinly master
support aliyun ecs role
sync the newest code
…kes taskDispatcher.addTask
[ISSUE #974] ArrayIndexOutOfBoundsException may be thrown when invokes taskDispatcher.addTask
remove lgpl dependency
Remove spotbugs-annotations dependency
Feature naming group
|
@Fanzaijun I think you set the wrong branch name: |
server log:
java.lang.IllegalStateException: unable to find local peer: 5.5.8.218:5557, all peers: [192.168.0.23:5557]
at com.alibaba.nacos.naming.consistency.persistent.raft.RaftPeerSet.local(RaftPeerSet.java:211)
at com.alibaba.nacos.naming.monitor.PerformanceLoggerThread.collectmetrics(PerformanceLoggerThread.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:93)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)