Re: HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-19 Thread Sebastian Bauer
Full logs with DEBUG are here: http://s2.e-back.net/hbase_logs2.tar.gz Sebastian Bauer On 18.08.2011 21:19, Sebastian Bauer wrote: i'm running hbase and hadoop at my home on laptop and pc with atom prosessor so hadoop is under replicated and there are lags because of wifi connection. this is

Re: HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-18 Thread Sebastian Bauer
i'm running hbase and hadoop at my home on laptop and pc with atom prosessor so hadoop is under replicated and there are lags because of wifi connection. this is few lines from master log: 2011-08-18 21:09:30,128 DEBUG org.apache.hadoop.hbase.zookeeper.ZKUtil: master:6-0x31de4bb662 Ret

Re: HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-18 Thread Stack
Can you redo with logs at DEBUG level? This seems like a migration issue -- i.e. migrating the catalog tables from old format to new -- but from what I can see in the logs, its more an issue w/ state transitions in zk... I need the DEBUG logging to tell for sure. St.Ack On Thu, Aug 18, 2011 at 8

Re: HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-18 Thread Sebastian Bauer
Hi, comments inline: On 16.08.2011 06:42, Stack wrote: Oh, are you running on hbase trunk? If so, did you write all your data with TRUNK or did you start up 0.92 on a data that was written w/ 0.90 (It should work but you may have hit an issue). I had branch-0.90 and after proper shutdown i had

Re: HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-15 Thread Stack
Oh, are you running on hbase trunk? If so, did you write all your data with TRUNK or did you start up 0.92 on a data that was written w/ 0.90 (It should work but you may have hit an issue). St.Ack On Thu, Aug 11, 2011 at 12:42 PM, Sebastian Bauer wrote: > i had copy of -ROOT- and .META. and -RO

Re: HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-15 Thread Stack
What version of hbase is this Sebastian? What you mean by remove -ROOT- and .META. (that doesn't sound good but you probably mean something else though looking at the exception below, maybe this is what you did). St.Ack On Thu, Aug 11, 2011 at 11:54 AM, Sebastian Bauer wrote: > 2011-08-11 20:53

Re: HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-11 Thread Sebastian Bauer
i had copy of -ROOT- and .META. and -ROOT- have this enries: -ROOT-,,0 column=info:metamigrated, timestamp=1313090419241, value=\xFF .META.,,1 column=info:regioninfo, timestamp=1278560826938, value

HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-11 Thread Sebastian Bauer
First of i had problem with .META. table, shell and thrift said that i dont have this table, but hbase operating almost normal and all regions were online, but i cannot make ICV, so i had stoped hbase and removed -ROOT- and .META. after starting hbase again and running add_table.rb on all tables