Re: java.lang.IllegalAccessError while opening region

2010-05-10 Thread Stack
This looks like https://issues.apache.org/jira/browse/HBASE-1925. A storefile in the problematic region is missing its sequenceid. Try and figure it (see the issue for clues). There is also the hfile tool for examing metainfo in storefiles: ./bin/hbase org.apache.hadoop.hbase.io.hfile.HFile Do

java.lang.IllegalAccessError while opening region

2010-05-10 Thread g00dn3ss
Hi All, I have reams of errors in my master log for a single region. It keeps trying and failing to open the region. An example of the exception is below. Are there conceivable ways of fixing this or am I most likely going to have to delete the region. If deleting the region is the likely optio