-
Notifications
You must be signed in to change notification settings - Fork 3.7k
(#5390)fix NPE when replay colocate group #5391
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
Conversation
|
I edit your commit log. |
morningman
left a comment
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.
LGTM
morningman
left a comment
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.
LGTM
yangzhg
left a comment
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.
LGTM
* (apache#5390)fix NPE when replay colocate group * remove table id from colocate group when duplicate create table * remove tablet id when duplicate create table,just like ddlexception * add ut
* (apache#5390)fix NPE when replay colocate group * remove table id from colocate group when duplicate create table * remove tablet id when duplicate create table,just like ddlexception * add ut
Proposed changes
see(Fixed #5390)
Duplicate create OlapTable with colocate group may cause NPE when replay from edit log
Types of changes
What types of changes does your code introduce to Doris?
Put an
xin the boxes that apply