adoroszlai opened a new pull request #1479:
URL: https://github.com/apache/hadoop-ozone/pull/1479


   ## What changes were proposed in this pull request?
   
   1. Create a separate instance of `FileSystem` in `HadoopFsGenerator` for 
each test thread.
   2. Move directory creation to test setup.  Previously `mkdirs()` resulted in 
an extra RPC for each file.
   3. Provide a hook method in `BaseFreonGenerator` for thread-specific cleanup.
   
   https://issues.apache.org/jira/browse/HDDS-4313
   
   ## How was this patch tested?
   
   ```
   ozone freon ockg -n1 -t1 -p warmup
   ozone freon dfsg -n10000 -t10
   ```
   
   ```
   /opt/profiler/profiler.sh -e lock -d 60 -o svg -f dfsg-lock.svg $(ps aux | 
grep 'proc_freo[n]' | awk '{ print $2 }')
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to