On Mon, May 9, 2011 at 9:31 AM, Eran Kutner <[email protected]> wrote: > OK, I tried it, truncated the table and ran inserts for about a day. Now I > tried flushing the table but I get a "Region is not online" error, although > all the servers are up, no regions are in transition and as far as I can > tell all the regions seem up.
You will get this message if you incorrectly specified the regionname. Is that possible? >I can even read rows which are supposedly in > the offline region (I'm assuming the region name indicates the first key in > the region). > The middle portion of the regionname is indeed its startkey. Scan '.META.' in shell and it will dump out info that includes start and end keys. St.Ack
