Skip to content

Commit 3c1a1ce

Browse files
Shweta Yakkalitempledf
authored andcommitted
HDFS-14487. Missing Space in Client Error Message (Contributed by Shweta Yakkali via Daniel Templeton)
Change-Id: I0f8ce74a35ab24fe94fd0e57d8247bb3fa575e6f
1 parent 3ab77d9 commit 3c1a1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ protected void completeFile(ExtendedBlock last) throws IOException {
965965
}
966966
try {
967967
if (retries == 0) {
968-
throw new IOException("Unable to close file because the last block"
968+
throw new IOException("Unable to close file because the last block "
969969
+ last + " does not have enough number of replicas.");
970970
}
971971
retries--;

0 commit comments

Comments
 (0)