Arpit Agarwal created HDDS-1428:
-----------------------------------

             Summary: Remove benign warning in handleCreateContainer
                 Key: HDDS-1428
                 URL: https://issues.apache.org/jira/browse/HDDS-1428
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
            Reporter: Arpit Agarwal


The following log message in KeyValueHandler#handleCreateContainer can be 
removed or moved to _debug_ level.

{code}
        // The create container request for an already existing container can
        // arrive in case the ContainerStateMachine reapplies the transaction
        // on datanode restart. Just log a warning msg here.
        LOG.warn("Container already exists." +
            "container Id " + containerID);
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to