-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove wal #1
Open
5kbpers
wants to merge
109
commits into
master
Choose a base branch
from
remove-wal
base: master
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
Remove wal #1
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
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
ref tikv#12842 Signed-off-by: SpadeA-Tang <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ref tikv#13196 Now, all integration test cases uses checkpoint V3. Removed `test_inflight_message` because it is invalid in V3. Signed-off-by: Yu Juncen <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ref tikv#12876 Signed-off-by: Wenbo Zhang <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
…k state. (tikv#13541) ref tikv#13303, ref tikv#13519 Add a Raft admin command to put the region into a lock state to prevent any reading, writing, and scheduling and persist the state in the RegionLocalState. Signed-off-by: husharp <[email protected]>
close tikv#13394 Otherwise it will waste CPU on loop. Signed-off-by: Jay Lee <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
…ue (tikv#13584) ref tikv#13298 Avoid stale entries in the new lock waiting queue. This is done by making use of another implementation of the priority queue (instead of the std BinaryHeap) that supports efficiently removing element by key. So that when a lock-waiting request is canceled, the entry can be removed from the queue immediately, instead of waiting for the lazy-cleaning-up. Signed-off-by: MyonKeminta <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]> Co-authored-by: Yilin Chen <[email protected]>
close tikv#13468 Signed-off-by: lizhenhuan <[email protected]> Signed-off-by: 3pointer <[email protected]> Signed-off-by: Leavrth <[email protected]> Signed-off-by: CalvinNeo <[email protected]> Co-authored-by: 3pointer <[email protected]> Co-authored-by: Jianjun Liao <[email protected]> Co-authored-by: Calvin Neo <[email protected]> Co-authored-by: Yilin Chen <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
…ikv#13568) close tikv#13553 Signed-off-by: SpadeA-Tang <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
…13597) ref tikv#13596, close tikv#13596 Rename `causal-ts.available-interval` to `causal-ts.alloc-ahead-buffer` for more clear meaning. Signed-off-by: pingyu <[email protected]>
close tikv#13553 Signed-off-by: SpadeA-Tang <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
close tikv#13519, ref tikv#13519, ref tikv#13541 Make `FlashbackToVersion` become a two-phase request as described in tikv#13519. Signed-off-by: JmPotato <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
…kv#13618) ref tikv#13303, ref pingcap/tidb#38475 Move `check_flashback_state` to after `check_region_epoch` to make sure the Region Cache on the client-side could be refreshed ASAP. Signed-off-by: JmPotato <[email protected]>
close tikv#13599 The logic in `test_raw_put_key_guard` is incorrect, fix it. Signed-off-by: haojinming <[email protected]> Co-authored-by: Ping Yu <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ref tikv#13303 Refine the flashback raftstore test. Signed-off-by: JmPotato <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
close tikv#13353 Signed-off-by: hehechen <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ref tikv#13131 None Signed-off-by: tabokie <[email protected]>
close tikv#13625 Signed-off-by: SpadeA-Tang <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
Signed-off-by: 5kbpers <[email protected]>
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.
What is changed and how it works?
Issue Number: Close #xxx
What's Changed:
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note