adoroszlai commented on code in PR #8270:
URL: https://github.com/apache/ozone/pull/8270#discussion_r2045063700
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/AbstractRootedOzoneFileSystemTest.java:
##########
@@ -274,6 +274,7 @@ void initClusterAndEnv() throws IOException,
InterruptedException, TimeoutExcept
userOfs = UGI_USER1.doAs(
(PrivilegedExceptionAction<RootedOzoneFileSystem>)()
-> (RootedOzoneFileSystem) FileSystem.get(conf));
+ random = new SecureRandom();
Review Comment:
`random` member variable is unused after
d183df3fa874e7681d5fc5a29d03d4f55a2fe53c, please remove. Also remove import of
`SecureRandom`.
--
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]