This repository was archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
.*: add compactor for syncer #2261
Open
GMHDBJD
wants to merge
113
commits into
pingcap:master
Choose a base branch
from
GMHDBJD:newCompactor
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
Changes from all commits
Commits
Show all changes
113 commits
Select commit
Hold shift + click to select a range
52e9f13
refine sync dml
GMHDBJD 96008ac
fix bug
GMHDBJD b54a927
fix data race
GMHDBJD 53de6ce
fix data race
GMHDBJD 22dad39
fix test
GMHDBJD 9606c90
update
GMHDBJD 57145f9
update
GMHDBJD 90f17bc
fix test
GMHDBJD 34d4989
fix test
GMHDBJD 687d4e0
fix ut
GMHDBJD 0ae0f33
fix it
GMHDBJD 3163999
save work
GMHDBJD 6f1fe91
fix wait
GMHDBJD 4851cd4
fix
GMHDBJD b7cf22d
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD 30be49c
update causality and dml worker
GMHDBJD ff65707
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD 2ca637c
refine
GMHDBJD 9b5c1fe
fix ut
GMHDBJD 735a087
Merge branch 'master' into refineSyncDML
GMHDBJD cb7a298
fix causality
GMHDBJD 53ed0e5
Merge branch 'master' into refineSyncDML
GMHDBJD 1401f4d
refine queue size metrics
GMHDBJD 5da87a1
fix
GMHDBJD f7392fb
Merge branch 'master' into refineSyncDML
GMHDBJD 06dda5d
debug ci
GMHDBJD f31328e
fix
GMHDBJD f02faeb
revert
GMHDBJD 7c44aec
add test back
GMHDBJD 22c9374
update metrics
GMHDBJD 52b41d1
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD 1709363
refine dml param
GMHDBJD b5cf1b8
save work
GMHDBJD 4f1fede
save work
GMHDBJD d09d41e
save work
GMHDBJD e28579a
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD 2f466f2
Merge branch 'refineSyncDML' into compactAndMerge
GMHDBJD 2ffe397
save work
GMHDBJD f5675e0
save work
GMHDBJD 9f6ba77
save work
GMHDBJD d444563
save work
GMHDBJD 88534ba
save work
GMHDBJD 100215a
save work
GMHDBJD a3fe7e6
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD 4eaba28
add more comment
GMHDBJD ddd4f64
reorder
GMHDBJD 17e1e15
review causality
GMHDBJD 5054276
fix
GMHDBJD f61e238
update
GMHDBJD 1f80f27
review dml_worker
GMHDBJD b0f3053
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD 26c7ec8
update channel size
GMHDBJD 0fd5543
Merge branch 'master' into refineSyncDML
GMHDBJD 4c3a896
Merge branch 'master' into refineSyncDML
GMHDBJD 13bed05
address comment
GMHDBJD 0daf78e
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD dd10d2a
fix typo
GMHDBJD 68be61e
wrap causality
GMHDBJD f71704f
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD e5b8f7d
address comment
GMHDBJD b6a2cd3
Merge branch 'master' into refineSyncDML
GMHDBJD 6a37915
address comment
GMHDBJD ce8b8f4
Merge branch 'master' into refineSyncDML
GMHDBJD 85718b1
Merge branch 'compactAndMerge' into refactorDML
GMHDBJD b7b1b9e
save work
GMHDBJD 9ee5a7a
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD fe9e286
Merge branch 'refineSyncDML' into refactorDML
GMHDBJD e9dbabf
update causality
GMHDBJD a679f69
remove waittime
GMHDBJD dc358f5
remove flush count
GMHDBJD 594ecfb
Merge branch 'refineSyncDML' into refactorDML
GMHDBJD 3f4b63e
refactor dml
GMHDBJD 1bc65b9
remove flush count
GMHDBJD 6164cf1
fix ci
GMHDBJD 9d48744
Merge branch 'refineSyncDML' into refactorDML
GMHDBJD c944bde
fix ci
GMHDBJD 451891a
Merge branch 'master' into refineSyncDML
GMHDBJD b5f504b
address comment
GMHDBJD c3c7d2a
fix fmt
GMHDBJD 87ba1fb
address comment
GMHDBJD 0518536
Merge branch 'refineSyncDML' into refactorDML
GMHDBJD 6e6e872
add unit test
GMHDBJD 26ee3ca
Merge remote-tracking branch 'upstream/master' into refactorDML
GMHDBJD b331e99
update
GMHDBJD ec6789d
fix typo
GMHDBJD ee93b7a
update comment
GMHDBJD 5251c94
update comment
GMHDBJD 401e560
address comment
GMHDBJD ebb36fb
address comment
GMHDBJD d99bb92
add no primary/unique key test
GMHDBJD 9993694
Merge branch 'master' into refactorDML
GMHDBJD 7b6ee43
address comment
GMHDBJD e79e1bd
add compactor
GMHDBJD 9c9912f
Merge remote-tracking branch 'upstream/master' into compactor
GMHDBJD ed9c978
fix test
GMHDBJD 6219e49
test in chaos
GMHDBJD e711fdd
fix
GMHDBJD be7271c
revert
GMHDBJD 1e00cd9
update comment
GMHDBJD 373266c
add ut
GMHDBJD 89d02f7
Update compactor_test.go
GMHDBJD 77beb5d
Merge branch 'master' into newCompactor
GMHDBJD 4d7f6ab
update channel size
GMHDBJD 0c89e36
Update syncer/compactor.go
GMHDBJD 9395b6a
Update syncer/compactor.go
GMHDBJD 716c9c2
update safemode
GMHDBJD d51e49a
test safmode
GMHDBJD b30f06a
fix lint
GMHDBJD 1bbc72d
Merge branch 'master' into newCompactor
GMHDBJD c5d5a22
Update dm/config/task.go
GMHDBJD 965b2ce
address comment
GMHDBJD 3d653a9
address comment
GMHDBJD a734fe0
Merge branch 'master' into newCompactor
GMHDBJD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.