-
Notifications
You must be signed in to change notification settings - Fork 287
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
processor(ticdc): Initialize the processor before tick it #10928
Conversation
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #10928 +/- ##
================================================
+ Coverage 57.4176% 57.4771% +0.0594%
================================================
Files 850 851 +1
Lines 125141 125269 +128
================================================
+ Hits 71853 72001 +148
+ Misses 47891 47884 -7
+ Partials 5397 5384 -13 |
/retest |
/retest-required |
1 similar comment
/retest-required |
This reverts commit c8ed99f.
/test cdc-integration-kafka-test |
/retest-required |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 3AceShowHand, asddongmen The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
/retest-required |
1 similar comment
/retest-required |
) close pingcap#10930 # Conflicts: # cdc/processor/processor.go
) close pingcap#10930 # Conflicts: # cdc/processor/processor.go
What problem does this PR solve?
Issue Number: close #10930
What is changed and how it works?
This PR initiates the processor before ticking it.
These changes can also prevent some data races that occur during processor initialization.
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note