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

ramkrishna.s.vasudevan commented on HBASE-13393:
------------------------------------------------

bq.99% of the time (except for ACL, etc.)
Even for ACL cases this call is just going to be arrays.length call.  Nothing 
much.  Ok I will do as suggested above.  Will post a patch soon.
{code}
    if (null == this.tags) {
      // Nulled out tags array optimization in constructor
      return 0;
    }
    return this.tags.length;
{code}
is the getTagsLength() impl in TagRewriteCell.


> Add facility to disable tags after parent goes in
> -------------------------------------------------
>
>                 Key: HBASE-13393
>                 URL: https://issues.apache.org/jira/browse/HBASE-13393
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: stack
>            Assignee: stack
>         Attachments: HBASE-13393.patch, HBASE-13393_1.patch
>
>
> We used to specify 'no tags' by choosing to write files that were version 2.  
> After parent goes in, make it so can ask a v3 file not to write tags.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to