Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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>
Attachments
Attachments
Issue Links
- is broken by
-
HBASE-23326 Implement a ProcedureStore which stores procedures in a HRegion
- Resolved