You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/11/28 15:17:44 UTC

[jira] Created: (HBASE-1036) HBASE-1028 broke Thrift

HBASE-1028 broke Thrift
-----------------------

                 Key: HBASE-1036
                 URL: https://issues.apache.org/jira/browse/HBASE-1036
             Project: Hadoop HBase
          Issue Type: Bug
          Components: thrift
            Reporter: Jean-Daniel Cryans
            Priority: Blocker


On Hudson

{code}
java.lang.NullPointerException
	at org.apache.hadoop.hbase.thrift.ThriftUtilities.rowResultFromHBase(ThriftUtilities.java:107)
	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRowWithColumnsTs(ThriftServer.java:328)
	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRow(ThriftServer.java:303)
	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableMutations(TestThriftServer.java:169)
	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:65)
{code}

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


[jira] Assigned: (HBASE-1036) HBASE-1028 broke Thrift

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

Andrew Purtell reassigned HBASE-1036:
-------------------------------------

    Assignee: Jean-Daniel Cryans  (was: Andrew Purtell)

Never mind. I see J-D already got to this.

> HBASE-1028 broke Thrift
> -----------------------
>
>                 Key: HBASE-1036
>                 URL: https://issues.apache.org/jira/browse/HBASE-1036
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: 1036.patch
>
>
> On Hudson
> {code}
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.thrift.ThriftUtilities.rowResultFromHBase(ThriftUtilities.java:107)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRowWithColumnsTs(ThriftServer.java:328)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRow(ThriftServer.java:303)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableMutations(TestThriftServer.java:169)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:65)
> {code}

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


[jira] Updated: (HBASE-1036) HBASE-1028 broke Thrift

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

Andrew Purtell updated HBASE-1036:
----------------------------------

    Attachment: 1036.patch

Thrift server and test case updated.

The test only fails now due to assertion failure, not NPE. Timestamp related tests have been failing, maybe related to HBASE-1033.  I thought the failure I saw last night was that, not NPEs. 

> HBASE-1028 broke Thrift
> -----------------------
>
>                 Key: HBASE-1036
>                 URL: https://issues.apache.org/jira/browse/HBASE-1036
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Jean-Daniel Cryans
>            Assignee: Andrew Purtell
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: 1036.patch
>
>
> On Hudson
> {code}
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.thrift.ThriftUtilities.rowResultFromHBase(ThriftUtilities.java:107)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRowWithColumnsTs(ThriftServer.java:328)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRow(ThriftServer.java:303)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableMutations(TestThriftServer.java:169)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:65)
> {code}

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


[jira] Updated: (HBASE-1036) HBASE-1028 broke Thrift

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

Andrew Purtell updated HBASE-1036:
----------------------------------

    Fix Version/s: 0.19.0
           Status: Patch Available  (was: Open)

> HBASE-1028 broke Thrift
> -----------------------
>
>                 Key: HBASE-1036
>                 URL: https://issues.apache.org/jira/browse/HBASE-1036
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Jean-Daniel Cryans
>            Assignee: Andrew Purtell
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: 1036.patch
>
>
> On Hudson
> {code}
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.thrift.ThriftUtilities.rowResultFromHBase(ThriftUtilities.java:107)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRowWithColumnsTs(ThriftServer.java:328)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRow(ThriftServer.java:303)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableMutations(TestThriftServer.java:169)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:65)
> {code}

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


[jira] Assigned: (HBASE-1036) HBASE-1028 broke Thrift

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

Andrew Purtell reassigned HBASE-1036:
-------------------------------------

    Assignee: Andrew Purtell

> HBASE-1028 broke Thrift
> -----------------------
>
>                 Key: HBASE-1036
>                 URL: https://issues.apache.org/jira/browse/HBASE-1036
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Jean-Daniel Cryans
>            Assignee: Andrew Purtell
>            Priority: Blocker
>
> On Hudson
> {code}
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.thrift.ThriftUtilities.rowResultFromHBase(ThriftUtilities.java:107)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRowWithColumnsTs(ThriftServer.java:328)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRow(ThriftServer.java:303)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableMutations(TestThriftServer.java:169)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:65)
> {code}

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


[jira] Updated: (HBASE-1036) HBASE-1028 broke Thrift

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

stack updated HBASE-1036:
-------------------------

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

Closing.  J-D applied the attached patch.

> HBASE-1028 broke Thrift
> -----------------------
>
>                 Key: HBASE-1036
>                 URL: https://issues.apache.org/jira/browse/HBASE-1036
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: 1036.patch
>
>
> On Hudson
> {code}
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.thrift.ThriftUtilities.rowResultFromHBase(ThriftUtilities.java:107)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRowWithColumnsTs(ThriftServer.java:328)
> 	at org.apache.hadoop.hbase.thrift.ThriftServer$HBaseHandler.getRow(ThriftServer.java:303)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.doTestTableMutations(TestThriftServer.java:169)
> 	at org.apache.hadoop.hbase.thrift.TestThriftServer.testAll(TestThriftServer.java:65)
> {code}

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