[ https://issues.apache.org/jira/browse/FLINK-8035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16632090#comment-16632090 ]
Till Rohrmann commented on FLINK-8035: -------------------------------------- The {{jobmanager.log}} would be a good start. > Unable to submit job when HA is enabled > --------------------------------------- > > Key: FLINK-8035 > URL: https://issues.apache.org/jira/browse/FLINK-8035 > Project: Flink > Issue Type: Bug > Components: JobManager > Affects Versions: 1.4.0 > Environment: Mac OS X > Reporter: Robert Metzger > Priority: Critical > > Steps to reproduce: > - Get Flink 1.4 (f5a0b4bdfb) > - Get ZK (3.3.6 in this case) > - Put the following flink-conf.yaml: > {code} > high-availability: zookeeper > high-availability.storageDir: file:///tmp/flink-ha > high-availability.zookeeper.quorum: localhost:2181 > high-availability.zookeeper.path.cluster-id: /my-namespace > {code} > - Start Flink, submit a job (any streaming example will do) > The job submission will time out. On the JobManager, it seems that the job > submission gets stuck when trying to submit something to Zookeeper. > In the JM UI, the job will sit there in status "CREATED" -- This message was sent by Atlassian JIRA (v7.6.3#76005)