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
*: fix context usage for SQL operation #377
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b88d860
*: fix some context usage for DB operation
csuzhangxc 51a5773
retry: fix `panic: interface conversion: interface {} is nil, not int`
csuzhangxc 4d77370
Merge remote-tracking branch 'remotes/origin/master' into cancel-retry
csuzhangxc 3aa55cf
*: update context usage in loader
csuzhangxc 516d082
Merge remote-tracking branch 'remotes/origin/master' into cancel-retry
csuzhangxc 5807b4f
*: update context usage in syncer checkpoint
csuzhangxc eb53400
syncer: flush checkpoint when canceling the task
csuzhangxc ffabeed
*: try fix CI
csuzhangxc f67abc1
*: update context usage for syncer checkpoint and online DDL
csuzhangxc e3e3e0a
Merge branch 'master' into cancel-retry
csuzhangxc fa13204
Merge branch 'master' into cancel-retry
IANTHEREAL c1d5191
*: address comments
csuzhangxc 814f906
Merge remote-tracking branch 'origin/cancel-retry' into cancel-retry
csuzhangxc bf32426
*: address comments
csuzhangxc 53a9ca6
Merge branch 'master' into cancel-retry
csuzhangxc f59a6aa
*: address comments
csuzhangxc e3f39a9
Merge remote-tracking branch 'origin/cancel-retry' into cancel-retry
csuzhangxc 5c5eb90
Merge branch 'master' into cancel-retry
csuzhangxc 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
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.
I think we can refine this function later, it used to log, but need visit the database, maybe we can just use information saved in
RemoteCheckPoint
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.
agree.