clebertsuconic commented on code in PR #5430: URL: https://github.com/apache/activemq-artemis/pull/5430#discussion_r1910539446
########## 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: knowing the history I know.. it was just how we would play back then. This was pushing the time on the test significantly. I had done similar cleanups before. -- 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