Regal
Regal
**Describe the bug (描述bug)** The command "curve bs check chunkserver --chunkserverid n" works in this way: 1. get all copysets in the chunkserver specified 2. make a subcommand "CopysetCommand" with...
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** By means of tools-v2 cli we can delete a file by command "curve bs delete file --path /test1 --force false", and...
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** bRPC已支持现代化的bazel编译框架,但对UT的编译不够完善,缺少维护,这对于使用bazel的开发者不友好。 如test目录下BUILD.bazel涵盖的UT用例不全,只编译了bvar, bthread, butil等模块,且这些模块中一些UT源文件还被excluded了,至于brpc开头的ut源文件都没有编译。 我尝试了编译完整的UT,确实存在很多编译报错(如echo.pb.h找不到),但通过努力发现大多数问题都能修改解决。 I will try to fix this. **Describe the solution you'd like (描述你期望的解决方法)** **Describe alternatives you've considered...