You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Heng Chen (JIRA)" <ji...@apache.org> on 2016/04/13 09:33:25 UTC

[jira] [Comment Edited] (HBASE-15642) split region number for one table on webUI never be reduced

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

Heng Chen edited comment on HBASE-15642 at 4/13/16 7:32 AM:
------------------------------------------------------------

The number comes from here
{code}
      int splitRegionsCount = tableRegions.get(RegionState.State.SPLIT).size();
{code}
The number means the regions which has completed split, i have thought that it means the number of regions in splitting.

Do you think RegionState.State.SPLIT should be changed to RegionState.State.SPLITTING ??  


was (Author: chenheng):
The number is get by 
{code}
      int splitRegionsCount = tableRegions.get(RegionState.State.SPLIT).size();
{code}
The number means the regions which has completed split, i have thought that it means the number of regions in splitting.

Do you think RegionState.State.SPLIT should be changed to RegionState.State.SPLITTING ??  

> split region number for one table on webUI never be reduced 
> ------------------------------------------------------------
>
>                 Key: HBASE-15642
>                 URL: https://issues.apache.org/jira/browse/HBASE-15642
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.98.17
>            Reporter: Heng Chen
>         Attachments: 268286F8-8BA4-4144-9B66-1A6F70FEC2EB.png
>
>
> This happened after we upgrade our cluster from 0.98.6 to 0.98.17. 
> The number should be reduced,   but it always increases from original 20+ to 49 now. (yesterday it was 48)
> Need to dig.



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