[jira] [Commented] (FLINK-20045) ZooKeeperLeaderElectionTest.testZooKeeperLeaderElectionRetrieval failed with "TimeoutException: Contender was not elected as the leader within 200000ms"

2020-11-09 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17228928#comment-17228928 ] Dian Fu commented on FLINK-20045: -

[jira] [Commented] (FLINK-20045) ZooKeeperLeaderElectionTest.testZooKeeperLeaderElectionRetrieval failed with "TimeoutException: Contender was not elected as the leader within 200000ms"

2020-11-09 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17228646#comment-17228646 ] Yang Wang commented on FLINK-20045: --- Make sense to me. >

[jira] [Commented] (FLINK-20045) ZooKeeperLeaderElectionTest.testZooKeeperLeaderElectionRetrieval failed with "TimeoutException: Contender was not elected as the leader within 200000ms"

2020-11-09 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17228585#comment-17228585 ] Till Rohrmann commented on FLINK-20045: --- Maybe it is also fine to simply block the

[jira] [Commented] (FLINK-20045) ZooKeeperLeaderElectionTest.testZooKeeperLeaderElectionRetrieval failed with "TimeoutException: Contender was not elected as the leader within 200000ms"

2020-11-09 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17228543#comment-17228543 ] Yang Wang commented on FLINK-20045: --- I agree with you that {{TestingLeaderElectionEventHandler}} could

[jira] [Commented] (FLINK-20045) ZooKeeperLeaderElectionTest.testZooKeeperLeaderElectionRetrieval failed with "TimeoutException: Contender was not elected as the leader within 200000ms"

2020-11-09 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17228477#comment-17228477 ] Till Rohrmann commented on FLINK-20045: --- I think the underlying problem is that the

[jira] [Commented] (FLINK-20045) ZooKeeperLeaderElectionTest.testZooKeeperLeaderElectionRetrieval failed with "TimeoutException: Contender was not elected as the leader within 200000ms"

2020-11-09 Thread Till Rohrmann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17228448#comment-17228448 ] Till Rohrmann commented on FLINK-20045: --- I think introducing sleeps is not a reliable way of

[jira] [Commented] (FLINK-20045) ZooKeeperLeaderElectionTest.testZooKeeperLeaderElectionRetrieval failed with "TimeoutException: Contender was not elected as the leader within 200000ms"

2020-11-08 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17228330#comment-17228330 ] Yang Wang commented on FLINK-20045: --- I think the root cause is the leader was granted too fast and the

[jira] [Commented] (FLINK-20045) ZooKeeperLeaderElectionTest.testZooKeeperLeaderElectionRetrieval failed with "TimeoutException: Contender was not elected as the leader within 200000ms"

2020-11-07 Thread Yang Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-20045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17227925#comment-17227925 ] Yang Wang commented on FLINK-20045: --- I am having a look on this failed test. >