We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在将nacos2.X的数据源替换为oracle或达梦V8后,配置中心和服务注册功能都是可以正常使用,但是发现一个问题,对于新增的配置文件,nacos-server的本地缓存{nacos-home}/data/tenant-config-data下的数据无法自动刷新,导致读取不到新增的配置文件,如果是已有的配置文件修改,oracle数据库是支持的,但是达梦数据库是不敏感,不会刷新的。服务缓存的刷新是没有任何问题的 目前只能通过手工删除 tenant-config-data,重启nacos解决。
The text was updated successfully, but these errors were encountered:
可能是达梦数据库插件在适配过程中有问题, 能否帮忙社区调研一下问题,提交一下修复?
Sorry, something went wrong.
No branches or pull requests
在将nacos2.X的数据源替换为oracle或达梦V8后,配置中心和服务注册功能都是可以正常使用,但是发现一个问题,对于新增的配置文件,nacos-server的本地缓存{nacos-home}/data/tenant-config-data下的数据无法自动刷新,导致读取不到新增的配置文件,如果是已有的配置文件修改,oracle数据库是支持的,但是达梦数据库是不敏感,不会刷新的。服务缓存的刷新是没有任何问题的
目前只能通过手工删除 tenant-config-data,重启nacos解决。
The text was updated successfully, but these errors were encountered: