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

Zita Dombi updated HDDS-14897:
------------------------------
    Description: 
In the rolling-upgrade suite in the driver.sh there is a workaround for S3 
tests:
{code:java}
  # The data generation/validation is doing S3 API tests, so skip it in case 
the S3 gateway is updated
  # TODO find a better solution
  if [[ ${SERVICE} != "s3g" ]]; then
    callback before_service_restart
  fi
{code}
Use HA Proxy to load balance multiple S3 gateways (like in s3-haproxy.yaml).

[ref review 
comment|https://github.com/apache/ozone/pull/9877#discussion_r2966930742]

  was:
In the rolling-upgrade suite in the driver.sh there is a workaround for S3 
tests:

{code:java}
  # The data generation/validation is doing S3 API tests, so skip it in case 
the S3 gateway is updated
  # TODO find a better solution
  if [[ ${SERVICE} != "s3g" ]]; then
    callback before_service_restart
  fi
{code}

Use HA Proxy to load balance multiple S3 gateways (like in s3-haproxy.yaml).




> Add multiple S3 gateways to the rolling-upgrade suite
> -----------------------------------------------------
>
>                 Key: HDDS-14897
>                 URL: https://issues.apache.org/jira/browse/HDDS-14897
>             Project: Apache Ozone
>          Issue Type: Improvement
>            Reporter: Zita Dombi
>            Assignee: Zita Dombi
>            Priority: Major
>
> In the rolling-upgrade suite in the driver.sh there is a workaround for S3 
> tests:
> {code:java}
>   # The data generation/validation is doing S3 API tests, so skip it in case 
> the S3 gateway is updated
>   # TODO find a better solution
>   if [[ ${SERVICE} != "s3g" ]]; then
>     callback before_service_restart
>   fi
> {code}
> Use HA Proxy to load balance multiple S3 gateways (like in s3-haproxy.yaml).
> [ref review 
> comment|https://github.com/apache/ozone/pull/9877#discussion_r2966930742]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to