[ 
https://issues.apache.org/jira/browse/HDFS-14487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shweta updated HDFS-14487:
--------------------------
    Attachment: HDFS-14487.001.patch

> 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
>            Priority: Minor
>              Labels: newbie, noob
>         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]

Reply via email to