[ https://issues.apache.org/jira/browse/FLINK-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16627022#comment-16627022 ]
ASF GitHub Bot commented on FLINK-10403: ---------------------------------------- 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: us...@infra.apache.org > Port JobManagerHAProcessFailureBatchRecoveryITCase to new code base > ------------------------------------------------------------------- > > Key: FLINK-10403 > URL: https://issues.apache.org/jira/browse/FLINK-10403 > Project: Flink > Issue Type: Sub-task > Components: Tests > Affects Versions: 1.7.0 > Reporter: Till Rohrmann > Assignee: Till Rohrmann > Priority: Major > Labels: pull-request-available > Fix For: 1.7.0 > > > Port {{JobManagerHAProcessFailureBatchRecoveryITCase}} to new code base. -- This message was sent by Atlassian JIRA (v7.6.3#76005)