[
https://issues.apache.org/jira/browse/HBASE-18309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16240319#comment-16240319
]
Ted Yu commented on HBASE-18309:
--------------------------------
{code}
+ private static final String CLEANER_POOL_SIZE =
"hbase.logcleaner.threadpool.size";
{code}
If the pool is for all cleaners, you can drop log from config.
Can you get some performance number from cluster testing (single vs.
multi-threaded) ?
Please put the next patch on review board.
> Support multi threads to clean oldWALs
> --------------------------------------
>
> Key: HBASE-18309
> URL: https://issues.apache.org/jira/browse/HBASE-18309
> Project: HBase
> Issue Type: Improvement
> Components: wal
> Reporter: binlijin
> Assignee: Reid Chan
> Attachments: HBASE-18309.master.001.patch
>
>
> There is only one thread in LogCleaner to clean oldWALs and in our big
> cluster we find this is not enough. The number of files under oldWALs reach
> the max-directory-items limit of HDFS and cause region server crash, so we
> use multi threads for LogCleaner and the crash not happened any more.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)