Re: HA failing for 1.6.0 job cluster with docker-compose

2018-09-21 Thread Tzanko Matev
Hi Vino and TIll, That's great news. Thank you! Cheers, Tzanko On Thu, Sep 20, 2018 at 11:43 AM vino yang wrote: > Hi all, > > Oh, I took this ticket, will fix it as soon as possible. > > Thanks, vino. > > Till Rohrmann 于2018年9月20日周四 下午4:35写道: > >> Hi Tzanko, >> >> in order to make the cont

Re: HA failing for 1.6.0 job cluster with docker-compose

2018-09-20 Thread vino yang
Hi all, Oh, I took this ticket, will fix it as soon as possible. Thanks, vino. Till Rohrmann 于2018年9月20日周四 下午4:35写道: > Hi Tzanko, > > in order to make the container entrypoint properly work with HA, we need > to fix the JobID (see https://issues.apache.org/jira/browse/FLINK-10291). > At the mo

Re: HA failing for 1.6.0 job cluster with docker-compose

2018-09-20 Thread Till Rohrmann
Hi Tzanko, in order to make the container entrypoint properly work with HA, we need to fix the JobID (see https://issues.apache.org/jira/browse/FLINK-10291). At the moment, we generate a new JobID for every restart of the cluster entrypoint container. Due to that the system cannot find the existin

Re: HA failing for 1.6.0 job cluster with docker-compose

2018-09-20 Thread vino yang
Hi Tzanko, Maybe Till is more appropriate to answer this question. Thanks, vino. Tzanko Matev 于2018年9月19日周三 下午5:47写道: > Dear all, > > I am currently experimenting with a Flink 1.6.0 job cluster. The goal is > to run a streaming job on K8s. Right now I am using docker-compose to > experiment wi

HA failing for 1.6.0 job cluster with docker-compose

2018-09-19 Thread Tzanko Matev
Dear all, I am currently experimenting with a Flink 1.6.0 job cluster. The goal is to run a streaming job on K8s. Right now I am using docker-compose to experiment with the job cluster. I am trying to set-up HA with Zookeeper, but I seem to fail. I have a docker-compose file which contains the fo