-
Notifications
You must be signed in to change notification settings - Fork 312
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
fix(duplication): deal with bulkload dup crash #2101
base: master
Are you sure you want to change the base?
fix(duplication): deal with bulkload dup crash #2101
Conversation
Without this fix, cluster will core like this (if users doing bulkload on a table with dup enable)
And stdout like this:
|
@acelyc111 Shoud I fix |
Will. Just ignore it now. |
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.
Thanks! @ninsmiracle
@ninsmiracle Please rebase the master branch and fix the clang-tidy errors. |
222a6ae
to
39f7a67
Compare
What problem does this PR solve?
#2100
What is changed and how does it work?
Make replica server skip
RPC_RRDB_RRDB_BULK_LOAD
code when reply the plog.Tests