Class TestNegativeMemStoreSizeWithSlowCoprocessor
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor
Test that verifies we do not have memstore size negative when a postPut/Delete hook is
slow/expensive and a flush is triggered at the same time the coprocessow is doing its work. To
simulate this we call flush from the coprocessor itself
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byte[](package private) static final org.slf4j.Loggerprivate static final byte[]private static final byte[]private static final HBaseTestingUtility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidvoid
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
tableName
-
family
-
qualifier
-
-
Constructor Details
-
TestNegativeMemStoreSizeWithSlowCoprocessor
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testNegativeMemstoreSize
- Throws:
IOExceptionInterruptedException
-