[
https://issues.apache.org/jira/browse/HDDS-6619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rakesh Radhakrishnan updated HDDS-6619:
---------------------------------------
Summary: Add freon command to run r/w mix workload using ObjectStore API
(was: Add freon command to run r/w mix workload for OBJECT_STORE bucket layout)
> Add freon command to run r/w mix workload using ObjectStore API
> ---------------------------------------------------------------
>
> 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: [email protected]
For additional commands, e-mail: [email protected]