You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/08/04 06:55:14 UTC

[jira] Created: (HBASE-1743) [debug tool] Add regionsInTransition list to ClusterStatus detailed output

[debug tool] Add regionsInTransition list to ClusterStatus detailed output
--------------------------------------------------------------------------

                 Key: HBASE-1743
                 URL: https://issues.apache.org/jira/browse/HBASE-1743
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: stack


A few times in  last few days I wanted to be able to see state of the regionsInTransition map; my sense is we have regions stuck in there never cleared because their open or close got lost in the flux.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1743) [debug tool] Add regionsInTransition list to ClusterStatus detailed output

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747695#action_12747695 ] 

Jonathan Gray commented on HBASE-1743:
--------------------------------------

commit of this undid commit of HBASE-1737

> [debug tool] Add regionsInTransition list to ClusterStatus detailed output
> --------------------------------------------------------------------------
>
>                 Key: HBASE-1743
>                 URL: https://issues.apache.org/jira/browse/HBASE-1743
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.0
>
>         Attachments: 1743.patch
>
>
> A few times in  last few days I wanted to be able to see state of the regionsInTransition map; my sense is we have regions stuck in there never cleared because their open or close got lost in the flux.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1743) [debug tool] Add regionsInTransition list to ClusterStatus detailed output

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738827#action_12738827 ] 

stack commented on HBASE-1743:
------------------------------

Committed branch 0.20 and trunk

> [debug tool] Add regionsInTransition list to ClusterStatus detailed output
> --------------------------------------------------------------------------
>
>                 Key: HBASE-1743
>                 URL: https://issues.apache.org/jira/browse/HBASE-1743
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.0
>
>         Attachments: 1743.patch
>
>
> A few times in  last few days I wanted to be able to see state of the regionsInTransition map; my sense is we have regions stuck in there never cleared because their open or close got lost in the flux.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-1743) [debug tool] Add regionsInTransition list to ClusterStatus detailed output

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1743:
-------------------------

    Fix Version/s: 0.20.0
         Assignee: stack

> [debug tool] Add regionsInTransition list to ClusterStatus detailed output
> --------------------------------------------------------------------------
>
>                 Key: HBASE-1743
>                 URL: https://issues.apache.org/jira/browse/HBASE-1743
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.0
>
>         Attachments: 1743.patch
>
>
> A few times in  last few days I wanted to be able to see state of the regionsInTransition map; my sense is we have regions stuck in there never cleared because their open or close got lost in the flux.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-1743) [debug tool] Add regionsInTransition list to ClusterStatus detailed output

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1743:
-------------------------

    Attachment: 1743.patch

This patch adds the regionsInTransition to the shell as follows:
{code}
hbase(main):058:0> status 'detailed'
version 0.21.0-dev
6 regionsInTransition
    name=TestTable,,1249361570249, unassigned=false, pendingOpen=true, open=false, closing=false, pendingClose=false, closed=false, offlined=false
    name=TestTable,0000144704,1249361570249, unassigned=false, pendingOpen=true, open=false, closing=false, pendingClose=false, closed=false, offlined=false
    name=TestTable,0000289518,1249361601077, unassigned=false, pendingOpen=true, open=false, closing=false, pendingClose=false, closed=false, offlined=false
    name=TestTable,0000463150,1249361682085, unassigned=false, pendingOpen=true, open=false, closing=false, pendingClose=false, closed=false, offlined=false
    name=TestTable,0000694638,1249361739536, unassigned=false, pendingOpen=true, open=false, closing=false, pendingClose=false, closed=false, offlined=false
    name=TestTable,0000868206,1249361739536, unassigned=false, pendingOpen=true, open=false, closing=false, pendingClose=false, closed=false, offlined=false
1 live servers
    192.168.1.149:54923 1249362132246
        requests=13, regions=2, usedHeap=32, maxHeap=994
        .META.,,1
            stores=2, storefiles=4, storefileSizeMB=0, memstoreSizeMB=0, storefileIndexSizeMB=0
        -ROOT-,,0
            stores=1, storefiles=2, storefileSizeMB=0, memstoreSizeMB=0, storefileIndexSizeMB=0
0 dead servers
{code}

> [debug tool] Add regionsInTransition list to ClusterStatus detailed output
> --------------------------------------------------------------------------
>
>                 Key: HBASE-1743
>                 URL: https://issues.apache.org/jira/browse/HBASE-1743
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.20.0
>
>         Attachments: 1743.patch
>
>
> A few times in  last few days I wanted to be able to see state of the regionsInTransition map; my sense is we have regions stuck in there never cleared because their open or close got lost in the flux.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-1743) [debug tool] Add regionsInTransition list to ClusterStatus detailed output

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-1743.
--------------------------

    Resolution: Fixed

Committed debugging tool.

> [debug tool] Add regionsInTransition list to ClusterStatus detailed output
> --------------------------------------------------------------------------
>
>                 Key: HBASE-1743
>                 URL: https://issues.apache.org/jira/browse/HBASE-1743
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.20.0
>
>         Attachments: 1743.patch
>
>
> A few times in  last few days I wanted to be able to see state of the regionsInTransition map; my sense is we have regions stuck in there never cleared because their open or close got lost in the flux.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.