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
loader/syncer: filter context cancel error while executing sqls #355
Merged
lichunzhu
merged 16 commits into
pingcap:master
from
lichunzhu:czli/filterContextCancelError
Nov 28, 2019
Merged
Changes from 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
eeaf582
initial commit
lichunzhu fb12b2c
merge master branch
lichunzhu 80c1abf
add filter in loader
lichunzhu 3e7266c
Merge branch 'master' into czli/filterContextCancelError
lichunzhu bb0afff
Merge branch 'master' into czli/filterContextCancelError
lichunzhu 6e1945b
Merge branch 'czli/filterContextCancelError' of https://github.com/li…
lichunzhu 40e2155
skip cancel error in context
lichunzhu 8622f3d
fix error
lichunzhu 491f5c4
Merge branch 'master' of https://github.com/pingcap/dm into czli/filt…
lichunzhu e4ffa21
add filter to logger
lichunzhu 7139bdc
Merge branch 'master' into czli/filterContextCancelError
lichunzhu b30b083
remove adding nil error to runFatalChan
lichunzhu 6e31b26
Merge branch 'czli/filterContextCancelError' of https://github.com/li…
lichunzhu 67c12d4
add filter errors
lichunzhu ca7ba3e
add filterCancelError to filter cancel error
lichunzhu f302f0b
add ErrorFilterContextCanceled to skip error log of context.Canceled
lichunzhu 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
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.
how about use
IsContextCanceledError
?