[ https://issues.apache.org/jira/browse/HDFS-14487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Templeton resolved HDFS-14487. ------------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 3.3.0 Thanks for the patch, [~shwetayakkali], and the review, [~sodonnell]. +1 Committed to trunk. > 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 > Assignee: Shweta > Priority: Minor > Labels: newbie, noob > Fix For: 3.3.0 > > Attachments: HDFS-14487.001.patch > > > {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: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org