alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.07k stars 12.81k forks source link

急 急 急 !!!!一直 报 日志 get changedGroupKeys:[] #2803

Closed yumrko closed 4 years ago

yumrko commented 4 years ago
    1.如下版本 
    <boot.version>2.2.5.RELEASE</boot.version>
    <cloud.version>Hoxton.SR4</cloud.version>
    <alibabacloud.version>2.2.1.RELEASE</alibabacloud.version>

    2整合了 springcloud alibaba的 nacos sentinel seata dubbo 
    启动无问题 过一会控制太就出 get changedGroupKeys:[]
   ClientWorker类中有一个 这样的一段代码如下

  ClientWorker.LOGGER.info("get changedGroupKeys:" + changedGroupKeys);

    3 yaml 中 只配置了 

spring: application: main: allow-bean-definition-overriding: true cloud: nacos: discovery: server-addr: 127.0.0.1:8848 config: prefix: common #自定义的略过 server-addr: 127.0.0.1:8848 file-extension: yaml #默认properties

个人洁癖, 看着很不爽,老是报这个日志,很烦, 需要配置什么 怎样配置呢 还是哪里有问题 啊

yumrko commented 4 years ago

nacos1.2.1 版本

yumrko commented 4 years ago

refresh-enabled: false 就好了 但是不能自动刷新了啊

hexw commented 4 years ago

md5 加密问题,最新代码已修复

hexw commented 4 years ago

2647

chuntaojun commented 4 years ago

already fix in version 1.3.0-beta

eimlfang commented 4 years ago

Still happen in version 1.3.2-release

YAOAORAN commented 3 years ago

Still happen in version 1.3.3-release