-
Notifications
You must be signed in to change notification settings - Fork 409
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
Support cancel when writing fap snapshots #9415
Conversation
Signed-off-by: Calvin Neo <[email protected]>
Signed-off-by: Calvin Neo <[email protected]>
… into fix-lock-segment-cache
Signed-off-by: Calvin Neo <[email protected]>
dbms/src/Storages/KVStore/MultiRaft/Disagg/FastAddPeerCache.cpp
Outdated
Show resolved
Hide resolved
dbms/src/Storages/KVStore/MultiRaft/Disagg/FastAddPeerCache.cpp
Outdated
Show resolved
Hide resolved
dbms/src/Storages/KVStore/MultiRaft/Disagg/FastAddPeerCache.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Lloyd-Pottiger <[email protected]>
Co-authored-by: Lloyd-Pottiger <[email protected]>
Co-authored-by: Lloyd-Pottiger <[email protected]>
Co-authored-by: Lloyd-Pottiger <[email protected]>
Signed-off-by: Calvin Neo <[email protected]>
… into fix-lock-segment-cache
Signed-off-by: Calvin Neo <[email protected]>
Signed-off-by: Calvin Neo <[email protected]>
Signed-off-by: Calvin Neo <[email protected]>
/unhold hard to test manually on dedicated disagg mode. merge into tiflash-cse and then test. |
Signed-off-by: Calvin Neo <[email protected]>
Signed-off-by: Calvin Neo <[email protected]>
This reverts commit bed9de6.
/retest |
/unhold |
Co-authored-by: jinhelin <[email protected]>
Co-authored-by: jinhelin <[email protected]>
Signed-off-by: Calvin Neo <[email protected]>
… into fix-lock-segment-cache
Co-authored-by: jinhelin <[email protected]>
… into fix-lock-segment-cache
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small code refine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, Lloyd-Pottiger The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
…ingcap#305) Signed-off-by: Calvin Neo <[email protected]> Co-authored-by: JaySon <[email protected]>
What problem does this PR solve?
Issue Number: ref #8673
Problem Summary:
Reading through S3 may be time costy. Also:
blockWaitingFor
.Meanwhile, the whole
FastAddPeerWrite
function should be guarded with fallback, to avoid any possibility that FAP could block normal path of writing.What is changed and how it works?
traverseRemoteRaftLogForRegion
.Check List
Tests
Side effects
Documentation
Release note