-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
throw NoSuchFieldException in ConfigController when service connect to nacos #5182
Comments
我这边复现不了该问题,请问你客户端那边还有做了其它操作吗? |
我的也报这个错误,启动命令如下 |
没有其他操作,为了避免我这边操作的问题,我还重新下了个nacos,结果依然报这个错。 |
…n approach and decided to remove RemoveRequest Context
…n approach and decided to remove RemoveRequest Context
fix pr #5201 |
|
Type: bug report
Describe what happened (or what feature you want)
Throw NoSuchFieldException in ConfigController when service connect to Nacos.
Nacos Service will shutdown after I close all application and wait for a while . Although there is no service alive.
But services go right if Nacos is alive.
启动服务然后连接Nacos的时候抛出NoSuchFieldException 异常。关闭服务后,尽管没有服务连着,Nacos运行一段时间后也会挂掉。
虽然有异常,但是只要Nacos不挂还是能够正常使用的。
英文不大好,还请谅解。
Describe what you expected to happen
Keep Nacos running without this exception 。
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Nacos 2.0.0 且配置文件无改动,数据库原生的内嵌数据库未改动
spring-cloud-starter-alibaba-nacos-discovery / config 2.2.3.RELEASE
nacos client 1.3.2
CentOS 6.7
Anything else we need to know?
报错日志
The text was updated successfully, but these errors were encountered: