*: update raft-engine to optimize fetch_entries_to.#18617
*: update raft-engine to optimize fetch_entries_to.#18617ti-chi-bot[bot] merged 4 commits intotikv:masterfrom
fetch_entries_to.#18617Conversation
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
|
Skipping CI for Draft Pull Request. |
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
|
/check-issue-triage-complete |
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: glorv, overvenus The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
In response to a cherrypick label: new pull request created to branch |
close tikv#18605 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
close tikv#18605 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
close tikv#18605 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
close #18605 Optimizes `fetch_entries_to` in Raft-Engine to reduce contention and improve performance under mixed workloads. Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: lucasliang <nkcs_lykx@hotmail.com> Co-authored-by: lucasliang <nkcs_lykx@hotmail.com>
close #18605 Optimizes `fetch_entries_to` in Raft-Engine to reduce contention and improve performance under mixed workloads. Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: lucasliang <nkcs_lykx@hotmail.com> Co-authored-by: lucasliang <nkcs_lykx@hotmail.com>
close #18605 Optimizes `fetch_entries_to` in Raft-Engine to reduce contention and improve performance under mixed workloads. Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: lucasliang <nkcs_lykx@hotmail.com> Co-authored-by: lucasliang <nkcs_lykx@hotmail.com>
What is changed and how it works?
Issue Number: Close #18605
More details can be reviewed in tikv/raft-engine#382.
What's Changed:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
fetch_entries_to. raft-engine#385Side effects
Release note