Michael Stack created HBASE-23786: ------------------------------------- Summary: [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
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:<org.apache.hadoop.hbase.regionserver.ChunkCreator@73dbba7a> {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)