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

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

     [ 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.