hemantk-12 commented on code in PR #6186:
URL: https://github.com/apache/ozone/pull/6186#discussion_r1482290710


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/ratis/TestDnRatisLogParser.java:
##########
@@ -50,8 +51,9 @@ public class TestDnRatisLogParser {
   @BeforeEach
   public void setup() throws Exception {
     OzoneConfiguration conf = new OzoneConfiguration();
+    conf.setInt(OZONE_SCM_RATIS_PIPELINE_LIMIT, 2);

Review Comment:
   I don't think this line is needed and default value, from `ozone-site.xml`, 
should be used.
   
   If I'm not wrong, default value 3 was used when `totalPipelineNumLimit` was 
is less than 3 previously.
   
   
https://github.com/apache/ozone/blob/68c6f71b2d37bcee40957a8faa9083c9c9ef044f/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/MiniOzoneClusterImpl.java#L711-L713



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