-
AbstractRegistry#doSaveProperties()用于在notify通知时,将推送内容存在内存properties 中,然后再持久化磁盘。
通过测试,发现如果推送量比较大,doSaveProperties()会比较耗时,影响整个notify处理流程。
具体原因如下:
```
private void saveProperties(URL url) {
.....
…
-
- [ ] 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/apac…
-
注册中心:nacos
版本:1.1.3
问题描述:dubbo服务提供方启动成功,可在nacos中看到后,启动服务消费方;启动时可在控制台看到如下错误,而后启动成功,可在nacos中看到,并且可以正常调用服务;
如何才能避免报此类错误呢
```
2019-08-12 18:19:54.998 WARN 24000 --- [ main] org.apache.dubb…
-
如何本地运行这个项目呢?
-
> GitHub项目地址:[https://github.com/Sayi/swagger-dubbo](https://github.com/Sayi/swagger-dubbo)
>
> Dubbo是一种透明化的RPC调用方案和服务治理方案,对外暴露服务接口Provider。Swagger构建了符合Open Api规范的API文档,通过SwaggerUI提供了模拟HTTP请求的工具。
…
-
Target:druid
Action:connectionpoolfull
现象:不能生效
初步诊断:如下位置加入日志,未打印,代码没进来,同时其他 Target,像 dubbo、jvm 都能生效,说明 sandbox 挂载没问题。
`
public class DruidDataSourceEnhancer extends BeforeEnhancer {
privat…
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apache/dubbo/…
sh1yu updated
8 months ago
-
Documentation is missing for several library instrumentations (https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/standalone-library-instrumentation.md).
This is fu…
-
- [ ] 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/…
-
找了半天
admin.registry.address=nacos://127.0.0.1:8848
admin.config-center=nacos://127.0.0.1:8848
admin.metadata-report.address=nacos://127.0.0.1:8848
#group
admin.registry.group=DEFAULT_GROUP
adm…
whaon updated
3 years ago