We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changefeed raise following error: code: CDC:ErrProcessorUnknown message: empty value is not supported
CDC:ErrProcessorUnknown
empty value is not supported
The text was updated successfully, but these errors were encountered:
[to #250] Remove empty value check in client-go (#251)
ff608e7
* patch by removing empty value check in client-go Signed-off-by: pingyu <[email protected]> * make CI happy Signed-off-by: pingyu <[email protected]> Signed-off-by: pingyu <[email protected]>
[to #250] cdc: remove empty value check in client-go (#277)
25941f4
* add empty value to IT Signed-off-by: pingyu <[email protected]> * add real replace; fix fmt Signed-off-by: pingyu <[email protected]> * set empty with []byte{} instead of nil Signed-off-by: pingyu <[email protected]> * prolong sleep of move_keyspan test case Signed-off-by: pingyu <[email protected]> * update client-go Signed-off-by: pingyu <[email protected]> Signed-off-by: pingyu <[email protected]>
Successfully merging a pull request may close this issue.
Bug Report
1. Describe the bug
Changefeed raise following error:
code:
CDC:ErrProcessorUnknown
message:
empty value is not supported
2. Minimal reproduce step (Required)
3. What did you see instead (Required)
4. What did you expect to see? (Required)
5. What is your migration tool and TiKV version? (Required)
The text was updated successfully, but these errors were encountered: