You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Tanvi Penumudy (Jira)" <ji...@apache.org> on 2022/05/05 12:39:00 UTC

[jira] [Updated] (HDDS-6619) Add freon command to run r/w mix workload using ObjectStore APIs

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

Tanvi Penumudy updated HDDS-6619:
---------------------------------
    Summary: Add freon command to run r/w mix workload using ObjectStore APIs  (was: Add freon command to run r/w mix workload using ObjectStore API)

> Add freon command to run r/w mix workload using ObjectStore APIs
> ----------------------------------------------------------------
>
>                 Key: HDDS-6619
>                 URL: https://issues.apache.org/jira/browse/HDDS-6619
>             Project: Apache Ozone
>          Issue Type: Sub-task
>          Components: freon
>            Reporter: Tanvi Penumudy
>            Assignee: Tanvi Penumudy
>            Priority: Major
>
> The idea is to run r/w mix workload for {{OBJECT_STORE("OBS")}} bucket layout
> {code:java}
> Step-1) Create keyCountForRead(=1000) keys under path/readPath
> Step-2) Start readThreadCount(=90) concurrent read threads
>         each new Thread (() ->{
>             for(1...numOfReadOperations(=50))
>                 bucket.listKeys(path/readPath)
>         }
> Step-3) Start writeThreadCount(=10) concurrent write threads
>         each new Thread (() -> {
>             for(1...numOfWriteOperations(=10))
>                 bucket.createKey(path/writePath/file-random-keypath)
>         }
> Notation: Ozone Freon Command Parameter (=Default Value){code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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