Uh oh!
There was an error while loading. Please reload this page.
HBASE-22690 Deprecate / Remove OfflineMetaRepair in hbase-2+ - #380
HBASE-22690 Deprecate / Remove OfflineMetaRepair in hbase-2+#380brfrn169 wants to merge 3 commits into
Conversation
busbey
left a comment
There was a problem hiding this comment.
We can't point folks to unreleased code, so please just reference "hbck2 from hbase-operator-tools" and link to the explanation in the ref guide.
| * mentioned. | ||
| * | ||
| * hbase org.apache.hadoop.hbase.util.hbck.OfflineMetaRepair ... | ||
| * We've deprecated this tool in hbase-2+ because it destroyed the hbase2 meta table. |
There was a problem hiding this comment.
Could you please move this to the deprecated Javadoc annotation, stating the earliest version it was deprecated and in which version it should be removed?
wchevreuil
commented
Jul 15, 2019
Other than the suggestions from @busbey and @HorizonNet , lgtm. Tested that hbck readonly options still work, and trying to run OMR gives the warning message without doing anything. |
saintstack
commented
Jul 15, 2019
Should we squash this PR @brfrn169 given you opened new one sir. Does new one address above comments? Thanks. |
Apache-HBase
commented
Jul 15, 2019
💔 -1 overall
This message was automatically generated. |
brfrn169
commented
Jul 16, 2019
Thank you for reviewing guys. I modified the patch for the review. Could you please review it? @busbey@HorizonNet |
brfrn169
commented
Jul 16, 2019
@saintstack The new one means this PR, right? That is for the master branch. In that PR, I removed OfflineMetaRepair completely whereas in this PR (for branch-2), I changed OfflineMetaRepair to output a message pointing user to hbck2 operator tools. My intention is to deprecate in 2.x and to remove in 3.0. |
Apache-HBase
commented
Jul 16, 2019
💔 -1 overall
This message was automatically generated. |
brfrn169
commented
Jul 16, 2019
I fixed some checkstyle warnings. |
Apache-HBase
commented
Jul 17, 2019
🎊 +1 overall
This message was automatically generated. |
brfrn169
commented
Jul 19, 2019
Apache-HBase
commented
Jul 20, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 22, 2019
💔 -1 overall
This message was automatically generated. |
brfrn169
commented
Jul 22, 2019
Thank you for reviewing @saintstack. I'll commit this. |
Apache-HBase
commented
Jul 22, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 22, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 22, 2019
💔 -1 overall
This message was automatically generated. |
This is for branch-2. I changed OfflineMetaRepair to output a message pointing user to hbck2 operator tools and removed some unnecessary logics in HBaseFsck.