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

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

{code}
org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation.testCFKeyRotation
org.apache.hadoop.hbase.replication.TestPerTableCFReplication.testPerTableCFReplication
org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationIgnoresDroppedTables
{code}
These test cases failed.  Ran them individually they seem to pass. 
bq.TestPerTableCFReplication.testPerTableCFReplication
This is interesting.
{code}
java.lang.AssertionError: expected:<0> but was:<1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:555)
        at org.junit.Assert.assertEquals(Assert.java:542)
        at 
org.apache.hadoop.hbase.replication.TestPerTableCFReplication.ensureRowNotReplicated(TestPerTableCFReplication.java:379)
        at 
org.apache.hadoop.hbase.replication.TestPerTableCFReplication.testPerTableCFReplication(TestPerTableCFReplication.java:293)
{code}
Because here the expectation is  no rows should be replicated but it got 
replicated.  So should not be related to this change, I suppose.


> 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, 
> HBASE-11440_2.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