Tanvi Penumudy created HDDS-6619:
------------------------------------
Summary: Add freon command to run r/w mix workload for
OBJECT_STORE bucket layout
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
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]