adoroszlai commented on code in PR #5693:
URL: https://github.com/apache/ozone/pull/5693#discussion_r1408188730


##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/ratis/TestOzoneManagerDoubleBuffer.java:
##########
@@ -353,7 +357,7 @@ public void testS3SecretCacheSizePostDoubleBufferFlush() 
throws IOException {
 
     // Flush the current buffer.
     doubleBuffer.flushCurrentBuffer();
-
+    cache = secretManager.cache();

Review Comment:
   This part of the change seems to be unnecessary, the object returned by 
`cache()` is `final`, does not change.



-- 
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]

Reply via email to