[ 
https://issues.apache.org/jira/browse/HDDS-4010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bharat Viswanadham updated HDDS-4010:
-------------------------------------
    Labels: newbie  (was: )

> S3G startup fails when multiple service ids are configured.
> -----------------------------------------------------------
>
>                 Key: HDDS-4010
>                 URL: https://issues.apache.org/jira/browse/HDDS-4010
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Bharat Viswanadham
>            Priority: Major
>              Labels: newbie
>
> This Jira is to fix this TODO.
> OzoneServiceProvider.java L59:
> {code:java}
>       // HA cluster.
>       //For now if multiple service id's are configured we throw exception.
>       // As if multiple service id's are configured, S3Gateway will not be
>       // knowing which one to talk to. In future, if OM federation is 
> supported
>       // we can resolve this by having another property like
>       // ozone.om.internal.service.id.
>       // TODO: Revisit this later.
>       if (serviceIdList.size() > 1) {
>         throw new IllegalArgumentException("Multiple serviceIds are " +
>             "configured. " + Arrays.toString(serviceIdList.toArray()));
> {code}
>       



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to