-
Type:
Test
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0-alpha-1, 2.3.0
-
Component/s: flakies
-
Labels:None
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
[ERROR] Failures:
[ERROR] TestMasterNotCarryTable.testMasterMemStoreLAB:94 expected null, but was:<org.apache.hadoop.hbase.regionserver.ChunkCreator@73dbba7a>
- is broken by
-
HBASE-23326 Implement a ProcedureStore which stores procedures in a HRegion
-
- Resolved
-