[
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.1.patch
Uploading initial patch :
* The {{KMSClientProvider.Factory}} will now accept URIs of the following form
that supports multiple hostnames:
{noformat}
kms://<PROTO>@<AUTHORITY>/<PATH>
where :
- PROTO = http or https
- AUTHORITY = <HOSTS>[:<PORT>]
- HOSTS = <HOSTNAME>[;<HOSTS_STRING>]
- PORT = integer port
{noformat}
* Added a {{LoadBalancingKMSClientProvider}} that round-robin's requests across
a list of KMSClientProviders. It also ensures requests that fail due to an
{{IOException}} are retried with another KMS (Other exceptions are not retried)
> 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
>
>
> 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)