Uh oh!
There was an error while loading. Please reload this page.
HBASE-20557 Backport HBASE-17215 to branch-1 - #79
Conversation
please see the original commit 9facfa550f1e7386be3a04d84f7e8013f5002965 of the master branch ran |
1e7e02e to
df24e16Comparez-york
commented
Jun 27, 2018
Can you fix the import order checkstyle warning? |
df24e16 to
0ebd155Comparetaklwu
commented
Jun 28, 2018
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 |
z-york
commented
Jun 28, 2018
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
7bda0b8Comparesure, 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. |
z-york
left a comment
There was a problem hiding this comment.
Confirmed it is the same change.
| */ | ||
| package org.apache.hadoop.hbase.master.cleaner; | ||
| import com.google.common.annotations.VisibleForTesting; |
There was a problem hiding this comment.
It's weird that this wants it all in one block... but if checkstyle likes it who am I to disagree? :)
taklwu
commented
Jul 3, 2018
any update ? do I need to change anything else? |
z-york
commented
Jul 9, 2018
merged. @busbey how can I close the PR? It looks like I don't have the permissions required. |
taklwu
commented
Jul 23, 2018
this has been merged as a52c6bf |
The second backport of HBASE-20555