Class TestMemstoreLABWithoutPool
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestMemstoreLABWithoutPool
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final byte[]
static final HBaseClassTestRule
private static final org.apache.hadoop.conf.Configuration
private static final byte[]
private static final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate Thread
getChunkQueueTestThread
(org.apache.hadoop.hbase.regionserver.MemStoreLABImpl mslab, String threadName, org.apache.hadoop.hbase.Cell cellToCopyInto) static void
void
Test frequent chunk retirement with chunk pool triggered by lots of threads, making sure there's no memory leak (HBASE-16195)void
Test a bunch of random allocations
-
Field Details
-
CLASS_RULE
-
conf
-
rk
-
cf
-
q
-
-
Constructor Details
-
TestMemstoreLABWithoutPool
public TestMemstoreLABWithoutPool()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
testLABRandomAllocation
Test a bunch of random allocations -
testLABChunkQueueWithMultipleMSLABs
Test frequent chunk retirement with chunk pool triggered by lots of threads, making sure there's no memory leak (HBASE-16195)- Throws:
Exception
- if any error occurred
-
getChunkQueueTestThread
private Thread getChunkQueueTestThread(org.apache.hadoop.hbase.regionserver.MemStoreLABImpl mslab, String threadName, org.apache.hadoop.hbase.Cell cellToCopyInto)
-