You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "David Mollitor (JIRA)" <ji...@apache.org> on 2019/05/12 17:16:00 UTC

[jira] [Created] (HDFS-14487) Missing Space in Client Error Message

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: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org