Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3761E1761B for ; Tue, 24 Feb 2015 09:05:05 +0000 (UTC) Received: (qmail 99830 invoked by uid 500); 24 Feb 2015 09:05:05 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 99788 invoked by uid 500); 24 Feb 2015 09:05:05 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 99773 invoked by uid 99); 24 Feb 2015 09:05:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2015 09:05:04 +0000 Date: Tue, 24 Feb 2015 09:05:04 +0000 (UTC) From: "Arun Suresh (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-11620) Add Support for Load Balancing across a group of KMS servers for HA MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-11620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Suresh updated HADOOP-11620: --------------------------------- Attachment: HADOOP-11620.3.patch Updating patch to remove single port limitation. The scheme is now : {noformat} kms://@/ where : - PROTO = http or https - AUTHORITY = [:] - HOSTS = [,] - HOST = [;] // Host specific port will over-ride any // port that might be specified with ':' - HOSTNAME = string - PORT = integer {noformat} Also, to ensure requests from short-lived clients (keyShell etc.) do not all end up going to the same KMS, the load balancer now initializes with a random index > Add Support for Load Balancing across a group of KMS servers for HA > ------------------------------------------------------------------- > > Key: HADOOP-11620 > URL: https://issues.apache.org/jira/browse/HADOOP-11620 > Project: Hadoop Common > Issue Type: Improvement > Components: kms > Affects Versions: 2.6.0 > Reporter: Arun Suresh > Assignee: Arun Suresh > Attachments: HADOOP-11620.1.patch, HADOOP-11620.2.patch, HADOOP-11620.3.patch > > > This patch needs to add support for : > * specification of multiple hostnames in the kms key provider uri > * KMS client to load balance requests across the hosts specified in the kms keyprovider uri. -- This message was sent by Atlassian JIRA (v6.3.4#6332)