[ https://issues.apache.org/jira/browse/HBASE-16446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guanghao Zhang updated HBASE-16446: ----------------------------------- Attachment: HBASE-16446-v1.patch Attach v1 patch. Fix the same bug in remove table cfs. > append_peer_tableCFs failed when there already have this table's partial cfs > in the peer > ---------------------------------------------------------------------------------------- > > Key: HBASE-16446 > URL: https://issues.apache.org/jira/browse/HBASE-16446 > Project: HBase > Issue Type: Bug > Components: Replication > Affects Versions: 2.0.0 > Reporter: Guanghao Zhang > Assignee: Guanghao Zhang > Priority: Minor > Attachments: HBASE-16446-v1.patch, HBASE-16446.patch > > > {code} > hbase(main):011:0> list_peers > PEER_ID CLUSTER_KEY STATE TABLE_CFS PROTOCOL BANDWIDTH > 20 hbase://c3tst-pressure98 ENABLED default.test_replication:A NATIVE 0 > 1 row(s) in 0.0080 seconds > hbase(main):012:0> append_peer_tableCFs '20', {"test_replication" => []} > 0 row(s) in 0.0060 seconds > hbase(main):013:0> list_peers > PEER_ID CLUSTER_KEY STATE TABLE_CFS PROTOCOL BANDWIDTH > 20 hbase://c3tst-pressure98 ENABLED default.test_replication:A NATIVE 0 > 1 row(s) in 0.0030 seconds > {code} > "test_replication" => [] means replication all cf of this table,so the result > is not right. It should not just contain cf A after append_peer_tableCFs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)