[ 
https://issues.apache.org/jira/browse/HBASE-11510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14061043#comment-14061043
 ] 

Hudson commented on HBASE-11510:
--------------------------------

FAILURE: Integrated in HBase-0.98 #397 (See 
[https://builds.apache.org/job/HBase-0.98/397/])
HBASE-11510 Visibility serialization format tag gets duplicated in 
Append/Increment'ed cells. (Anoop) (anoopsamjohn: rev 
ef4f8d012727b906598744c79475e0cc76b136f9)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityController.java


> Visibility serialization format tag gets duplicated in Append/Increment'ed 
> cells
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-11510
>                 URL: https://issues.apache.org/jira/browse/HBASE-11510
>             Project: HBase
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 0.98.4
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>             Fix For: 0.99.0, 0.98.4, 2.0.0
>
>         Attachments: HBASE-11510.patch, HBASE-11510_0.98.patch
>
>
> When the Append/Increment contains a CellVisibility, we will rewrite this new 
> tags in to the new Cell. There while copying the non vis tags, we exclude 
> TagType.VISIBILITY_TAG_TYPE only.  So the old cell can contain TagType 
> VISIBILITY_EXP_SERIALIZATION_TAG_TYPE and we will copy that one, and next 
> while creating Tags for the new CellVisibility we will add this tag again. So 
> a cell after 100 Increments will contain 100 tags of type 
> VISIBILITY_EXP_SERIALIZATION_TAG_TYPE!



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to