rpuch commented on code in PR #4923:
URL: https://github.com/apache/ignite-3/pull/4923#discussion_r1893910645


##########
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:
   I see. But should we just enable log analyzer that fails a build if it sees 
that a failure has happened? I think Yura Gerzhedovich did such a thing; the 
problem was just a few tests that actually make sure that the failure happens. 
Maybe we should handle these tests and enable the check instead of stopping the 
node?



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

Reply via email to