Till Rohrmann created FLINK-10747: ------------------------------------- Summary: CoGroupConnectedComponentsITCase deadlocked on Travis Key: FLINK-10747 URL: https://issues.apache.org/jira/browse/FLINK-10747 Project: Flink Issue Type: Bug Components: Tests Affects Versions: 1.7.0 Reporter: Till Rohrmann Fix For: 1.7.0
The {{CoGroupConnectedComponentsITCase}} deadlocks on Travis: https://api.travis-ci.org/v3/job/449230962/log.txt. It looks as if the iteration gets stuck and waits {{SuperstepKickoffLatch.awaitStartOfSuperstepOrTermination}} without ever getting a proper notification. This might indicate a serious bug in our iteration implementation. This could also be related to FLINK-10741. -- This message was sent by Atlassian JIRA (v7.6.3#76005)