ldcsaa opened a new issue, #12779:
URL: https://github.com/apache/dubbo/issues/12779

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/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
   
   1. 启动dubbo服务时加入JVM参数:-Ddubbo.properties.file=/data/dubbo/dubbo.properties
   2. /data/dubbo/dubbo.properties 中配置:dubbo.application.qos-enable=false
   3. 检查 QOS端口是否打开(已打开)
   4. 通过监控地址: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”,配置是生效的。
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to