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.26k stars 12.84k forks source link

NACOS2.0.0服务详情中元数据缓存不更新 #6086

Closed supery-chen closed 3 years ago

supery-chen commented 3 years ago

Describe the bug Nacos2.0.0中,偶现服务下线修改元数据后重新上线,页面上展示的元数据未更新 之后将服务下线,并修改服务的端口号后重新上线,页面展示的元数据才更新,怀疑是使用缓存数据导致该问题

Expected behavior 每次服务上线后,应展示最新的元数据信息

Acutally behavior 服务下线后重新上线,元数据信息未变更,仍是老的

How to Reproduce 该问题非必现

  1. 编写服务注册到nacos并配置元数据信息,其中包含了一个启动时间字段,在每次启动时会变更
  2. 将该服务停止,等待其从nacos下线
  3. 重新启动该服务,等待其上线到nacos,查看服务详情中元数据信息

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

KomachiSion commented 3 years ago

刷新一下页面应该就行了,数据生成和同步可能是异步的,可能存在一点点延迟。

supery-chen commented 3 years ago

不好意思,刚看到回复。不是前端页面问题,我们后端有服务监听,收到的元数据也是老的。 @KomachiSion

fact-hjw commented 2 years ago

请问您有解决这个问题吗

supery-chen commented 2 years ago

没有解决

18637619172 @.***> 于2022年8月29日周一 11:45写道:

请问您有解决这个问题吗

— Reply to this email directly, view it on GitHub https://github.com/alibaba/nacos/issues/6086#issuecomment-1229725193, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANCO5AMOAHOVY5WTXSA7XPLV3QW7BANCNFSM462TTTGA . You are receiving this because you authored the thread.Message ID: @.***>

liyuhang712 commented 1 year ago

NACOS2.2.3也有同样的问题。😓

keyleaf commented 5 months ago

24年了,这个问题解决了么