wu-hanqing
wu-hanqing
Signed-off-by: Hanqing Wu ### What problem does this PR solve? Issue Number: #xxx Problem Summary: ### What is changed and how it works? What's Changed: How it Works: Side effects(Breaking...
test-ci
Signed-off-by: Hanqing Wu ### What problem does this PR solve? Issue Number: #xxx Problem Summary: ### What is changed and how it works? What's Changed: How it Works: Side effects(Breaking...
Signed-off-by: Hanqing Wu ### What problem does this PR solve? Issue Number: #xxx Problem Summary: ### What is changed and how it works? What's Changed: How it Works: Side effects(Breaking...
### What problem does this PR solve? Issue Number: #xxx Problem Summary: ### What is changed and how it works? What's Changed: How it Works: Side effects(Breaking backward compatibility? Performance...
#1768 changed old `curvefs_tool`, so, `curve` should makes corresponding modifications
### What problem does this PR solve? Issue Number: close #985 Problem Summary: ### What is changed and how it works? What's Changed: How it Works: Side effects(Breaking backward compatibility?...
DR1601 fixed an overload problem when an enumeration has an underlying type. https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1601 > A conversion that promotes an enumeration whose underlying type is fixed to its underlying type is...
**Describe the bug (描述bug)** for a clone volume, each chunk in ChunkServer has a bitmap, and each bit represents whether a 4k range has been written after clone, which means...
Now, we use [rocksdb](https://github.com/facebook/rocksdb) as metadata storage, for Get and Iterate operations, rocksdb yields `rocksdb::Slice` that stands for key/values. For `rocksdb::Slice`, is almost same with `string_view` in C++17, `StringPiece` in...
**Describe the bug (描述bug)** the process runs for 30 minutes, and the memory usage is 17.7g **To Reproduce (复现方法)** client yaml ```yaml s3.ak: curve s3.sk: curveadmin s3.endpoint: xxx s3.bucket_name: vdbench...