public class TestHRegionWithInMemoryFlush extends TestHRegion
TestHRegion.FlushThread, TestHRegion.HRegionForTesting, TestHRegion.HStoreForTesting, TestHRegion.PutThread| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestHRegionWithInMemoryFlush() |
| Modifier and Type | Method and Description |
|---|---|
HRegion |
initHRegion(TableName tableName,
byte[] startKey,
byte[] stopKey,
boolean isReadOnly,
Durability durability,
WAL wal,
byte[]... families) |
void |
testFlushAndMemstoreSizeCounting()
A test case of HBASE-21041
|
assertScan, doTestDelete_AndPostInsert, initHRegion, initHRegion, initHRegion, initSplit, setup, tearDown, testaddFamily_PostInsert, testAllColumnsWithBloomFilter, testAppendTimestampsAreMonotonic, testAppendWithReadOnlyTable, testAtomicBatchPut, testBatchMutateWithWrongRegionException, testBatchPut_whileMultipleRowLocksHeld, testBatchPut_whileNoRowLocksHeld, testBatchPutWithTsSlop, testBloomFilterSize, testBulkLoadReplicationEnabled, testCellTTLs, testCheckAndDelete_ThatDeleteWasWritten, testCheckAndMutate_WithCorrectValue, testCheckAndMutate_WithEmptyRowValue, testCheckAndMutate_WithNonEqualCompareOp, testCheckAndMutate_WithWrongValue, testCheckAndMutateTimestampsAreMonotonic, testCheckAndPut_ThatPutWasWritten, testCheckAndPut_wrongRowInPut, testCheckAndRowMutateTimestampsAreMonotonic, testCloseCarryingSnapshot, testCloseRegionWrittenToWAL, testCloseWithFailingFlush, testCompactionAffectedByScanners, testCompactionFromPrimary, testDataInMemoryWithoutWAL, testDelete_CheckFamily, testDelete_CheckTimestampUpdated, testDelete_mixed, testDelete_multiDeleteColumn, testDeleteColumns_PostInsert, testDeleteRowWithBloomFilter, testDeleteRowWithFutureTs, testDurability, testFamilyWithAndWithoutColon, testFlushCacheWhileScanning, testFlushedFileWithNoTags, testFlushMarkers, testFlushMarkersWALFail, testFlushResult, testFlushSizeAccounting, testGet_Basic, testGet_Empty, testGet_FamilyChecker, testgetHDFSBlocksDistribution, testGetScanner_WithNoFamilies, testGetScanner_WithNotOkFamilies, testGetScanner_WithOkFamilies, testGetScanner_WithRegionClosed, testGetWhileRegionClose, testGetWithFilter, testHolesInMeta, testIncrementTimestampsAreMonotonic, testIncrWithReadOnlyTable, testIndexesScanWithOneDeletedRow, testLongQualifier, testMemstoreSizeAccountingWithFailedPostBatchMutate, testMemstoreSnapshotSize, testMutateRow_WriteRequestCount, testOpenRegionWrittenToWAL, testParallelAppendWithMemStoreFlush, testParallelIncrementWithMemStoreFlush, testPutWithLatestTS, testPutWithMemStoreFlush, testPutWithTsSlop, testRecoveredEditsReplayCompaction, testRecoveredEditsReplayCompaction, testRegionInfoFileCreation, testRegionReplicaSecondary, testRegionReplicaSecondaryIsReadOnly, testRegionScanner_Next, testRegionTooBusy, testReverseScanner_FromMemStore_SingleCF_FullScan, testReverseScanner_FromMemStore_SingleCF_LargerKey, testReverseScanner_FromMemStore_SingleCF_Normal, testReverseScanner_FromMemStoreAndHFiles_MultiCFs1, testReverseScanner_FromMemStoreAndHFiles_MultiCFs2, testReverseScanner_moreRowsMayExistAfter, testReverseScanner_smaller_blocksize, testReverseScanner_StackOverflow, testReverseScanShouldNotScanMemstoreIfReadPtLesser, testReverseScanWhenPutCellsAfterOpenReverseScan, testScanner_DeleteOneFamilyNotAnother, testScanner_ExplicitColumns_FromFilesOnly_EnforceVersions, testScanner_ExplicitColumns_FromMemStore_EnforceVersions, testScanner_ExplicitColumns_FromMemStoreAndFiles_EnforceVersions, testScanner_JoinedScanners, testScanner_JoinedScannersWithLimits, testScanner_StopRow1542, testScanner_Wildcard_FromFilesOnly_EnforceVersions, testScanner_Wildcard_FromMemStore_EnforceVersions, testScanner_Wildcard_FromMemStoreAndFiles_EnforceVersions, testSequenceId, testSkipRecoveredEditsReplay, testSkipRecoveredEditsReplayAllIgnored, testSkipRecoveredEditsReplaySomeIgnored, testSkipRecoveredEditsReplayTheLastFileIgnored, testStatusSettingToAbortIfAnyExceptionDuringRegionInitilization, testToShowNPEOnRegionScannerReseek, testWeirdCacheBehaviour, testWriteRequestsCounter, testWritesWhileGetting, testWritesWhileRollWriter, testWritesWhileScanningpublic static final HBaseClassTestRule CLASS_RULE
public TestHRegionWithInMemoryFlush()
public HRegion initHRegion(TableName tableName, byte[] startKey, byte[] stopKey, boolean isReadOnly, Durability durability, WAL wal, byte[]... families) throws IOException
initHRegion in class TestHRegionHBaseTestingUtility.closeRegionAndWAL(HRegion) when done.IOExceptionpublic void testFlushAndMemstoreSizeCounting() throws Exception
testFlushAndMemstoreSizeCounting in class TestHRegionException - ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.