Re: Jars replication

2020-04-17 Thread Chesnay Schepler
My apologies, I remembered wrong. The jar endpoints all require working against the leading job master unfortunately. On 17/04/2020 10:18, Andrés Garagiola wrote: Thank Chesnay, I'm invoking the "/jars" endpoint in both JMs and only one of them answers with the uploaded jar. If I try to send

Re: Jars replication

2020-04-17 Thread Chesnay Schepler
Jars are not replicated to all JobManagers, this is currently expected, but generally undesirable for the use-case you out-lined. IIRC the important part is that the upload goes directly against the leader, the run request can be sent anywhere and it will be redirected internally to the

Jars replication

2020-04-17 Thread Andrés Garagiola
Hi, I'm configuring a Flink cluster with high availability based on ZooKeeper and two Job Managers. When I upload a jar using the /jars/upload REST API, I don't get the jar replicated in both JMs. Is this the expected behavior? I want to configure the cluster in such a way that once the jar is