*: update raft-engine to optimize fetch_entries_to. (#18617)#18673
Conversation
close tikv#18605 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@LykxSassinator This PR has conflicts, I have hold it. |
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
|
/unhold |
Cargo.lock
Outdated
| version = "0.4.2" | ||
| source = "git+https://github.com/tikv/raft-engine.git#de1ec937529e3a88e093db0cf0d403522565fe64" | ||
| version = "0.4.1" | ||
| source = "git+https://github.com/tikv/raft-engine.git?branch=tikv-7.5#ddf3c90b8086fcc6944aaefb0d4ef119e9028dd5" |
There was a problem hiding this comment.
bishengh@Mac Pro ~/code/raft-engine$ git merge-base de1ec937529e3a88e093db0cf0d403522565fe64 upstream/tikv-7.5
e505d631c8c6d63f7fc63d83ea6e8fb88cf970a5
bishengh@Mac Pro ~/code/raft-engine$ git log --oneline e505d631c8c6d63f7fc63d83ea6e8fb88cf970a5...de1ec937529e3a88e093db0cf0d403522565fe64 | grep -v "community membership "
de1ec93 Fix `panics` on reading entries by stale index. (#370)
e1c5dd8 CI: update CI workflows. (#372)
c1f81d4 ci: add prow OWNERS file (#361)
cf5d1b9 Update strum requirement from 0.25.0 to 0.26.2 (#356)
cd1533d engine: supply the metric of the compression ratio on write. (#358)
084c5ca *: bump 0.4.2 (#357)
bishengh@Mac Pro ~/code/raft-engine$ git log --oneline e505d631c8c6d63f7fc63d83ea6e8fb88cf970a5...upstream/tikv-7.5 | grep -v "community membership "
ddf3c90 [cp-7.5] Optimize `fetch_entries_to` function to avoid stucking `write` too long. (#382) (#384)
8cb23f1 [Cherry-pick] CP #370 & #372 to tikv-7.5 (#376)
It looks like commit tikv/raft-engine#358 will be lost if we switch to the 7.5 branch. @LykxSassinator
There was a problem hiding this comment.
Thx for reminding. I've updated by creating a new branch tikv-8.1 and cherry-picked relevant PRs into it.
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hbisheng, LykxSassinator 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 |
[LGTM Timeline notifier]Timeline:
|
This is an automated cherry-pick of #18617
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
Side effects
Release note