From issues-return-148685-archive-asf-public=cust-asf.ponee.io@flink.apache.org Fri Jan 19 22:22:08 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 2AB14180607 for ; Fri, 19 Jan 2018 22:22:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1A3FE160C49; Fri, 19 Jan 2018 21:22:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 61545160C1B for ; Fri, 19 Jan 2018 22:22:07 +0100 (CET) Received: (qmail 5442 invoked by uid 500); 19 Jan 2018 21:22:06 -0000 Mailing-List: contact issues-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 issues@flink.apache.org Received: (qmail 5433 invoked by uid 99); 19 Jan 2018 21:22:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2018 21:22:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 2B6E81A07FC for ; Fri, 19 Jan 2018 21:22:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.711 X-Spam-Level: X-Spam-Status: No, score=-100.711 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 6qlSU7RdX2sT for ; Fri, 19 Jan 2018 21:22:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 24DA85F23C for ; Fri, 19 Jan 2018 21:22:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6DC13E0F6D for ; Fri, 19 Jan 2018 21:22:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6754E241C6 for ; Fri, 19 Jan 2018 21:22:00 +0000 (UTC) Date: Fri, 19 Jan 2018 21:22:00 +0000 (UTC) From: "Till Rohrmann (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-8465) Retrieve correct leader component address in ClusterClient MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Till Rohrmann created FLINK-8465: ------------------------------------ Summary: Retrieve correct leader component address in ClusterClient Key: FLINK-8465 URL: https://issues.apache.org/jira/browse/FLINK-8465 Project: Flink Issue Type: Bug Components: Distributed Coordination Affects Versions: 1.5.0 Reporter: Till Rohrmann Assignee: Till Rohrmann Fix For: 1.5.0 The {{ClusterClient}} has a method {{#getJobManagerAddress}} which retrieves the address of the leading {{JobManager}}. In order to make this method work with Flip-6 I propose to rename it into {{getClusterConnectionInfo}} which retrieves the {{LeaderConnectionInfo}} for the leader component of the cluster. In Flip-6 this will be the {{Dispatcher}}. In the old code, this will be the {{JobManager}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)