You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/02/04 01:37:01 UTC

[jira] [Resolved] (HBASE-23786) [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB

     [ https://issues.apache.org/jira/browse/HBASE-23786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack resolved HBASE-23786.
-----------------------------------
    Fix Version/s: master
                   2.3.0
         Assignee: Michael Stack
       Resolution: Fixed

Just removed the test that asserts absence of ChunkCreator. Pushed on branch-2 and master.

>  [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: 2.3.0, master
>
>         Attachments: 0001-HBASE-23786-Flakey-Test-TestMasterNotCarryTable.test.patch
>
>
> Interesting one. Fails only if Master gets chance to initialized. It is testing for ChunkCreator instance in Master. There is supposed to be NONE. But we have one now since ProcedureRegionStore was added.
> {code}
>  [ERROR] Failures:
>  [ERROR]   TestMasterNotCarryTable.testMasterMemStoreLAB:94 expected null, but was:<or...@73dbba7a>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)