[
https://issues.apache.org/jira/browse/FLINK-8035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16615275#comment-16615275
]
Jason Kania commented on FLINK-8035:
------------------------------------
I encountered this issue in 1.5.3 and subsequently had to roll back to 1.4.2. I
had cleaned out the zookeeper data but the issue remained. I was unable to
trace to a known cause. I suspect a swallowed error in zookeeper communication
because the code to perform the actual low level send for the job list was not
executed or at least the breakpoint was never hit.
> 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)