dubbo-admin icon indicating copy to clipboard operation
dubbo-admin copied to clipboard

The ops and reference implementation for Apache Dubbo

Results 233 dubbo-admin issues
Sort by recently updated
recently updated
newest added

- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository...

版本2.7.3 因为server启动时会读取zookeeper上的config/dubbo/dubbo.properties,也就是说假如我创建了配置中心的话,第二次启动server就会报错,报错的地方在ConfigCenter.java的162行方法formUrl的URL url = URL.valueOf(config) config因为是读取zookeeper上的值 zookeeper://192.168.146.120:2181 dubbo.protocol.name 我的zk上面的global配置,如下: dubbo.registry.address=zookeeper://192.168.146.120:2181 dubbo.protocol.name=dubbo dubbo.metadata-report.address=zookeeper://192.168.146.120:2181 dubbo.application.qos-enable=true dubbo.application.qos-port=33333 dubbo.application.qos-accept-foreign-ip=false

- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository...

![image](https://user-images.githubusercontent.com/30258468/114488203-8bf89c80-9c43-11eb-97e1-f06f89f417df.png) ![image](https://user-images.githubusercontent.com/30258468/114488334-c19d8580-9c43-11eb-8bc6-94c05f123357.png)

- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository...

服务统计无法使用。 只能看到服务查询,其他的都不好使,我在 zk 里面 /dubbo/config/dubbo/dubbo.properties 设置了 “DUBBO_REGISTRY_ADDR” 和 “DUBBO_METADATA_ADDR” 配置文件里面设置了 admin.config-center=zookeeper://192.168.0.203:2182 还是不能使用。

同一个接口,里面的一些方法可能已经过时了,没有调用,但是其他方法依赖方会调用,这种情况下要清理过时方法,但是dubbo-admin不支持方法级别的监控。

## cpu高现象 ![image](https://user-images.githubusercontent.com/13570130/106412618-20e05c00-6483-11eb-99cf-e6f25d5ba4e3.png) ## jvm年到代99.9% ![image](https://user-images.githubusercontent.com/13570130/106412680-41a8b180-6483-11eb-9b89-c3be15b8038c.png) ## 进一步跟踪查看jvm对象情况 ![image](https://user-images.githubusercontent.com/13570130/106412311-70725800-6482-11eb-9d29-5636c446e51c.png) 初步判断为截图中推行存在内存泄漏问题,希望尽快修复。 有猜到此坑的同学,可暂时每日定时重启dubbo-Admin服务来规避这个问题

### Expected Result 展示出接口级别或者应用级别的信息,并且标记出来是接口级还是应用级类型 ### Actual Result 目前不支持应用级别的展示