Neil Shen

Results 83 issues of 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...

type/enhancement
difficulty/medium
component/CDC

`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...

type/bug
area/raft

## 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...

type/bug
sig/scheduling
severity/major
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.0
affects-6.1
affects-6.2
affects-6.3
affects-6.4
affects-6.5
affects-6.6
affects-7.0
affects-7.1
affects-7.2
affects-7.3
affects-7.4
affects-7.5

### 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/XXL
needs-rebase
do-not-merge/work-in-progress
do-not-merge/release-note-label-needed
do-not-merge/needs-linked-issue

## 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...

type/bug
severity/minor

## 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...

type/bug
component/backup-restore

### What problem does this PR solve? Issue Number: close #8545 ### What is changed and how it works? As title. ### Check List #### Tests - Integration test ####...

status/LGT2
status/can-merge
size/L
needs-rebase
release-note-none
area/ticdc
approved