You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/01/03 14:09:00 UTC

[jira] [Commented] (HBASE-23098) [bulkload] If one of the peers in a cluster is configured with NAMESPACE level, its hfile-refs(zk) will be backlogged

    [ https://issues.apache.org/jira/browse/HBASE-23098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17007505#comment-17007505 ] 

Hudson commented on HBASE-23098:
--------------------------------

Results for branch master
	[build #1587 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1587/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/master/1587//General_Nightly_Build_Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1587//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1587//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> [bulkload] If one of the peers in a cluster is configured with NAMESPACE level, its hfile-refs(zk) will be backlogged
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-23098
>                 URL: https://issues.apache.org/jira/browse/HBASE-23098
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Yiran Wu
>            Assignee: Yiran Wu
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0
>
>         Attachments: HBASE-23098.v0.patch, HBASE-23098.v1.patch
>
>
> 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 message was sent by Atlassian Jira
(v8.3.4#803005)