Re: Problem in Flink 1.3.2 with Mesos task managers offers

2017-09-20 Thread Francisco Gonzalez Barea
Hello Eron, Thank you for your reply, we will take a look at this. Regards On 19 Sep 2017, at 22:37, Eron Wright > wrote: Hello, the current behavior is that Flink holds onto received offers for up to two minutes while it attempts to

Re: Problem in Flink 1.3.2 with Mesos task managers offers

2017-09-19 Thread Eron Wright
Hello, the current behavior is that Flink holds onto received offers for up to two minutes while it attempts to provision the TMs. Flink can combine small offers to form a single TM, to combat fragmentation that develops over time in a Mesos cluster. Are you saying that unused offers aren't

Problem in Flink 1.3.2 with Mesos task managers offers

2017-09-19 Thread Francisco Gonzalez Barea
Hello guys, We have a flink 1.3.2 session deployed from Marathon json to Mesos with some of the following parameters as environment variables: "flink_mesos.initial-tasks": "8", "flink_mesos.resourcemanager.tasks.mem": "4096", And other environment variables including zookeeper, etc. The