adoroszlai commented on code in PR #6186:
URL: https://github.com/apache/ozone/pull/6186#discussion_r1482407507
##########
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:
> If I'm not wrong, default value 3 was used when `totalPipelineNumLimit`
was less than 3 previously.
You are right. I didn't notice this.
But this test uses only one datanode, so it doesn't make any difference.
https://github.com/apache/ozone/blob/59ca4d35cd0060f2bf704147fcb7a3b546937154/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/ratis/TestDnRatisLogParser.java#L56
--
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]