xBis7 commented on code in PR #3741:
URL: https://github.com/apache/ozone/pull/3741#discussion_r1133931954
##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/ContainerTestUtils.java:
##########
@@ -207,16 +207,21 @@ public static KeyValueContainer setUpTestContainer(
UUID.randomUUID().toString(),
UUID.randomUUID().toString());
keyValueContainerData.setSchemaVersion(schemaVersion);
+ keyValueContainerData.setState(ContainerProtos
Review Comment:
It made sense to set the state to DELETED, since it can't be anything else
but you are right. We don't need it or the other addition and we can get rid of
them.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]