[
https://issues.apache.org/jira/browse/HBASE-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14050847#comment-14050847
]
Ted Yu commented on HBASE-11440:
--------------------------------
With patch, I observed the following exception in test output:
{code}
2014-07-02 09:49:10,117 WARN [RS:1;10.11.4.211:49361.replicationSource,2]
regionserver.ReplicationSource(784): Can't replicate because of a local or
network error:
org.apache.hadoop.hbase.ipc.StoppedRpcClientException
at org.apache.hadoop.hbase.ipc.RpcClient.getConnection(RpcClient.java:1571)
at org.apache.hadoop.hbase.ipc.RpcClient.call(RpcClient.java:1471)
at
org.apache.hadoop.hbase.ipc.RpcClient.callBlockingMethod(RpcClient.java:1665)
at
org.apache.hadoop.hbase.ipc.RpcClient$BlockingRpcChannelImplementation.callBlockingMethod(RpcClient.java:1730)
at
org.apache.hadoop.hbase.protobuf.generated.AdminProtos$AdminService$BlockingStub.replicateWALEntry(AdminProtos.java:21036)
{code}
The region servers were stopped earlier.
Still not sure the relationship between setting KeyValueCodecWithTags and
region server stopping.
> 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)