[ https://issues.apache.org/jira/browse/PHOENIX-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007378#comment-16007378 ]
Yi Liang commented on PHOENIX-3846: ----------------------------------- Hi Geoffrey Jacoby , my hbase version is 1.2.4, actually we did not use Phoenix. what i did is I just change WALCellCodec to IndexedWALEditCodec in the hbase-site.xml(both source and destination), and still use HBase Put to put data, the data can put successfully in source cluster and nothing change in destination cluster. So, if I set IndexedWALEditCodec, i need to use Phoenix to insert data? or anyother configuration needs to be set? the hbase log shows the replication stuck somewhere {quote} 2017-05-11 15:36:29,915 INFO [42g1:16020Replication Statistics #0] regionserver.Replication: Normal source for cluster 1: Total replicated edits: 0, current progress: walGroup [42g1.xx.xx.com%2C16020%2C1494537687186.default]: currently replicating from: hdfs://42g1.xx.xx.com:8020/apps/hbase/data/WALs/42g1.xx.xx.com,16020,1494537687186/42g1.xx.xx.com%2C16020%2C1494537687186.default.1494541289778 at position: 90 {quote} > IndexedWALEditCodec make hbase cluster replication does not work > ---------------------------------------------------------------- > > Key: PHOENIX-3846 > URL: https://issues.apache.org/jira/browse/PHOENIX-3846 > Project: Phoenix > Issue Type: Bug > Reporter: Yi Liang > > <property> > <name>hbase.regionserver.wal.codec</name> > <value>org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec</value> > </property> > When have above settings, the hbase cluster replication does not work. If I > change above value back to WALCellCodec, the hbase cluster replication works > fine. -- This message was sent by Atlassian JIRA (v6.3.15#6346)