You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/09/30 14:18:23 UTC

[GitHub] [hbase] Yiran-wu opened a new pull request #676: HBASE-23098 [bulkload] If one of the peers in a cluster is configured with NAMESPACE level, its hfile-refs(zk) will be backlogged

Yiran-wu opened a new pull request #676: HBASE-23098 [bulkload] If one of the peers in a cluster is configured with NAMESPACE level, its hfile-refs(zk) will be backlogged
URL: https://github.com/apache/hbase/pull/676
 
 
   If one of the peers in a cluster is configured with NAMESPACE level, its hfile-refs(zk) will be backlogged.
   
   We have three tables in the cluster and table name is
   ns1:test
   default:table1
   default:bulkload
   
   and this Cluster have three peers
   {code:java}
   add_peer 's1', CLUSTER_KEY => "cluster1:2181:/hbase"
   add_peer 's2', CLUSTER_KEY => "cluster2:2181:/hbase", TABLE_CFS => \{ "table1" => [] }
   add_peer 's3', CLUSTER_KEY => "cluster3:2182:/hbase-prod", NAMESPACES => ["ns1"]
   {code}
   
   ns1's hfile-refs backlogged when we bulk load files to the default:bulkload
   
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services