You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2017/11/08 15:44:00 UTC

[jira] [Created] (FLINK-8035) Unable to submit job when HA is enabled

Robert Metzger created FLINK-8035:
-------------------------------------

             Summary: 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


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.






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)