Yang Zhang

Results 35 issues of Yang Zhang

### What is changed and how it works? Issue Number: Close #xxx What's Changed: ```commit-message ``` ### Related changes - [ ] PR to update `pingcap/docs`/`pingcap/docs-cn`: - [ ] Need...

size/M
do-not-merge/work-in-progress
do-not-merge/release-note-label-needed
do-not-merge/needs-linked-issue

### What is changed and how it works? Issue Number: Close #xxx What's Changed: ```commit-message ``` ### Related changes - [ ] PR to update `pingcap/docs`/`pingcap/docs-cn`: - [ ] Need...

size/L
needs-rebase
do-not-merge/work-in-progress
do-not-merge/release-note-label-needed
do-not-merge/needs-linked-issue
dco-signoff: yes

We probably should change the default checksum algorithm from `crc32` to `xxh3` to keep consistent with RocksDB

## Bug Report ### What version of TiKV are you using? ### What operating system and CPU are you using? ### Steps to reproduce ### What did you expect? ###...

type/bug
component/rocksdb
priority/low
severity/minor
affects-6.5

#750 recurring

dco-signoff: yes
size/XS

https://github.com/tikv/rocksdb/pull/375 move a the quick path inside the lock scope, we already observed the Rate test started being flaky, since it assumes low lock contention. While, the test is not...

This is a cherry-pick of https://github.com/tikv/rocksdb/commit/8e203492b81af0df1cbda907d5f0e8fbaf13d266 Adding `is_bottommost_level` info, so that MVCC storage engine built on top of RocksDB can decide whether to GC tombstones during compaction. i.e. If the...

approved
dco-signoff: yes
size/XS

This is a cherry-pick of https://github.com/tikv/rocksdb/pull/177 Adding `WriteBatch::Iterator` and `WriteBatchInternal:: AppendContents()`. `WriteBatchInternal::AppendContents()` is used by TiKV to efficiently merge multiple write batches into a larger batch, thereby reducing overhead. This...

dco-signoff: yes
size/XXL