You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Mohammad Arshad (JIRA)" <ji...@apache.org> on 2019/07/04 08:32:00 UTC

[jira] [Resolved] (HBASE-22655) tags info is missing in Get and Scan Result Cells

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

Mohammad Arshad resolved HBASE-22655.
-------------------------------------
    Resolution: Invalid

Issue is invalid

> tags info is missing in Get and Scan Result Cells
> -------------------------------------------------
>
>                 Key: HBASE-22655
>                 URL: https://issues.apache.org/jira/browse/HBASE-22655
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.1.5, 1.3.5
>            Reporter: Mohammad Arshad
>            Assignee: Mohammad Arshad
>            Priority: Major
>             Fix For: 1.3.6
>
>
> tags info is missing in Get and Scan Result Cells. 
> It is because in Region Server while sending back Result,  targs array is not put into the CellProtos.Cell.
> {code}
> org.apache.hadoop.hbase.protobuf.ProtobufUtil.toCell(Cell)
> {code}
> There should be some option to get Cells with tags in it. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)