[
https://issues.apache.org/jira/browse/HBASE-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14051005#comment-14051005
]
ramkrishna.s.vasudevan commented on HBASE-11440:
------------------------------------------------
bq.Still not sure the relationship between setting KeyValueCodecWithTags and
region server stopping.
Just add the property hbase.replication.rpc.codec and say KeyValueCodec only as
the property value. Still you will see this issue. It is not an issue with
the KeyValueCodecWithTags. If you don't add anything in the xml file things
will pass.
So it is something to do with the active connection counting. One thing to
remember is it is a test case so chances of using same JVM and the connections
sharing between them is possible. Needs some more digging.
> 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, HBASE-11440_1.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)