You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Bharat Viswanadham (Jira)" <ji...@apache.org> on 2022/01/11 17:42:00 UTC

[jira] [Resolved] (HDDS-4010) S3G startup fails when multiple service ids are configured.

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

Bharat Viswanadham resolved HDDS-4010.
--------------------------------------
    Fix Version/s: 1.3.0
       Resolution: Fixed

> S3G startup fails when multiple service ids are configured.
> -----------------------------------------------------------
>
>                 Key: HDDS-4010
>                 URL: https://issues.apache.org/jira/browse/HDDS-4010
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Bharat Viswanadham
>            Assignee: Bharat Viswanadham
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.3.0
>
>
> 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.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org