dubbo 版本:2.7.2

更改后无效还是继续报错,但是服务能启动


请修改服务端口
你需要把 dubbo.properties 的配置注释了,dubbo.properties 的优先级要高
dubbo.application.qos.port=22222
把上面的配置删掉
配置文件的优先级文章 http://dubbo.apache.org/zh-cn/docs/user/configuration/configuration-load-process.html
qos 2.7.2版本参数改过了,取的是qos-enable,qos-port
why not release one version for the qos related bug fix?
all the qos settings cannot be take effect.
so I must rollback to 2.7.1
why not release one version for the qos related bug fix?
all the qos settings cannot be take effect.
so I must rollback to 2.7.1
I had the same problem.
你需要把 dubbo.properties 的配置注释了,dubbo.properties 的优先级要高
dubbo.application.qos.port=22222把上面的配置删掉
配置文件的优先级文章 http://dubbo.apache.org/zh-cn/docs/user/configuration/configuration-load-process.html
没用,我的版本2.7.3,试了没效果
你需要把 dubbo.properties 的配置注释了,dubbo.properties 的优先级要高
dubbo.application.qos.port=22222把上面的配置删掉
配置文件的优先级文章 http://dubbo.apache.org/zh-cn/docs/user/configuration/configuration-load-process.html没用,我的版本2.7.3,试了没效果
你可以考虑指定为其他端口,因为22222是默认绑定端口
Most helpful comment
why not release one version for the qos related bug fix?
all the qos settings cannot be take effect.
so I must rollback to 2.7.1