-
Notifications
You must be signed in to change notification settings - Fork 289
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
*: chose one index to output delete events #787
Conversation
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #787 +/- ##
===========================================
Coverage 31.7860% 31.7860%
===========================================
Files 98 98
Lines 11181 11181
===========================================
Hits 3554 3554
Misses 7278 7278
Partials 349 349 |
/run-all-tests |
Please add a release note |
done |
cdc/entry/schema_storage.go
Outdated
} | ||
if handleIndexOffset >= 0 { | ||
ti.HandleIndexID = ti.Indices[handleIndexOffset].ID | ||
} |
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.
Is it better to add fatal log here, if handle index is not found, we can record more information here.
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.
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.
But the check in mounter can't log enough debug information
/run-kafka-tests |
/run-all-tests |
/run-all-tests tidb=release-4.0 tikv=release-4.0 pd=release-4.0 |
/run-kafka-tests tidb=release-4.0 tikv=release-4.0 pd=release-4.0 |
# Conflicts: # cdc/entry/mounter.go # cdc/entry/schema_storage.go
/run-all-tests |
# Conflicts: # cdc/entry/mounter.go # cdc/sink/dispatcher/default.go
/run-all-tests |
/run-all-tests |
/run-all-tests |
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.
The rest lgtm
Co-authored-by: Zixiong Liu <zl2683@columbia.edu>
thanks a lot |
/lgtm |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
What problem does this PR solve?
fix the #728
What is changed and how it works?
index-value
rwoid
dispatcher is instead byindex-value
where_handle
field in Column is deprecationCheck List
Tests
Release note