[
https://issues.apache.org/jira/browse/HBASE-23786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17030179#comment-17030179
]
Hudson commented on HBASE-23786:
--------------------------------
Results for branch branch-2
[build #2449 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2449/]:
(/) *{color:green}+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/2449//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/branch-2/2449//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/2449//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB
> ------------------------------------------------------------
>
> Key: HBASE-23786
> URL: https://issues.apache.org/jira/browse/HBASE-23786
> Project: HBase
> Issue Type: Bug
> Components: flakies
> Reporter: Michael Stack
> Assignee: Michael Stack
> Priority: Major
> Fix For: 3.0.0, 2.3.0
>
> Attachments:
> 0001-HBASE-23786-Flakey-Test-TestMasterNotCarryTable.test.patch
>
>
> Interesting one. Fails only if Master gets chance to become active -- which
> doesn't happen when all is easy-going. If struggling under load, it can
> become active and then test asserting NO ChunkCreator instance in Master
> fails because we want ChunkCreator now since ProcedureRegionStore was added:
> i.e. " // always initialize the MemStoreLAB as we use a region to store
> procedure now."
> Here is error I've seen
> {code}
> [ERROR] Failures:
> [ERROR] TestMasterNotCarryTable.testMasterMemStoreLAB:94 expected null,
> but was:<org.apache.hadoop.hbase.regionserver.ChunkCreator@73dbba7a>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)