Skip to content

Commit 62f4808

Browse files
committed
HDDS-1428. Remove benign warning in handleCreateContainer. Contributed by Siddharth Wagle.
1 parent 0c1fec3 commit 62f4808

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue

1 file changed

+1
-1
lines changed

hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ ContainerCommandResponseProto handleCreateContainer(
251251
// The create container request for an already existing container can
252252
// arrive in case the ContainerStateMachine reapplies the transaction
253253
// on datanode restart. Just log a warning msg here.
254-
LOG.warn("Container already exists." +
254+
LOG.debug("Container already exists." +
255255
"container Id " + containerID);
256256
}
257257
} catch (StorageContainerException ex) {

0 commit comments

Comments
 (0)