You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Rakesh R (JIRA)" <ji...@apache.org> on 2015/08/14 19:16:46 UTC

[jira] [Created] (HDFS-8899) Erasure Coding: use threadpool for EC recovery tasks

Rakesh R created HDFS-8899:
------------------------------

             Summary: 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


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)