[
https://issues.apache.org/jira/browse/HBASE-22733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16893230#comment-16893230
]
Hudson commented on HBASE-22733:
--------------------------------
Results for branch branch-2.0
[build #1793 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1793/]:
(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/branch-2.0/1793//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1793//JDK8_Nightly_Build_Report_(Hadoop2)/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1793//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
> TestSplitTransactionOnCluster.testMasterRestartAtRegionSplitPendingCatalogJanitor
> is flakey
> -------------------------------------------------------------------------------------------
>
> Key: HBASE-22733
> URL: https://issues.apache.org/jira/browse/HBASE-22733
> Project: HBase
> Issue Type: Bug
> Reporter: Xiaolin Ha
> Assignee: Xiaolin Ha
> Priority: Major
> Fix For: 3.0.0, 2.3.0, 2.0.6, 2.2.1, 2.1.6
>
> Attachments: test -
> testMasterRestartAtRegionSplitPendingCatalogJanitor [Jenkins].txt
>
>
> RITs will lead to CatalogJanitor not running, and then parent region will not
> be cleaned.
> As a result, the last assertion of checking if parent region is null will
> fail.
> {quote}
> h3. Error Message
> expected:<null> but was:<maven-jdk8-551kz,45127,1563877982046>
> h3. Stacktrace
> java.lang.AssertionError: expected:<null> but
> was:<maven-jdk8-551kz,45127,1563877982046> at
> org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.testMasterRestartAtRegionSplitPendingCatalogJanitor(TestSplitTransactionOnCluster.java:577){quote}
> Currently, the case is only waiting for master be active while not care about
> RITs completion when master starts up.
> Failed test results is attached. We can see CatalogJanitor chore run failed
> log in it,
> {quote}2019-07-23 18:34:03,241 INFO [Time-limited test]
> regionserver.TestSplitTransactionOnCluster(572): Starting run of
> CatalogJanitor 2019-07-23 18:34:03,241 WARN [Time-limited test]
> master.CatalogJanitor(119): CatalogJanitor is disabled! Enabled=true,
> maintenanceMode=false,
> am=org.apache.hadoop.hbase.master.assignment.AssignmentManager@1ce25bee,
> metaLoaded=true, hasRIT=true clusterShutDown=false
> {quote}
>
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)