Fixed the link to non-existing cleaner Runnable

patch by Maxim Chanturiay; reviewed by Mick Semb Wever for CASSANDRA-18801
This commit is contained in:
Maxim Chanturiay 2023-09-03 17:34:40 +03:00 committed by mck
parent ac36ddd7f6
commit 2841842f0a
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import static org.apache.cassandra.concurrent.ExecutorFactory.Global.executorFac
/**
* A thread that reclaims memory from a MemtablePool on demand. The actual reclaiming work is delegated to the
* cleaner Runnable, e.g., FlushLargestColumnFamily
* cleaner Runnable, e.g., MemtableCleaner {@link AbstractAllocatorMemtable#flushLargestMemtable()}.
*/
public class MemtableCleanerThread<P extends MemtablePool> implements Interruptible
{