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 2020/07/22 23:27:00 UTC

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

Bharat Viswanadham created HDDS-4010:
----------------------------------------

             Summary: 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


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: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org