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

stack commented on HBASE-13847:
-------------------------------

You can run a little tool that is in ./dev-test in your checkout. For example:

$ python ./dev-support/findHangingTests.py  
https://builds.apache.org/job/PreCommit-HBASE-Build/14334/consoleText
Fetching the console output from the URL
Printing hanging tests
Printing Failing tests
Failing test : org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Failing test : org.apache.hadoop.hbase.TestRegionRebalancing

These seems unrelated fails. I think TestRegionRebalancing has started failing 
of late.

Let me rerun your patch to see if same failures.

> getWriteRequestCount function in HRegionServer uses int variable to return 
> the count.
> -------------------------------------------------------------------------------------
>
>                 Key: HBASE-13847
>                 URL: https://issues.apache.org/jira/browse/HBASE-13847
>             Project: HBase
>          Issue Type: Bug
>          Components: hbase, regionserver
>    Affects Versions: 1.0.0
>            Reporter: Abhilash
>            Assignee: Abhilash
>              Labels: easyfix
>             Fix For: 2.0.0, 1.0.1, 1.2.0, 1.1.1
>
>         Attachments: HBASE-13847.patch, HBASE-13847.patch, HBASE-13847.patch, 
> HBASE-13847.patch, screenshot-1.png
>
>
> Variable used to return the value of getWriteRequestCount is int, must be 
> long. I think it causes cluster UI to show negative Write Request Count.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to