JmPotato

Results 39 issues of JmPotato

```shell goleak: Errors on successful test run: found unexpected goroutines: [Goroutine 357 in state select, with google.golang.org/grpc.(*ClientConn).WaitForStateChange on top of the stack: goroutine 357 [select]: google.golang.org/grpc.(*ClientConn).WaitForStateChange(0xc0004d0a00, {0x172af48, 0xc0001de540}, 0x4) /home/runner/go/pkg/mod/google.golang.org/[email protected]/clientconn.go:512...

### What is changed, added or deleted? (Required) Add the description about hot region statistical cycle. ### Which TiDB version(s) do your changes apply to? (Required) - [x] master (the...

translation/doing
size/XS
do-not-merge/hold
ONCALL
needs-cherry-pick-release-7.1
needs-1-more-lgtm
needs-cherry-pick-release-7.5

When a cluster starts from a cold state, it does not contain any region router information, which may cause a huge amount of `GetRegion`-like requests to the PD leader. To...

As for a mini-PD, what features do we intend to implement initially? Do we have any development plan or a roadmap?

## Description ## Type of Change - [x] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring -...

CICD:run-e2e-tests

### What problem does this PR solve? Issue Number: close #8095, ref #6493. ### What is changed and how does it work? ```commit-message Individually check the scheduling halt for online...

component/schedule
release-note
status/LGT1
size/M

## Bug Report We use a round-robin way to request the TSO server with `FindGroupByKeyspaceID` gRPC call. https://github.com/tikv/pd/blob/b176a0a573a6633f0185cc8e2225af6b6371485c/client/tso_service_discovery.go#L418-L441 However, if the requested TSO server satisfies this kind of case, it...

type/bug
component/client
severity/major
component/tso
component/keyspace
affects-7.1
affects-7.5
affects-8.1
report/customer
affects-8.5

## Enhancement Task At present, PD's unit tests are doped with some tests that will start the actual etcd/PD cluster. We should classify them as integrated tests and move them...

type/enhancement

## Development Task As https://github.com/pingcap/tidb/issues/35319 mentioned, providing a unified PD HTTP API SDK has become an urgent need. With this means, it could be easier for us to control and...

component/api
type/development

### What problem does this PR solve? Issue Number: close #7780. ### What is changed and how does it work? ```commit-message Check the lessor ID and Raft term during lease...

component/election
do-not-merge/hold
size/M
release-note-none