You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Guanghao Zhang (JIRA)" <ji...@apache.org> on 2016/08/18 11:18:20 UTC

[jira] [Created] (HBASE-16446) append_peer_tableCFs failed when there already have this table's partial cfs in the peer

Guanghao Zhang created HBASE-16446:
--------------------------------------

             Summary: 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: 0.98.21, 2.0.0
            Reporter: Guanghao Zhang
            Assignee: Guanghao Zhang
            Priority: Minor


{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 doesn't right.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)