Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A8C018F1F for ; Wed, 17 Feb 2016 09:12:34 +0000 (UTC) Received: (qmail 52349 invoked by uid 500); 17 Feb 2016 09:12:00 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 52286 invoked by uid 500); 17 Feb 2016 09:12:00 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 52274 invoked by uid 99); 17 Feb 2016 09:12:00 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2016 09:12:00 +0000 Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id ACFA91A0519 for ; Wed, 17 Feb 2016 09:11:59 +0000 (UTC) Received: by mail-lf0-f50.google.com with SMTP id m1so6576344lfg.0 for ; Wed, 17 Feb 2016 01:11:59 -0800 (PST) X-Gm-Message-State: AG10YOSt2VP/pQjGjpa7JBBY4IpOM4ehasx60bakVSTJhdtDSaVOY11MEYbu15Bd75DBAf8+eqMPNWD0KUubPkfd X-Received: by 10.25.170.85 with SMTP id t82mr177883lfe.57.1455700318252; Wed, 17 Feb 2016 01:11:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.167.73 with HTTP; Wed, 17 Feb 2016 01:11:38 -0800 (PST) In-Reply-To: References: From: Maximilian Michels Date: Wed, 17 Feb 2016 10:11:38 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Adding TaskManager's To: dev@flink.apache.org Content-Type: text/plain; charset=UTF-8 Hi Deepak, The job manager doesn't have to know about task managers. They will simply register at the job manager using the provided configuration. In HA mode, they will lookup the currently leading job manager first and then connect to it. The job manager can then assign work. Cheers, Max On Tue, Feb 16, 2016 at 10:41 PM, Deepak Jha wrote: > Hi All, > I have a question on scaling-up/scaling-down flink cluster. > As per the documentation, in order to scale-up the cluster, I can add a new > taskmanager on the fly and jobmanager can assign work to it. Assuming, I > have Flink HA , so in the event of master JobManager failure, how is this > taskmanager detail is going to get transferred ? I believe new master will > just read the contents from slaves config file. Can anyone give more > clarity on how this is done ? Or, Is it union of slaves and the > taskmanager's that are added on the fly ? > > -- > Thanks, > Deepak