pgaref commented on code in PR #22516:
URL: https://github.com/apache/flink/pull/22516#discussion_r1206188285
##########
flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniCluster.java:
##########
@@ -197,6 +198,9 @@ public class MiniCluster implements AutoCloseableAsync {
@GuardedBy("lock")
private HeartbeatServices heartbeatServices;
+ @GuardedBy("lock")
+ private Collection<FailureEnricher> failureEnrichers;
Review Comment:
We might need it for e2e tests, but removing it for the time being
--
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]