[
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.