You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ryan rawson (JIRA)" <ji...@apache.org> on 2009/04/21 22:45:47 UTC

[jira] Created: (HBASE-1334) .META. region running into hfile errors

.META. region running into hfile errors
---------------------------------------

                 Key: HBASE-1334
                 URL: https://issues.apache.org/jira/browse/HBASE-1334
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.0
            Reporter: ryan rawson
             Fix For: 0.20.0


my .META. region refuses to do anything, I get this snippet of a error in the log file:

Caused by: java.lang.IllegalArgumentException at 
                java.nio.Buffer.position(Buffer.java:236) at 
org.apache.hadoop.hbase.io.hfile.HFile$Reader$Scanner.blockSeek(HFile.java:1121)

Looks like the seek code is breaking somehow - seeking before the beginning of the block maybe?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-1334) .META. region running into hfile errors

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1334:
-------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed.  Thanks Ryan.

> .META. region running into hfile errors
> ---------------------------------------
>
>                 Key: HBASE-1334
>                 URL: https://issues.apache.org/jira/browse/HBASE-1334
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1334.patch
>
>
> my .META. region refuses to do anything, I get this snippet of a error in the log file:
> Caused by: java.lang.IllegalArgumentException at 
>                 java.nio.Buffer.position(Buffer.java:236) at 
> org.apache.hadoop.hbase.io.hfile.HFile$Reader$Scanner.blockSeek(HFile.java:1121)
> Looks like the seek code is breaking somehow - seeking before the beginning of the block maybe?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-1334) .META. region running into hfile errors

Posted by "ryan rawson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ryan rawson updated HBASE-1334:
-------------------------------

    Status: Patch Available  (was: Open)

> .META. region running into hfile errors
> ---------------------------------------
>
>                 Key: HBASE-1334
>                 URL: https://issues.apache.org/jira/browse/HBASE-1334
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1334.patch
>
>
> my .META. region refuses to do anything, I get this snippet of a error in the log file:
> Caused by: java.lang.IllegalArgumentException at 
>                 java.nio.Buffer.position(Buffer.java:236) at 
> org.apache.hadoop.hbase.io.hfile.HFile$Reader$Scanner.blockSeek(HFile.java:1121)
> Looks like the seek code is breaking somehow - seeking before the beginning of the block maybe?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-1334) .META. region running into hfile errors

Posted by "ryan rawson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ryan rawson updated HBASE-1334:
-------------------------------

    Attachment: HBASE-1334.patch

when we changed the comparators to take k,offset,len, we forgot to update this one!

> .META. region running into hfile errors
> ---------------------------------------
>
>                 Key: HBASE-1334
>                 URL: https://issues.apache.org/jira/browse/HBASE-1334
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1334.patch
>
>
> my .META. region refuses to do anything, I get this snippet of a error in the log file:
> Caused by: java.lang.IllegalArgumentException at 
>                 java.nio.Buffer.position(Buffer.java:236) at 
> org.apache.hadoop.hbase.io.hfile.HFile$Reader$Scanner.blockSeek(HFile.java:1121)
> Looks like the seek code is breaking somehow - seeking before the beginning of the block maybe?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HBASE-1334) .META. region running into hfile errors

Posted by "ryan rawson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ryan rawson reassigned HBASE-1334:
----------------------------------

    Assignee: ryan rawson

> .META. region running into hfile errors
> ---------------------------------------
>
>                 Key: HBASE-1334
>                 URL: https://issues.apache.org/jira/browse/HBASE-1334
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.20.0
>
>
> my .META. region refuses to do anything, I get this snippet of a error in the log file:
> Caused by: java.lang.IllegalArgumentException at 
>                 java.nio.Buffer.position(Buffer.java:236) at 
> org.apache.hadoop.hbase.io.hfile.HFile$Reader$Scanner.blockSeek(HFile.java:1121)
> Looks like the seek code is breaking somehow - seeking before the beginning of the block maybe?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.