-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Closed
Labels
type/bugBugs to being fixedBugs to being fixed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Environment
- Dubbo version: 3.2.4
- Operating System version: win10
- Java version: 17
Steps to reproduce this issue
- 启动dubbo服务时加入JVM参数:-Ddubbo.properties.file=/data/dubbo/dubbo.properties
- /data/dubbo/dubbo.properties 中配置:dubbo.application.qos-enable=false
- 检查 QOS端口是否打开(已打开)
- 通过监控地址:http://localhost:9002/actuator/dubbo/properties
查看 qos-enable 属性(true)
{
"dubbo.application.name": "hp-demo-infra-service",
"dubbo.application.organization": "HP-Socket",
"dubbo.application.owner": "Kingfisher",
"dubbo.application.qos-enable": "true",
"dubbo.application.qos-port": "7002",
"dubbo.application.version": "0.0.1-SNAPSHOT",
"dubbo.config.multiple": "true",
"dubbo.properties.file": "/data/dubbo/dubbo.properties",
"dubbo.protocol.name": "dubbo",
"dubbo.protocol.port": "6002",
"dubbo.registry.file": "/data/dubbo/.cache/dubbo-registry_hp-demo-infra-service.properties",
"dubbo.resolve.file": "/data/dubbo/dubbo-resolve.properties",
"dubbo.scan.base-packages": "com.github.hpsocket.demo"
}
而通过JVM参数:“-Ddubbo.application.qos-enable=false”,或在 application.yml 中定义 ”dubbo.application.qos-enable: false”,配置是生效的。
Metadata
Metadata
Assignees
Labels
type/bugBugs to being fixedBugs to being fixed