Details
-
Improvement
-
Status: Patch Available
-
Low
-
Resolution: Unresolved
-
None
-
Semantic
-
Low Hanging Fruit
-
All
-
None
-
Description
FlushLargestColumnFamily did not exist anymore. The java doc should be improved like this:
/** * A thread that reclaims memory from a MemtablePool on demand. The actual reclaiming work is delegated to the * cleaner Runnable, e.g., MemtableCleaner {@link AbstractAllocatorMemtable#flushLargestMemtable()}. */ public class MemtableCleanerThread<P extends MemtablePool> implements Interruptible {