Class TestWalAndCompactingMemStoreFlush.ConcurrentPutRunnable

java.lang.Object
org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush.ConcurrentPutRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
TestWalAndCompactingMemStoreFlush

The in-memory-flusher thread performs the flush asynchronously. There is at most one thread per memstore instance. It takes the updatesLock exclusively, pushes active into the pipeline, releases updatesLock and compacts the pipeline.
  • Field Details

    • stressedRegion

      private final org.apache.hadoop.hbase.regionserver.HRegion stressedRegion
    • startNumber

      private final int startNumber
  • Constructor Details

  • Method Details