[
https://issues.apache.org/jira/browse/HDFS-8899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744742#comment-14744742
]
Walter Su commented on HDFS-8899:
---------------------------------
DN doesn't recover EC block all the time. It should be
{{allowCoreThreadTimeOut(true)}}. And need a good thread name for better
diagnosis .
> Erasure Coding: use threadpool for EC recovery tasks
> ----------------------------------------------------
>
> Key: HDFS-8899
> URL: https://issues.apache.org/jira/browse/HDFS-8899
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Reporter: Rakesh R
> Assignee: Rakesh R
> Attachments: HDFS-8899-HDFS-7285-01.patch,
> HDFS-8899-HDFS-7285-merge-00.patch
>
>
> The idea is to use threadpool for processing erasure coding recovery tasks at
> the datanode.
> {code}
> new Daemon(new ReconstructAndTransferBlock(recoveryInfo)).start();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)