Jinhao Hu
Jinhao Hu
### What problem does this PR solve? Issue Number: Ref #7300 ### What is changed and how does it work? ```commit-message ctl: replace config with HTTP SDK ``` ### Check...
### What problem does this PR solve? Issue Number: Ref #7251 ### What is changed and how does it work? ```commit-message fix `etcdserver: requested lease not found` ``` ```bash //...
## Enhancement Task for example, we will meet goroutine leak which top stack is `runtime_pollWait` which resulted from `dashboard` ```bash Goroutine 1362 in state IO wait, with internal/poll.runtime_pollWait on top...
### What problem does this PR solve? Issue Number: Ref #30822 Problem Summary: ### What changed and how does it work? We can list pkg concurrently to accelerate build check...
### What problem does this PR solve? ### What is changed and how does it work? ### Code changes - [ ] Has Go code change - [ ] Has...
### What problem does this PR solve? ### What is changed and how it works? ref https://github.com/tikv/pd/issues/7995 When we have 3 pdms, pdms-0/pdms-1/pdms-2, when pdms-2 is primary - upgrade pdms-2...
### What problem does this PR solve? #### For tiup 1. When we have 3 pdms, pdms-0/pdms-1/pdms-2, and pdms-2 is primary 2. upgrade pdms-2 firstly maybe transfer primary to pdms-0...
## Development Task ### Background - PD ensures that the table level's scatter, but it doesn't care about table-to-table, which relies on `balance-scheduler`. - `Balance-Region` will not schedule empty region,...
## Enhancement Task We need to distinguish the definition of a differentiated WaitLeader - All pd recognized a leader (such as testing sync client). - The follower does not need...
### What problem does this PR solve? Refactor runaway related code 1. Take the concept of the syncer out of the domain and put it into the manager, the domain...