Re: HBase UI missing region list for active/functioning table

2012-09-11 Thread Norbert Burger
On Mon, Sep 10, 2012 at 3:29 PM, Stack st...@duboce.net wrote: On Mon, Sep 10, 2012 at 12:05 PM, Norbert Burger norbert.bur...@gmail.com wrote: Mind putting up full listing in pastebin? Here's a link: http://pastebin.com/raw.php?i=4YhS8CpE. The table in question is called 'sessions', I did

HBase UI missing region list for active/functioning table

2012-09-10 Thread Norbert Burger
Hi all -- we're currently on cdh3u3 (0.90.4 + patches). I have one table in our cluster which seems to functioning fine (gets/puts/scans are all working), but for which no regions are listed on the UI. The table/regions exist in .META. Other tables in the same cluster show their regions list

Re: HBase UI missing region list for active/functioning table

2012-09-10 Thread Stack
On Mon, Sep 10, 2012 at 8:33 AM, Norbert Burger norbert.bur...@gmail.com wrote: Hi all -- we're currently on cdh3u3 (0.90.4 + patches). I have one table in our cluster which seems to functioning fine (gets/puts/scans are all working), but for which no regions are listed on the UI. The

Re: HBase UI missing region list for active/functioning table

2012-09-10 Thread Srinivas Mupparapu
It scans .META. table just like any other table. I just tested it and it produced the expected output. Thanks, Srinivas M On Sep 10, 2012 12:19 PM, Stack st...@duboce.net wrote: On Mon, Sep 10, 2012 at 8:33 AM, Norbert Burger norbert.bur...@gmail.com wrote: Hi all -- we're currently on

Re: HBase UI missing region list for active/functioning table

2012-09-10 Thread Stack
On Mon, Sep 10, 2012 at 10:24 AM, Srinivas Mupparapu j2eearchit...@gmail.com wrote: It scans .META. table just like any other table. I just tested it and it produced the expected output. When you refresh the master UI, it makes a few lines in the master log. Are these the lines you posted?

Re: HBase UI missing region list for active/functioning table

2012-09-10 Thread Norbert Burger
On Mon, Sep 10, 2012 at 1:24 PM, Srinivas Mupparapu j2eearchit...@gmail.com wrote: It scans .META. table just like any other table. I just tested it and it produced the expected output. I'm pretty sure Srinivas scanned .META. in his own environment, not mine. ;-) On Sep 10, 2012 12:19 PM,

Re: HBase UI missing region list for active/functioning table

2012-09-10 Thread Stack
On Mon, Sep 10, 2012 at 10:33 AM, Norbert Burger norbert.bur...@gmail.com wrote: On Mon, Sep 10, 2012 at 1:24 PM, Srinivas Mupparapu j2eearchit...@gmail.com wrote: It scans .META. table just like any other table. I just tested it and it produced the expected output. I'm pretty sure Srinivas

Re: HBase UI missing region list for active/functioning table

2012-09-10 Thread Norbert Burger
On Mon, Sep 10, 2012 at 1:37 PM, Stack st...@duboce.net wrote: What version of hbase? We're on cdh3u3, 0.90.4 + patches. Can you disable and reenable the table? I will try disabling/re-enabling at the next opportunity. Perhaps that'll resolve that the issue, but this is a PROD cluster, so

Re: HBase UI missing region list for active/functioning table

2012-09-10 Thread Stack
On Mon, Sep 10, 2012 at 10:50 AM, Norbert Burger norbert.bur...@gmail.com wrote: On Mon, Sep 10, 2012 at 1:37 PM, Stack st...@duboce.net wrote: What version of hbase? We're on cdh3u3, 0.90.4 + patches. Can you disable and reenable the table? I will try disabling/re-enabling at the next

Re: HBase UI missing region list for active/functioning table

2012-09-10 Thread Norbert Burger
On Mon, Sep 10, 2012 at 2:17 PM, Stack st...@duboce.net wrote: Thanks. I was asking about the info:regioninfo column that prints out the HRegionInfo for each region. I was wondering if it included a status=offline attribute. You could try one region only and see if that makes a difference.

Re: HBase UI missing region list for active/functioning table

2012-09-10 Thread Stack
On Mon, Sep 10, 2012 at 12:05 PM, Norbert Burger norbert.bur...@gmail.com wrote: Mind putting up full listing in pastebin? Let me have a look. We could try a master restart too... so it refreshes its in-memory state. That might do it. St.Ack