adoroszlai commented on a change in pull request #3126:
URL: https://github.com/apache/ozone/pull/3126#discussion_r813684206
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerRestart.java
##########
@@ -188,12 +197,29 @@ public void testRestartOMWithKeyOperation() throws
Exception {
Assert.assertTrue(ozoneBucket.getName().equals(bucketName));
String data = "random data";
- OzoneOutputStream ozoneOutputStream = ozoneBucket.createKey(key,
+ OzoneOutputStream ozoneOutputStream1 = ozoneBucket.createKey(key1,
Review comment:
Nit: renaming `ozoneOutputStream` seems unnecessary, but no need to
revert unless further changes are requested by other reviewers.
--
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]