forked from tikv/tikv
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Reuse engine_rocks in engine_tiflash #143
Open
CalvinNeo
wants to merge
11
commits into
pingcap:raftstore-proxy-6.2
Choose a base branch
from
CalvinNeo:decouple-engine-tiflash
base: raftstore-proxy-6.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Reuse engine_rocks in engine_tiflash #143
CalvinNeo
wants to merge
11
commits into
pingcap:raftstore-proxy-6.2
from
CalvinNeo:decouple-engine-tiflash
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We add support for new observer pre_exec in this PR. We will filter ComputeHash and VerifyHash now. We will firstly try flush then CompactLog if succeed.
Signed-off-by: CalvinNeo <[email protected]>
and unsafe backoff * raftstore: use force_send to send ApplyRes (tikv#13168) close tikv#13160 Use force_send to send ApplyRes Signed-off-by: 5kbpers <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]> Co-authored-by: 5kbpers <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
close tikv#13217, ref tikv#13217 support cgroup limit memory in diagnostics service Signed-off-by: Lloyd-Pottiger <[email protected]> Co-authored-by: Lloyd-Pottiger <[email protected]> Co-authored-by: Lloyd-Pottiger <[email protected]> Co-authored-by: Calvin Neo <[email protected]>
) * raftstore: Implement observer on_compute_engine_size (tikv#12948) ref tikv#12849 Implement observer on_compute_engine_size Signed-off-by: CalvinNeo <[email protected]> Co-authored-by: Xinye Tao <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]> * inc gc time Signed-off-by: CalvinNeo <[email protected]> Co-authored-by: Xinye Tao <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
Signed-off-by: CalvinNeo <[email protected]>
CalvinNeo
force-pushed
the
raftstore-proxy-6.2
branch
from
September 8, 2022 06:58
d89b9d3
to
fbd8e6f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: CalvinNeo [email protected]
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note