Results 3 issues of saleson

AbstractRegistry.doSaveProperties()虽然采用文件锁、版本号以及重试等方式对竟争场景做了处理,但是在竟争文件锁失败创建重试任务时,没有sleep,仍会有概率出现上一个版本保存操作还没有释放锁,新版本重试次数达到上限导致新版本数据没有保存到cache文件的情况。 ### Environment * Dubbo version: 3.05 * Java version: 1.8 ### Steps to reproduce this issue 1. 延长AbstractRegistry.doSaveProperties() 中文件锁的持有时间 2. 在consumer中创建多个DubboService的Reference 3. 短时间内同行时修改DubboService 的Provider侧信息 Pls. provide [GitHub address] to...

type/bug
good first issue

此 Issue 的目的 收集在生产上使用本项目的用户 聆听更多的声音,让项目变得更好 更多的了解灰度的实际使用场景,以便于下一步的规划 期待您能提供 您所在公司或组织 您所在的城市 您的联系方式:微博、邮箱、微信、钉钉 您将灰度用于哪些场景,需要哪些功能特性 您所在公司或组织的Logo(希望您提供LOGO,将会在项目主页展现) 例如: 组织:某某科技 地点:中国上海 联系方式:[email protected] 场景:灰度发布、蓝绿发布、金丝雀发布、流量切断、百分比放量 ![logo](https://user-images.githubusercontent.com/4346834/69047569-678c9680-0a36-11ea-9b40-117958bcea59.png)

- [ ] 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.1.6 * Operating System version: mac...

help wanted
type/enhancement
component/sdk