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 "Lei (Eddy) Xu (JIRA)" <ji...@apache.org> on 2017/08/24 18:50:00 UTC

[jira] [Created] (HDFS-12349) Improve log message when

Lei (Eddy) Xu created HDFS-12349:
------------------------------------

             Summary: Improve log message when 
                 Key: HDFS-12349
                 URL: https://issues.apache.org/jira/browse/HDFS-12349
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: erasure-coding
    Affects Versions: 3.0.0-alpha3
            Reporter: Lei (Eddy) Xu
            Assignee: Lei (Eddy) Xu
            Priority: Minor


When an EC output stream could not alloc enough blocks for parity blocks, it sets the warning.
{code}
if (blocks[i] == null) {
        LOG.warn("Failed to get block location for parity block, index=" + i);
{code}

We should clarify the cause of this warning message.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org