Lars George wrote:
Hi,
I have inserted about 3.5m documents in a single two column table in
HBase running on 32 nodes. So far I was able to insert most data, but
with the last million or so I am stuck with this error:
org.apache.hadoop.hbase.WrongRegionException: Requested row out of
range for HRegion docs,DC20020099792_20020725,9149203683830573099,
startKey='DC20020099792_20020725', endKey='DC20020099792_20020725',
row='DC20020099841_20020725'
This happens every time you try to do an insert?
Querying for the document returns nothing, means it looks like the
document does not exist - although I am sure I tried inserting it a
few times. Deleting or trying to re-insert returns the above error,
both through the API (using HTable) as well as through the HBase shell.
I tried a restart of Hadoop/HBase to no avail. How do fix this
problem? Any help is appreciated.
You have DEBUG enabled for hbase (See
http://wiki.apache.org/lucene-hadoop/Hbase/FAQ#4). Do the logs tell you
anything more: e.g. any interesting exceptions?
Which hbase version?
St.Ack