This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 188
syncer: refactor sync dml #2061
Merged
Merged
Changes from 57 commits
Commits
Show all changes
62 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 e28579a
Merge remote-tracking branch 'upstream/master' into refineSyncDML
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 9ee5a7a
Merge remote-tracking branch 'upstream/master' into refineSyncDML
GMHDBJD e9dbabf
update causality
GMHDBJD a679f69
remove waittime
GMHDBJD 1bc65b9
remove flush count
GMHDBJD 6164cf1
fix ci
GMHDBJD c944bde
fix ci
GMHDBJD 451891a
Merge branch 'master' into refineSyncDML
GMHDBJD b5f504b
address comment
GMHDBJD c3c7d2a
fix fmt
GMHDBJD 87ba1fb
address comment
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 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 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 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 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 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.
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.
seems if we change this,
make fmt
will not format code 🤔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.
maybe we can remove
golangci-lint
frommake fmt
cmdThere 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.
I tried locally and
make fmt
takes effectThere 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.
yes, but it worked by
gofumports
dm/Makefile
Line 148 in a0770b6
i mean if we close this option, we can remove golang-ci-lint (L149~L150 ) from
make fmt
cmd