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 2022/04/12 14:39:02 UTC

[GitHub] [ozone] umamaheswararao commented on a diff in pull request #3293: HDDS-6565. EC: Unify replication-related CLI params

umamaheswararao commented on code in PR #3293:
URL: https://github.com/apache/ozone/pull/3293#discussion_r848508969


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneShellHA.java:
##########
@@ -141,9 +141,6 @@ public static void init() throws Exception {
     testFile.getParentFile().mkdirs();
     testFile.createNewFile();
 

Review Comment:
   is there a reason we want to initialize for every test now? ( init is annotated as @beforeclass. )



##########
hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ozone/OzoneClientUtils.java:
##########
@@ -165,7 +165,7 @@ public static ReplicationConfig getClientConfiguredReplicationConfig(
    */
   public static ReplicationConfig validateAndGetClientReplicationConfig(
       ReplicationType userPassedType, String userPassedReplication,
-      OzoneConfiguration clientSideConfig) {

Review Comment:
   Can we update in resolveClientSideReplicationConfig also ?



-- 
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: issues-unsubscribe@ozone.apache.org

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