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 3ab77d9 commit 3c1a1ceCopy full SHA for 3c1a1ce
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
@@ -965,7 +965,7 @@ protected void completeFile(ExtendedBlock last) throws IOException {
965
}
966
try {
967
if (retries == 0) {
968
- throw new IOException("Unable to close file because the last block"
+ throw new IOException("Unable to close file because the last block "
969
+ last + " does not have enough number of replicas.");
970
971
retries--;
0 commit comments