-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-20557 Backport HBASE-17215 to branch-1 #79
Conversation
please see the original commit 9facfa550f1e7386be3a04d84f7e8013f5002965 of the master branch ran
|
1e7e02e
to
df24e16
Compare
Can you fix the import order checkstyle warning? |
df24e16
to
0ebd155
Compare
I tried to used the
|
I figured it out at the end that checkstyle of the IDE in with the following the imports order will pass checkstyle in
So, I'm wondered if we should have an separate JIRA (I will open it and fix it) to fix and sync between these two setting files (with HBASE-19262 and HBASE-19552) still does not work well, so we need to backport it branch-1 and also fix the problem we found here. For this changes, I personally see the current commit matched what |
Let's update the order related to the checkstyle.xml for now and open a JIRA to discuss this mismatch. |
The second backport of HBASE-20555
0ebd155
to
7bda0b8
Compare
sure, I have done that by updated the commit and patch on the HBASE-20557, the latest auto-build showed that the checkstyle has been passed. |
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.
Confirmed it is the same change.
@@ -17,22 +17,32 @@ | |||
*/ | |||
package org.apache.hadoop.hbase.master.cleaner; | |||
|
|||
import com.google.common.annotations.VisibleForTesting; |
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.
It's weird that this wants it all in one block... but if checkstyle likes it who am I to disagree? :)
any update ? do I need to change anything else? |
merged. @busbey how can I close the PR? It looks like I don't have the permissions required. |
this has been merged as a52c6bf |
The second backport of HBASE-20555