[
https://issues.apache.org/jira/browse/HBASE-16066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15338575#comment-15338575
]
Hudson commented on HBASE-16066:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #1076 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1076/])
HBASE-16066 Resolve RpC_REPEATED_CONDITIONAL_TEST findbugs warnings in (liyu:
rev 4421fdf9811e8d3d9f27810d8deb6219b3c394a4)
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
> Resolve RpC_REPEATED_CONDITIONAL_TEST findbugs warnings in HMaster
> ------------------------------------------------------------------
>
> Key: HBASE-16066
> URL: https://issues.apache.org/jira/browse/HBASE-16066
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Yu Li
> Assignee: Yu Li
> Fix For: 2.0.0
>
> Attachments: HBASE-16066.patch
>
>
> As titled, find this issue in findbugs report of HBASE-16032:
> {noformat}
> Code Warning
> RpC Repeated conditional test in
> org.apache.hadoop.hbase.master.HMaster.normalizeRegions()
> Bug type RpC_REPEATED_CONDITIONAL_TEST (click for details)
> In class org.apache.hadoop.hbase.master.HMaster
> In method org.apache.hadoop.hbase.master.HMaster.normalizeRegions()
> At HMaster.java:[line 1388]
> At HMaster.java:[line 1388]
> {noformat}
> And we could find below lines in {{HMaster}} line 1388:
> {code}
> if (table.isSystemTable() || (tblDesc != null &&
> tblDesc != null &&
> !tblDesc.isNormalizationEnabled())) {
> {code}
> where there's a duplicated check, introduced by HBASE-15467
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)