ayushtkn commented on a change in pull request #3219:
URL: https://github.com/apache/ozone/pull/3219#discussion_r831784991
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAMetadataOnly.java
##########
@@ -460,13 +462,9 @@ public void testOMRetryCache() throws Exception {
}
- private void validateVolumesList(String userName,
- Set<String> expectedVolumes) throws Exception {
- ObjectStore objectStore = getObjectStore();
-
+ private void validateVolumesList(Set<String> expectedVolumes,
+ Iterator<? extends OzoneVolume> volumeIterator) throws Exception {
Review comment:
Sorry, I missed it previously. I think this doesn't throws Exception any
more. If so, can you drop the ``throws Exception`` part
--
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]