You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Hamed Madani (JIRA)" <ji...@apache.org> on 2013/06/21 09:52:19 UTC

[jira] [Created] (HBASE-8782) Thrift2 can not parse table names when using framed transport

Hamed Madani created HBASE-8782:
-----------------------------------

             Summary: Thrift2 can not parse table names when using framed transport
                 Key: HBASE-8782
                 URL: https://issues.apache.org/jira/browse/HBASE-8782
             Project: HBase
          Issue Type: Bug
          Components: Thrift
            Reporter: Hamed Madani
         Attachments: HBASE_8782.patch

ThriftHBaseServiceHandler.java use .array() on table names which resulted to incorrect values for table name with framed transport. Replacing table.array() with getBytes(table) fixed this problem. I've attached the patch

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira