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

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

[~jeffreyz]
bq.Basically HBase internals can tag a KV with a value and consume these tags 
without using co-processors.
The HBase internals will know about the tags and the read and write path would 
know how to deal with them.  But they will just read the tag part of the KV 
from the bytebuffer and return back as KVs with or without tags as per that 
individual KV.
If we need to take specific action for the system tags on the read path, then 
we need to add the behaviour inside the HBase read path. Currently this would 
be handled by CPs based on the type of the tags.
So may be once i attach a first cut version of the patch you would be able to 
understand better.

                
> Implement tags and the internals of how a tag should look like
> --------------------------------------------------------------
>
>                 Key: HBASE-8496
>                 URL: https://issues.apache.org/jira/browse/HBASE-8496
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 0.98.0
>
>
> The intent of this JIRA comes from HBASE-7897.
> This would help us to decide on the structure and format of how the tags 
> should look like. 

--
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