Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: pick threads statistics for regions #6605

Merged
merged 5 commits into from
Feb 13, 2020

Conversation

nolouch
Copy link
Contributor

@nolouch nolouch commented Feb 13, 2020

What have you changed?

The store-base hot scheduler need this.

Don't assume reviewers understand the original issue.

What is the type of the changes?

pick :

How is the PR tested?

  • Unit test
  • Integration test

@nolouch nolouch added the component/pd-client Component: pd label Feb 13, 2020
@nolouch nolouch added this to the v3.1.0-beta.2 milestone Feb 13, 2020
@nolouch nolouch force-pushed the pick-report branch 2 times, most recently from b37ab93 to c8a18e3 Compare February 13, 2020 11:21
@nolouch
Copy link
Contributor Author

nolouch commented Feb 13, 2020

/run-all-tests

@youjiali1995
Copy link
Contributor

/run-all-tests

@youjiali1995 youjiali1995 merged commit e190308 into tikv:release-3.1 Feb 13, 2020
@nolouch nolouch deleted the pick-report branch February 13, 2020 13:40
solotzg added a commit to pingcap/tidb-engine-ext that referenced this pull request Feb 15, 2020
* [3.1] external_storage: add S3 support (tikv#6209) (tikv#6536)

* external_storage: add S3 support (tikv#6209)

Signed-off-by: Yi Wu <[email protected]>
Signed-off-by: kennytm <[email protected]>

* lock_manager: more metrics (tikv#6392) (tikv#6422) (tikv#6444)

Signed-off-by: youjiali1995 <[email protected]>

* lock_manager: update default config (tikv#6426) (tikv#6429) (tikv#6446)

Signed-off-by: youjiali1995 <[email protected]>

* Update rocksdb and titan. Update rust-rocksdb url (tikv#6554)

Signed-off-by: Yi Wu <[email protected]>

* raft_client: connect to other stores using peer_address (tikv#5569) (tikv#6491)

* *: pick threads statistics for regions (tikv#6605)

Co-authored-by: jiyingtk <[email protected]>
Co-authored-by: disksing <[email protected]>

* fix test_replica_read::test_read_after_cleanup_range_for_snap (tikv#6493)

Signed-off-by: 5kbpers <[email protected]>

* deadlock: more solid role change observer (tikv#6415) (tikv#6431) (tikv#6445)

Signed-off-by: youjiali1995 <[email protected]>

* raftstore: read index message count metric (tikv#6579) (tikv#6610)

Signed-off-by: 5kbpers <[email protected]>

* raftstore: speed up conf change (tikv#6421) (tikv#6432)

Signed-off-by: Jay Lee <[email protected]>

* raftstore: fix a panic in read index queue (tikv#6609) (tikv#6613)

Signed-off-by: qupeng <[email protected]>

* pick tikv#6414, tikv#6487, tikv#6477 and tikv#6539 to release-3.1 (tikv#6564)

* raftstore: extract batch system (tikv#6414)
* apply: support yield (tikv#6487)
* batch-system: add benchmark (tikv#6477)
* Introduce pre transfer leader (tikv#6539)
Signed-off-by: Jay Lee <[email protected]>

* raftstore: set wait_merge_state to none after resuming pending state (tikv#6621)

Signed-off-by: Liqi Geng <[email protected]>

* raftstore: learner load merge target & fix a merge network recovery bug (tikv#6623)

Signed-off-by: Liqi Geng <[email protected]>

* change merge flow path (tikv#6617)

Signed-off-by: Liqi Geng <[email protected]>

Co-authored-by: kennytm <[email protected]>
Co-authored-by: Lei Zhao <[email protected]>
Co-authored-by: yiwu-arbug <[email protected]>
Co-authored-by: disksing <[email protected]>
Co-authored-by: ShuNing <[email protected]>
Co-authored-by: jiyingtk <[email protected]>
Co-authored-by: pingcap-github-bot <[email protected]>
Co-authored-by: 5kbpers <[email protected]>
Co-authored-by: Jay <[email protected]>
Co-authored-by: gengliqi <[email protected]>
solotzg added a commit to pingcap/tidb-engine-ext that referenced this pull request Feb 21, 2020
* [3.1] external_storage: add S3 support (tikv#6209) (tikv#6536)

* external_storage: add S3 support (tikv#6209)

Signed-off-by: Yi Wu <[email protected]>
Signed-off-by: kennytm <[email protected]>

* lock_manager: more metrics (tikv#6392) (tikv#6422) (tikv#6444)

Signed-off-by: youjiali1995 <[email protected]>

* lock_manager: update default config (tikv#6426) (tikv#6429) (tikv#6446)

Signed-off-by: youjiali1995 <[email protected]>

* Update rocksdb and titan. Update rust-rocksdb url (tikv#6554)

Signed-off-by: Yi Wu <[email protected]>

* raft_client: connect to other stores using peer_address (tikv#5569) (tikv#6491)

* *: pick threads statistics for regions (tikv#6605)

Co-authored-by: jiyingtk <[email protected]>
Co-authored-by: disksing <[email protected]>

* fix test_replica_read::test_read_after_cleanup_range_for_snap (tikv#6493)

Signed-off-by: 5kbpers <[email protected]>

* deadlock: more solid role change observer (tikv#6415) (tikv#6431) (tikv#6445)

Signed-off-by: youjiali1995 <[email protected]>

* raftstore: read index message count metric (tikv#6579) (tikv#6610)

Signed-off-by: 5kbpers <[email protected]>

* raftstore: speed up conf change (tikv#6421) (tikv#6432)

Signed-off-by: Jay Lee <[email protected]>

* raftstore: fix a panic in read index queue (tikv#6609) (tikv#6613)

Signed-off-by: qupeng <[email protected]>

* pick tikv#6414, tikv#6487, tikv#6477 and tikv#6539 to release-3.1 (tikv#6564)

* raftstore: extract batch system (tikv#6414)
* apply: support yield (tikv#6487)
* batch-system: add benchmark (tikv#6477)
* Introduce pre transfer leader (tikv#6539)
Signed-off-by: Jay Lee <[email protected]>

* raftstore: set wait_merge_state to none after resuming pending state (tikv#6621)

Signed-off-by: Liqi Geng <[email protected]>

* raftstore: learner load merge target & fix a merge network recovery bug (tikv#6623)

Signed-off-by: Liqi Geng <[email protected]>

* change merge flow path (tikv#6617)

Signed-off-by: Liqi Geng <[email protected]>

Co-authored-by: kennytm <[email protected]>
Co-authored-by: Lei Zhao <[email protected]>
Co-authored-by: yiwu-arbug <[email protected]>
Co-authored-by: disksing <[email protected]>
Co-authored-by: ShuNing <[email protected]>
Co-authored-by: jiyingtk <[email protected]>
Co-authored-by: pingcap-github-bot <[email protected]>
Co-authored-by: 5kbpers <[email protected]>
Co-authored-by: Jay <[email protected]>
Co-authored-by: gengliqi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/pd-client Component: pd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants