nandakumar131 commented on a change in pull request #853: HDDS-1558.
IllegalArgumentException while processing container Reports.
URL: https://github.com/apache/hadoop/pull/853#discussion_r289981897
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainerData.java
##########
@@ -133,6 +135,11 @@ public String getMetadataPath() {
return metadataPath;
}
+ @VisibleForTesting
+ public File getContainerFile() {
Review comment:
We don't need this method. We already have methods to get `metadataPath` and
`containerID`, using which we can construct `ContainerFile` object.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]