sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

使用nacos注册时,因修改Collections.unmodifiableList 订阅列表导致异常 #1182

Closed wujincheng2333 closed 2 years ago

wujincheng2333 commented 2 years ago

Describe the bug

使用nacos注册时,因修改Collections.unmodifiableList 订阅列表导致异常

需要将数据拷贝一遍 image

并且默认的 nacos 1.0.0版本 没有该方法,导致注销异常 void deregisterInstance(String serviceName, Instance instance) throws NacosException; image

EvenLjj commented 2 years ago

The nacos version has been upgraded to version 2.0.3, which version is you?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.