tillrohrmann commented on a change in pull request #6751: [FLINK-10403] Port
JobManagerHAProcessFailureBatchRecoveryITCase to new code base
URL: https://github.com/apache/flink/pull/6751#discussion_r220107840
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/recovery/JobManagerHAProcessFailureBatchRecoveryITCase.java
##########
@@ -212,7 +216,8 @@ public void flatMap(Long value, Collector<Long> out)
throws Exception {
}
@Test
- public void testJobManagerProcessFailure() throws Exception {
+ public void testDispatcherProcessFailure() throws Exception {
Review comment:
I think I've found the culprit. It seems as if the `RestClient` does not
time out an established HTTP connection to the server. Due to that, it can
happen that we just established the connection when the `DispatcherProcess` is
killed. This apparently won't be noticed by Netty in time for the test to
finish. I'm still investigating why Netty cannot detect an unreachable remote
host.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services