We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a28725 commit 1b1f4c0Copy full SHA for 1b1f4c0
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/StripeReader.java
@@ -119,7 +119,7 @@ void skip() {
119
protected final RawErasureDecoder decoder;
120
protected final DFSStripedInputStream dfsStripedInputStream;
121
private long readTo = -1;
122
- protected final int readDNMaxAttempts;
+ private final int readDNMaxAttempts;
123
124
protected ECChunk[] decodeInputs;
125
0 commit comments