[
https://issues.apache.org/jira/browse/HDDS-764?focusedWorklogId=185137&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-185137
]
ASF GitHub Bot logged work on HDDS-764:
---------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jan/19 06:13
Start Date: 15/Jan/19 06:13
Worklog Time Spent: 10m
Work Description: bharatviswa504 commented on pull request #462:
HDDS-764. Run S3 smoke tests with replication STANDARD.
URL: https://github.com/apache/hadoop/pull/462#discussion_r246959924
##########
File path: hadoop-ozone/dist/src/main/smoketest/test.sh
##########
@@ -38,8 +72,8 @@ execute_tests(){
echo "-------------------------------------------------"
docker-compose -f "$COMPOSE_FILE" down
docker-compose -f "$COMPOSE_FILE" up -d
- echo "Waiting 30s for cluster start up..."
- sleep 30
+ docker-compose -f "$COMPOSE_FILE" scale datanode=3
Review comment:
Minor Nit:
Can we use this docker-compose -f "$COMPOSE_FILE" up -d --scale datanode=3
With above we see this on the console.
WARNING: The scale command is deprecated. Use the up command with the
--scale flag instead.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 185137)
Time Spent: 20m (was: 10m)
> Run S3 smoke tests with replication STANDARD.
> ---------------------------------------------
>
> Key: HDDS-764
> URL: https://issues.apache.org/jira/browse/HDDS-764
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Bharat Viswanadham
> Assignee: Elek, Marton
> Priority: Major
> Labels: newbie, pull-request-available
> Attachments: HDDS-764.001.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This Jira is created from the comment from [~elek]
> 1. I think sooner or later we need to run ozone tests with real replication.
> We can add a 'scale up' to the hadoop-ozone/dist/src/main/smoketest/test.sh
> {code:java}
> docker-compose -f "$COMPOSE_FILE" down
> docker-compose -f "$COMPOSE_FILE" up -d
> docker-compose -f "$COMPOSE_FILE" scale datanode=3
> {code}
> And with this modification we don't need the '--storage-class
> REDUCED_REDUNDANCY'. (But we can do it in separated jira)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]