Skip to content

Commit e99aca0

Browse files
authored
Update DataStreamer.java
1 parent 03d9aca commit e99aca0

File tree

1 file changed

+0
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs

1 file changed

+0
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DataStreamer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,6 @@ protected LocatedBlock nextBlockOutputStream() throws IOException {
18061806
do {
18071807
errorState.resetInternalError();
18081808
lastException.clear();
1809-
18101809
DatanodeInfo[] excluded = getExcludedNodes();
18111810
lb = locateFollowingBlock(
18121811
excluded.length > 0 ? excluded : null, oldBlock);

0 commit comments

Comments
 (0)