Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4515#discussion_r132754963 --- Diff: flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/networking/NetworkFailureHandler.java --- @@ -92,7 +92,14 @@ public void channelOpen(ChannelHandlerContext context, ChannelStateEvent event) final Channel sourceChannel = event.getChannel(); sourceChannel.setReadable(false); - if (blocked.get()) { + boolean isBlocked = blocked.get(); + LOG.debug("Attempt to open proxy channel from [%s] to [%s:%s] in state [blocked = %s]", --- End diff -- yes.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---