rpuch commented on code in PR #5711: URL: https://github.com/apache/ignite-3/pull/5711#discussion_r2063777569
########## modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/ItBigZoneOperationTest.java: ########## @@ -30,7 +30,6 @@ import org.junit.jupiter.api.extension.ExtendWith; @WithSystemProperty(key = IgniteSystemProperties.COLOCATION_FEATURE_FLAG, value = "true") -// TODO: https://issues.apache.org/jira/browse/IGNITE-24943 - remove the mute. @ExtendWith(FailureManagerExtension.class) @MuteFailureManagerLogging Review Comment: It was there to avoid those 'Critical system failure' logs due to FailureProcessor being triggered because of the bug you are fixing here :) If the bug is fixed, the mute is not needed anymore (lines 33 and 34 can be removed). The TODO was specifically about this. -- 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