Rakesh R created HDFS-8183: ------------------------------ Summary: Erasure Coding: Improve DFSStripedOutputStream closing of datastreamer threads Key: HDFS-8183 URL: https://issues.apache.org/jira/browse/HDFS-8183 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Rakesh R Assignee: Rakesh R
The idea of this task is to improve closing of all the streamers. Presently if any of the streamer throws an exception, it will returning immediately. This leaves all the other streamer threads running. Instead its good to handle the exceptions of each streamer independently. -- This message was sent by Atlassian JIRA (v6.3.4#6332)