You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by "Murali Krishna. P" <mu...@yahoo.com> on 2011/02/11 09:04:37 UTC

IndexOutOfBoundsException during HTable close

Hi,
    I am using 0.20.6 version of hbase. Got the following error while closing a 
table.

Caused by: java.lang.IndexOutOfBoundsException: toIndex = 1
        at java.util.SubList.<init>(AbstractList.java:602)
        at java.util.RandomAccessSubList.<init>(AbstractList.java:758)
        at java.util.AbstractList.subList(AbstractList.java:468)
        at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:668)
        at org.apache.hadoop.hbase.client.HTable.close(HTable.java:682)


 Thanks,
Murali Krishna

Re: IndexOutOfBoundsException during HTable close

Posted by Stack <st...@duboce.net>.
Mind filing an issue Murali?  Thank you.
St.Ack

On Fri, Feb 11, 2011 at 12:04 AM, Murali Krishna. P
<mu...@yahoo.com> wrote:
> Hi,
>    I am using 0.20.6 version of hbase. Got the following error while closing a
> table.
>
> Caused by: java.lang.IndexOutOfBoundsException: toIndex = 1
>        at java.util.SubList.<init>(AbstractList.java:602)
>        at java.util.RandomAccessSubList.<init>(AbstractList.java:758)
>        at java.util.AbstractList.subList(AbstractList.java:468)
>        at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:668)
>        at org.apache.hadoop.hbase.client.HTable.close(HTable.java:682)
>
>
>  Thanks,
> Murali Krishna
>