On Sun, Sep 16, 2012 at 5:59 AM, Mohamed Ibrahim <[email protected]> wrote: > Here is the stack dump: > at > org.apache.hadoop.hbase.regionserver.StoreScanner.next(StoreScanner.java:266) > at
Can you figure what is being read when you see this exception? Which region? Can you figure which column family? Then you could figure which file has this issue by scanning the files using the hfile tool (See 9.7.5.2.2. HFile Tool in the refguide). Read each file. It'll fail on the one that has the above issue. You could then move the file aside and then reopen the issue so it is no longer in the set of files to read. Any idea on how this might have happened? Is this an old install, one that has been around for a while or is it all new data? St.Ack
