You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/06/23 07:03:02 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #2356: HDDS-3292. Support Hadoop 3.3

adoroszlai commented on a change in pull request #2356:
URL: https://github.com/apache/ozone/pull/2356#discussion_r656814907



##########
File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneShellHA.java
##########
@@ -139,7 +139,6 @@ public static void init() throws Exception {
         .setOMServiceId(omServiceId)
         .setNumOfOzoneManagers(numOfOMs)
         .build();
-    conf.setQuietMode(false);

Review comment:
       > it seems strange we load hdfs-client jar (which is the culprit of this test error)
   
   OM uses `URLConnectionFactory` from this lib.
   
   What I found strange was that other tests with `setQuietMode(false)` are passing.




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org