Neil Shen
Neil Shen
Hello @stepancheg I saw `Http2Server::new()` creates a Http2Server and start it immediately. ```rust impl Http2Server { pub fn new(port: u16, service: S) -> Http2Server where S : HttpService { let...
## Bug Report Values in the default CF should also be read in txn layer when old value is enabled. Otherwise, CDC endpoint CPU might be full when TiDB batch...
`MessageField` has a noticeable overhead where there are lots of small nested messages being created and dropped frequently, because it wraps messages in `Box`. This PR add an option `option_for_message`...
### Bug report criteria - [X] This bug report is not security related, security issues should be disclosed privately via [email protected]. - [X] This is not a support request or...
## Bug Report In an internal test that injects IO fault and stops write completely, we find TiKV memory keeps growing and OOM eventually. After investigation, we find most of...
### 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...
## Bug Report From the log below, we found leaders fail to send snapshots, because their receive-ends have reached snapshot task limits. Snapshots generated by leaders can consumes lots of...
## Bug Report Consider: * A leader (peer1) appends 6 logs but not commits them before taking snapshot. * A new leader (peer2) is elected and append and commits its...
### What problem does this PR solve? Issue Number: close #8545 ### What is changed and how it works? As title. ### Check List #### Tests - Integration test ####...