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

Hamed Madani updated HBASE-8782:
--------------------------------

    Description: ThriftHBaseServiceHandler.java use .array() on table names , 
and values (family , qualifier in checkandDelete , etc) which resulted in 
incorrect values with framed transport. Replacing .array() with getBytes() 
fixed this problem. I've attached the patch  (was: 
ThriftHBaseServiceHandler.java use .array() on table names which resulted in 
incorrect values for table name with framed transport. Replacing table.array() 
with getBytes(table) fixed this problem. I've attached the patch)
    
> Thrift2 can not parse values when using framed transport
> --------------------------------------------------------
>
>                 Key: HBASE-8782
>                 URL: https://issues.apache.org/jira/browse/HBASE-8782
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>    Affects Versions: 0.95.1
>            Reporter: Hamed Madani
>
> ThriftHBaseServiceHandler.java use .array() on table names , and values 
> (family , qualifier in checkandDelete , etc) which resulted in incorrect 
> values with framed transport. Replacing .array() with getBytes() 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

Reply via email to