Skip to content

Commit

Permalink
HDDS-1428. Remove benign warning in handleCreateContainer. Contribute…
Browse files Browse the repository at this point in the history
…d by Siddharth Wagle.
  • Loading branch information
arp7 committed Apr 12, 2019
1 parent 0c1fec3 commit 62f4808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ ContainerCommandResponseProto handleCreateContainer(
// 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) {
Expand Down

0 comments on commit 62f4808

Please sign in to comment.