Replication from hbase1 to hbase2 works.

Your issue looks to be HBASE-24354 It is fixed in 2.3.0+ only.

S



On Fri, Jul 17, 2020 at 8:11 AM Vinu Raj <vinu...@gmail.com> wrote:

> 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