David Mollitor created HDFS-14487:
-------------------------------------
Summary: Missing Space in Client Error Message
Key: HDFS-14487
URL: https://issues.apache.org/jira/browse/HDFS-14487
Project: Hadoop HDFS
Issue Type: Improvement
Components: hdfs-client
Affects Versions: 3.2.0
Reporter: David Mollitor
{code:java}
if (retries == 0) {
throw new IOException("Unable to close file because the last block"
+ last + " does not have enough number of replicas.");
}
{code}
Note the missing space after "last block".
https://github.com/apache/hadoop/blob/f940ab242da80a22bae95509d5c282d7e2f7ecdb/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java#L968-L969
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]