| Summary: | [Perf] : ~30% regression on small file delete-renamed and rmdir FOPs | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Ambarish <asoman> |
| Component: | distribute | Assignee: | Nithya Balachandran <nbalacha> |
| Status: | CLOSED WONTFIX | QA Contact: | Ambarish <asoman> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | rhgs-3.1 | CC: | asoman, asrivast, kramdoss, nbalacha, pkarampu, rcyriac, rgowdapp, smohan |
| Target Milestone: | --- | Keywords: | Regression, ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | dht-directory-consistency | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-23 06:16:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Ambarish
2016-04-25 17:16:11 UTC
********** With 3.1.2 ********** delete-renamed : 7229.080000 files/sec rmdir : 2761.420000 files/sec These numbers are from a "non tuned" volume ******************* With 3.1.3(3.7.9-2) ******************* delete-renamed : 4728.684409 files/sec rmdir : 1946.532115 files/sec Small file performance enhancements(lookup optimize enabled and setting client and server event threads to 4 ) doesn't help either with 3.1.3: delete-renamed : 3897.576407 files/sec rmdir : 2718.358495 files/sec ************** EXACT WORKLOAD ************** Order of operations : (Create -> Read -> Append -> Rename -> Delete-Renamed -> Mkdir -> Rmdir -> Cleanup)*3 CLI example: python /small-files/smallfile/smallfile_cli.py --operation rmdir --threads 8 --file-size 64 --files 10000 --top /gluster-mount --pause 1000 --host-set "`echo $CLIENT | tr ' ' ','`" |