Not in front of my laptop now, but I'll email our hole fixing code to the list this PM.
Sent from my iPhone On Sep 7, 2011, at 11:57 AM, "Jonathan Hsieh" <[email protected]> wrote: > Hey Geoff, > > I've been working on some code that should help show (HBASE-4321, HBASE- > 43222) where holes are (and overlaps and other kinds of meta problems). > > Can you point me to the jiras/code with fixup routines? > > Thanks, > Jon. > > > On Sun, Sep 4, 2011 at 8:15 PM, Geoff Hendrey <[email protected]> wrote: > > > a "hole" means when you run "hbase hbck" you see "chain of regions in > > table <TABLENAME> is broken; edges does not contain <STARTROW>" > > > > What happens is the endrow of a entry in .META. points to a nonexistent > > start row. Based on StAck's steps for fixing the problem, we wrote tool > > to repair it. Essentially the tool fixes the end row so that it points > > to the next startrow in .META. > > > > I believe Rohit posted the code that will fix the hole... > > > > -geoff > > > > -----Original Message----- > > From: Mingjian Deng [mailto:[email protected]] > > Sent: Sunday, September 04, 2011 6:10 PM > > To: [email protected] > > Subject: What's .META.'s hole? > > > > Hi All: > > I don't know what does hole in .META. mean. > > There is a regions in my cluster have "serverinfo" and "startcode" > > in > > .META. without "regioninfo". Is it hole? How did it happned and how to > > fix > > it? > > > > > > -- > // Jonathan Hsieh (shay) > // Software Engineer, Cloudera > // [email protected]
