sumitagrawl commented on code in PR #6037:
URL: https://github.com/apache/ozone/pull/6037#discussion_r1469051457


##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/OmMetadataGenerator.java:
##########
@@ -157,6 +167,9 @@ enum Operation {
   private Operation[] operations;
   private boolean mixedOperation = false;
 
+  private final ReplicationConfig ratisThree =

Review Comment:
   `ratisThree` is new config added for CREATE_KEY, 
CREATE_STREAM_KEY,CREATE_FILE_CREATE_STREAM_FILE. 
   as, replicationConfig with default RATIS_THREE was configurable, but this 
new parameter is not configurable. IMO, either can use replicationConfig as 
same is already supported OR need support configuration for same for test.
   



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