You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Kay Kay (Created) (JIRA)" <ji...@apache.org> on 2011/09/27 02:27:12 UTC

[jira] [Created] (HBASE-4494) AvroServer:: get fails with NPE on a non-existent row

AvroServer:: get fails with NPE on a non-existent row
-----------------------------------------------------

                 Key: HBASE-4494
                 URL: https://issues.apache.org/jira/browse/HBASE-4494
             Project: HBase
          Issue Type: Bug
          Components: avro
    Affects Versions: 0.90.4
            Reporter: Kay Kay
            Assignee: Kay Kay
             Fix For: 0.90.5
         Attachments: HBASE-4494.patch

Try to submit a get request to the avro gateway. 

If the row specified for a given table does not exist, the server request fails with a NPE.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4494) AvroServer:: get fails with NPE on a non-existent row

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

Kay Kay updated HBASE-4494:
---------------------------

    Attachment: HBASE-4494.patch
    
> AvroServer:: get fails with NPE on a non-existent row
> -----------------------------------------------------
>
>                 Key: HBASE-4494
>                 URL: https://issues.apache.org/jira/browse/HBASE-4494
>             Project: HBase
>          Issue Type: Bug
>          Components: avro
>    Affects Versions: 0.90.4
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.90.5
>
>         Attachments: HBASE-4494.patch
>
>
> Try to submit a get request to the avro gateway. 
> If the row specified for a given table does not exist, the server request fails with a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4494) AvroServer:: get fails with NPE on a non-existent row

Posted by "Kay Kay (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117038#comment-13117038 ] 

Kay Kay commented on HBASE-4494:
--------------------------------

yes - i am :)
                
> AvroServer:: get fails with NPE on a non-existent row
> -----------------------------------------------------
>
>                 Key: HBASE-4494
>                 URL: https://issues.apache.org/jira/browse/HBASE-4494
>             Project: HBase
>          Issue Type: Bug
>          Components: avro
>    Affects Versions: 0.90.4
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.90.5
>
>         Attachments: HBASE-4494.patch
>
>
> Try to submit a get request to the avro gateway. 
> If the row specified for a given table does not exist, the server request fails with a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4494) AvroServer:: get fails with NPE on a non-existent row

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120725#comment-13120725 ] 

Hudson commented on HBASE-4494:
-------------------------------

Integrated in HBase-0.92 #44 (See [https://builds.apache.org/job/HBase-0.92/44/])
    HBASE-4494 AvroServer:: get fails with NPE on a non-existent row

stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/avro/AvroUtil.java
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/avro/TestAvroUtil.java

                
> AvroServer:: get fails with NPE on a non-existent row
> -----------------------------------------------------
>
>                 Key: HBASE-4494
>                 URL: https://issues.apache.org/jira/browse/HBASE-4494
>             Project: HBase
>          Issue Type: Bug
>          Components: avro
>    Affects Versions: 0.90.4
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4494.patch
>
>
> Try to submit a get request to the avro gateway. 
> If the row specified for a given table does not exist, the server request fails with a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4494) AvroServer:: get fails with NPE on a non-existent row

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120770#comment-13120770 ] 

Hudson commented on HBASE-4494:
-------------------------------

Integrated in HBase-TRUNK #2295 (See [https://builds.apache.org/job/HBase-TRUNK/2295/])
    HBASE-4494 AvroServer:: get fails with NPE on a non-existent row

stack : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/avro/AvroUtil.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/avro/TestAvroUtil.java

                
> AvroServer:: get fails with NPE on a non-existent row
> -----------------------------------------------------
>
>                 Key: HBASE-4494
>                 URL: https://issues.apache.org/jira/browse/HBASE-4494
>             Project: HBase
>          Issue Type: Bug
>          Components: avro
>    Affects Versions: 0.90.4
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4494.patch
>
>
> Try to submit a get request to the avro gateway. 
> If the row specified for a given table does not exist, the server request fails with a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4494) AvroServer:: get fails with NPE on a non-existent row

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

Kay Kay updated HBASE-4494:
---------------------------

    Status: Patch Available  (was: Open)
    
> AvroServer:: get fails with NPE on a non-existent row
> -----------------------------------------------------
>
>                 Key: HBASE-4494
>                 URL: https://issues.apache.org/jira/browse/HBASE-4494
>             Project: HBase
>          Issue Type: Bug
>          Components: avro
>    Affects Versions: 0.90.4
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.90.5
>
>         Attachments: HBASE-4494.patch
>
>
> Try to submit a get request to the avro gateway. 
> If the row specified for a given table does not exist, the server request fails with a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4494) AvroServer:: get fails with NPE on a non-existent row

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13115833#comment-13115833 ] 

stack commented on HBASE-4494:
------------------------------

Are you back Kay Kay?
                
> AvroServer:: get fails with NPE on a non-existent row
> -----------------------------------------------------
>
>                 Key: HBASE-4494
>                 URL: https://issues.apache.org/jira/browse/HBASE-4494
>             Project: HBase
>          Issue Type: Bug
>          Components: avro
>    Affects Versions: 0.90.4
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.90.5
>
>         Attachments: HBASE-4494.patch
>
>
> Try to submit a get request to the avro gateway. 
> If the row specified for a given table does not exist, the server request fails with a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4494) AvroServer:: get fails with NPE on a non-existent row

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

Kay Kay updated HBASE-4494:
---------------------------

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

Patch available and attached. 
                
> AvroServer:: get fails with NPE on a non-existent row
> -----------------------------------------------------
>
>                 Key: HBASE-4494
>                 URL: https://issues.apache.org/jira/browse/HBASE-4494
>             Project: HBase
>          Issue Type: Bug
>          Components: avro
>    Affects Versions: 0.90.4
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.90.5
>
>         Attachments: HBASE-4494.patch
>
>
> Try to submit a get request to the avro gateway. 
> If the row specified for a given table does not exist, the server request fails with a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4494) AvroServer:: get fails with NPE on a non-existent row

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

stack updated HBASE-4494:
-------------------------

    Fix Version/s:     (was: 0.90.5)
                   0.92.0

Marking fixed in 0.92.  I applied to 0.92 branch and to TRUNK.  Thanks for the patch Kay Kay.  In future, we resolve the issue after the patch has been applied.  You can mark its state as 'patch available' after you've uploaded patch.
                
> AvroServer:: get fails with NPE on a non-existent row
> -----------------------------------------------------
>
>                 Key: HBASE-4494
>                 URL: https://issues.apache.org/jira/browse/HBASE-4494
>             Project: HBase
>          Issue Type: Bug
>          Components: avro
>    Affects Versions: 0.90.4
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4494.patch
>
>
> Try to submit a get request to the avro gateway. 
> If the row specified for a given table does not exist, the server request fails with a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira