sk0x50 commented on code in PR #4923: URL: https://github.com/apache/ignite-3/pull/4923#discussion_r1893955608
########## modules/catalog-compaction/src/integrationTest/java/org/apache/ignite/internal/catalog/compaction/ItCatalogCompactionTest.java: ########## @@ -98,7 +98,8 @@ protected String getNodeBootstrapConfigTemplate() { + " },\n" + " clientConnector.port: {},\n" + " rest.port: {},\n" - + " compute.threadPoolSize: 1\n" + + " compute.threadPoolSize: 1,\n" + + " failureHandler.dumpThreadsOnFailure: false\n" Review Comment: IMHO, we need to change the default value to `stopNode` policy, it makes sense for production deployments. On the other hand, our tests may use another approach as you suggested. Let's discuss this topic with Yuriy. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org