Skip to content

Commit

Permalink
HDFS-7854. Separate class DataStreamer out of DFSOutputStream. Contri…
Browse files Browse the repository at this point in the history
…buted by Li Bo.
  • Loading branch information
Jing9 committed Mar 24, 2015
1 parent 570a83a commit a16bfff
Show file tree
Hide file tree
Showing 7 changed files with 1,893 additions and 1,585 deletions.
3 changes: 3 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
Expand Up @@ -332,6 +332,9 @@ Release 2.8.0 - UNRELEASED

HDFS-7829. Code clean up for LocatedBlock. (Takanobu Asanuma via jing9)

HDFS-7854. Separate class DataStreamer out of DFSOutputStream. (Li Bo via
jing9)

OPTIMIZATIONS

BUG FIXES
Expand Down
Expand Up @@ -77,7 +77,7 @@
ResponseProccessor is thread that is designed to catch RuntimeException.
-->
<Match>
<Class name="org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer$ResponseProcessor" />
<Class name="org.apache.hadoop.hdfs.DataStreamer$ResponseProcessor" />
<Method name="run" />
<Bug pattern="REC_CATCH_EXCEPTION" />
</Match>
Expand Down

0 comments on commit a16bfff

Please sign in to comment.