You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Tim Sell (JIRA)" <ji...@apache.org> on 2009/01/20 23:30:59 UTC

[jira] Updated: (HBASE-1142) Cleanup thrift server

     [ https://issues.apache.org/jira/browse/HBASE-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Sell updated HBASE-1142:
----------------------------

    Attachment: HBASE-1142.patch

This also fixes HBASE-889 (you can just pass it an empty list of columns to scan all).

> Cleanup thrift server
> ---------------------
>
>                 Key: HBASE-1142
>                 URL: https://issues.apache.org/jira/browse/HBASE-1142
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.18.0, 0.18.1, 0.19.0, 0.19.1
>            Reporter: Tim Sell
>             Fix For: 0.19.1
>
>         Attachments: HBASE-1142.patch
>
>
> Ambiguous issue name.. sorry.
> The thrift server has loads of getText(..) calls. Which is a local function that checks for utf8 compliance, we don't need them anywhere, because we don't use Text anymore.
> There is probably other things we missed last time we updated the api, that we should also clean up while we're at it. Open to suggestions.

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