You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2019/04/12 22:08:27 UTC

[hadoop] branch trunk updated: HDDS-1428. Remove benign warning in handleCreateContainer. Contributed by Siddharth Wagle.

This is an automated email from the ASF dual-hosted git repository.

arp pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 62f4808  HDDS-1428. Remove benign warning in handleCreateContainer. Contributed by Siddharth Wagle.
62f4808 is described below

commit 62f4808617a354b8f4f803cdb8915c179b7210be
Author: Arpit Agarwal <ar...@apache.org>
AuthorDate: Fri Apr 12 15:08:01 2019 -0700

    HDDS-1428. Remove benign warning in handleCreateContainer. Contributed by Siddharth Wagle.
---
 .../org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java
index d2d7bf7..531fb02 100644
--- a/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java
+++ b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java
@@ -251,7 +251,7 @@ public class KeyValueHandler extends Handler {
         // 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." +
+        LOG.debug("Container already exists." +
             "container Id " + containerID);
       }
     } catch (StorageContainerException ex) {


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