[
https://issues.apache.org/jira/browse/HBASE-18792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443078#comment-16443078
]
Umesh Agashe commented on HBASE-18792:
--------------------------------------
{quote}javac: hbase-common generated 1 new + 40 unchanged - 2 fixed = 41 total
(was 42)
{quote}
The new warning is not really new. It because code is moved and its required
for return type to be an array.
{quote}hbase-server: The patch generated 5 new + 94 unchanged - 3 fixed = 99
total (was 97)
{quote}
Mostly because lines are moved. It complains about string in usage message are
longer than 100 chars. But limit of 100 is not followed in this section of code
(may be) because of readability.
> hbase-2 needs to defend against hbck operations
> -----------------------------------------------
>
> Key: HBASE-18792
> URL: https://issues.apache.org/jira/browse/HBASE-18792
> Project: HBase
> Issue Type: Task
> Components: hbck
> Reporter: stack
> Assignee: Umesh Agashe
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: hbase-18792.master.001.patch,
> hbase-18792.master.002.patch
>
>
> hbck needs updating to run against hbase2. Meantime, if an hbck from hbase1
> is run against hbck2, it may do damage. hbase2 should defend itself against
> hbck1 ops.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)