Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
0.94.0
-
None
-
None
Description
As we know in hbase 0.94.0 we have a configuration below
<property>
<name>hbase.regionserver.wal.enablecompression</name>
<value>true</value>
</property>
if we enable it in master cluster and disable it in slave cluster . Then replication will not work. It will throw unwrapRemoteException again and again in master cluster because slave can not parse the hlog entry buffer.
Attachments
Issue Links
- duplicates
-
HBASE-6533 [replication] replication will block if WAL compress set differently in master and slave configuration
- Closed