dragon created HDFS-10156: ----------------------------- Summary: CLONE - Erasure Coding: use threadpool for EC recovery tasks on DataNode Key: HDFS-10156 URL: https://issues.apache.org/jira/browse/HDFS-10156 Project: Hadoop HDFS Issue Type: Sub-task Components: datanode Reporter: dragon Assignee: Rakesh R Fix For: HDFS-7285
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)