HDDS-1428. Remove benign warning in handleCreateContainer. Contributed by Siddharth Wagle.
This commit is contained in:
parent
0c1fec34f4
commit
62f4808617
@ -251,7 +251,7 @@ ContainerCommandResponseProto handleCreateContainer(
|
|||||||
// The create container request for an already existing container can
|
// The create container request for an already existing container can
|
||||||
// arrive in case the ContainerStateMachine reapplies the transaction
|
// arrive in case the ContainerStateMachine reapplies the transaction
|
||||||
// on datanode restart. Just log a warning msg here.
|
// on datanode restart. Just log a warning msg here.
|
||||||
LOG.warn("Container already exists." +
|
LOG.debug("Container already exists." +
|
||||||
"container Id " + containerID);
|
"container Id " + containerID);
|
||||||
}
|
}
|
||||||
} catch (StorageContainerException ex) {
|
} catch (StorageContainerException ex) {
|
||||||
|
Loading…
Reference in New Issue
Block a user