-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Delete bad replicas when no BE can be used to create new replica. for… #4105
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
|
|
||
| package org.apache.doris.catalog; | ||
|
|
||
| import com.google.common.collect.HashMultimap; |
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.
Mind the import order, you can see the right order at the end of this doc:
http://doris.incubator.apache.org/master/zh-CN/developer-guide/fe-eclipse-dev.html
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
For #4104