Is HBase WAL replication from cluster with HBase 1.1.2 to cluster with
HBase 2.0.2 supported ? Tried a simple test where following table was
created in both the cluster

create 'repl_test', { NAME => 'cf1', REPLICATION_SCOPE => '1'}

When issued enable_table_replication 'repl_test' to enable replication got
following error message, which doesn't seem to be correct as I used the
above mentioned statement to create the table in both the instances.

ERROR: Table repl_test exists in peer cluster 1, but the table descriptors
are not same when comapred with source cluster. Thus can not enable the
table's replication switch.

 -Vinu

Reply via email to