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: us...@infra.apache.org With regards, Apache Git Services