On Wed, Feb 17, 2010 at 1:52 PM, Ted Yu <yuzhih...@gmail.com> wrote:
> In ASCII, 5 is ahead of a
> So the rowkey is outside the region.
>
> On Wed, Feb 17, 2010 at 8:33 AM, Zhenyu Zhong <zhongresea...@gmail.com>wrote:
>
>> Hi,
>>
>> I came across this problem recently.
>>
>> I tried to query a table with rowkey '3ec1aa5a50307aed20a222af92a53ad1'.
>>
>> The query hits on a region with startkey
>> '3d9d1175a7f8bf861bf75638bb1eb231',
>> and endkey '3ec1a5a1d8753d3b073a831969a70571'.
>>
>> It looks like the rowkey being queried should fall into this region.
>> However, system complain about the WrongRegionException.
>>
>> Is it possible that a region gets split but the status of the parent region
>> doesn't get update, either does the child region?
>>
>> Best,
>> zhenyu
>>
>

If i am not mistaken WrongRegionException is like a refer if the
client gets this it should then try to reconnect to the correct
region. Zhong are you saying that HBase never finds your data?

Reply via email to