On Wed, May 2, 2012 at 1:31 PM, Karl Kuntz <kku...@tradebotsystems.com> wrote:
> After looking at this again, the data is intact (I can count/scan all rows), 
> and the new regions are loaded on the different region servers, but the web 
> UI doesn't show any regions for the table and warnings appear in the log:
>
> 2012-05-02 14:51:43,847 WARN org.apache.hadoop.hbase.master.CatalogJanitor: 
> REGIONINFO_QUALIFIER is empty in 
> keyvalues={test,,1335982638210.66ebbe65667be38836cfb9ee809b6b48./info:server/1335982868378/Put/vlen=29,
>  
> test,,1335982638210.66ebbe65667be38836cfb9ee809b6b48./info:serverstartcode/1335982868378/Put/vlen=8}
>
> At this point I'm wondering what's keeping the web UI from showing the 
> regions for the table. Is just the web UI out of sync, or are there other, 
> potentially bigger issues as well?
>

WebUI view of cluster is produced via a scan of the .META. table so
its odd that it shows the tables as w/o regions (but you can
scan/count the table anyways -- the client uses .META. table to figure
out whats where stuff is).

Pastebin more of the master log?

St.Ack

Reply via email to