[ 
https://issues.apache.org/jira/browse/HBASE-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459846#comment-13459846
 ] 

stack commented on HBASE-6848:
------------------------------

This intended:

{code}
-    ritCountOverThresholdGauge.set(ritCount);
+    ritOldestAgeGauge.set(ritCount);
{code}

Here too...

{code}
-    ritCountOverThresholdGauge.set(ritCount);
+    ritOldestAgeGauge.set(ritCount);
{code}

Looks like bug fix?

Else patch looks good.
                
> Make hbase-hadoop-compat findbugs clean
> ---------------------------------------
>
>                 Key: HBASE-6848
>                 URL: https://issues.apache.org/jira/browse/HBASE-6848
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6848-0.patch
>
>
> There are a few findbugs errors in hbase-hadoop-compat, hbase-hadoop1-compat, 
> and hbase-hadoop2-compat.  Lets fix these up; since these are new modules it 
> would be nice to keep them with 0 findbugs errors.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to