Skip to content

Commit aca8b62

Browse files
committed
trigger yetus.
1 parent d4701f0 commit aca8b62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ private void flipDataBuffers() {
332332
int failedStreamerToleratedTmp = dfsClient.getConfiguration().getInt(
333333
DFS_CLIENT_EC_FAILED_WRITE_BLOCK_TOLERATED,
334334
DFS_CLIENT_EC_FAILED_WRITE_BLOCK_TOLERATED_DEFAILT);
335-
335+
336336
failedStreamerTolerated = Math.min(failedStreamerToleratedTmp,
337337
ecPolicy.getNumParityUnits());
338338
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ interface ECRedunency {
431431
"dfs.client.ec.failed.write.block.tolerated";
432432
int DFS_CLIENT_EC_FAILED_WRITE_BLOCK_TOLERATED_DEFAILT = Integer.MAX_VALUE;
433433
}
434-
435434
}
436435

437436
/** dfs.client.block.write configuration properties */

0 commit comments

Comments
 (0)