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

Anoop Sam John commented on HBASE-11440:
----------------------------------------

{code}
+       <description>
+               The codec that is to be used when replication is enabled so that
+               the tags are also replicated
+       </description>
{code}

Just add in description that this should be used with HFileV3 and when V2 is 
used go with KVCodec (Well using this codec for V2 also dont make any issue).  
Also in the HFile version entry , we can add description comment that when V3 
is used, make sure to use this Codec as replication codec.  

Or else based on HFile version conf check, we can defaults to 
KeyValueCodecWithTags (?)

> Make KeyValueCodecWithTags as the default codec for replication in trunk
> ------------------------------------------------------------------------
>
>                 Key: HBASE-11440
>                 URL: https://issues.apache.org/jira/browse/HBASE-11440
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.99.0
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 0.99.0
>
>         Attachments: HBASE-11440.patch
>
>
> Set 
> {code}
> <property>
>         <name>hbase.replication.rpc.codec</name>      
> <value>org.apache.hadoop.hbase.codec.KeyValueCodecWithTags</value>
> </property>
> {code}
> in hbase-default.xml



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

Reply via email to