[
https://issues.apache.org/jira/browse/HDFS-14487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16866880#comment-16866880
]
Hudson commented on HDFS-14487:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16779 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/16779/])
HDFS-14487. Missing Space in Client Error Message (Contributed by Shweta
(templedf: rev 3c1a1ceea9e35ac53376276139416b728ed57f10)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
> 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: [email protected]
For additional commands, e-mail: [email protected]