clebertsuconic commented on code in PR #5430:
URL: https://github.com/apache/activemq-artemis/pull/5430#discussion_r1910583588


##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java:
##########
@@ -153,9 +146,8 @@ private void configureBeforeStart(Configuration... 
serverConfigs) {
       for (Configuration config : serverConfigs) {
          config.setPersistenceEnabled(true);
          config.setMessageCounterEnabled(true);
-         config.setJournalFileSize(20971520);
-         config.setJournalMinFiles(20);
-         config.setJournalCompactPercentage(50);
+         config.setJournalFileSize(20 * 1024);

Review Comment:
   looking at the history.. there's no reason for this huge file... most of our 
tests are using 10 or 20K from upper tests... this one had its own 
configuration and missed the defaults that were changed.. just ancient history.



-- 
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: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org
For additional commands, e-mail: gitbox-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to