Surendra Singh Lilhore created HDFS-15045:
---------------------------------------------

             Summary: DataStreamer#createBlockOutputStream() should log 
exception in warn.
                 Key: HDFS-15045
                 URL: https://issues.apache.org/jira/browse/HDFS-15045
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: dfsclient
    Affects Versions: 3.1.1
            Reporter: Surendra Singh Lilhore


{code:java}
} catch (IOException ie) {
        if (!errorState.isRestartingNode()) {
          LOG.info("Exception in createBlockOutputStream " + this, ie);
        } {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to