Bug 1695480
| Summary: | Global Thread Pool | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Xavi Hernandez <jahernan> |
| Component: | core | Assignee: | Xavi Hernandez <jahernan> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | mainline | CC: | bugs, pasik |
| Target Milestone: | --- | Keywords: | Improvement, Performance |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-12 13:00:31 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: | |
| Embargoed: | |||
|
Description
Xavi Hernandez
2019-04-03 08:09:22 UTC
The autoscaling implementation was not giving the expected results. I implemented a new approach that works much better automatically. However it doesn't beats the current implementation in all cases. Results can be found here: https://docs.google.com/spreadsheets/d/19JqvuFKZxKifgrhLF-5-bgemYj8XKldUox1QwsmGj2k/edit?usp=sharing One thing that I've observed is that both the old and new implementations have a huge variation for some tests. I cannot explain why right now. My plan is to add instrumentation to gluster code to be able to analyze these cases in more detail and see where the delays come from. This bug is moved to https://github.com/gluster/glusterfs/issues/983, and will be tracked there from now on. Visit GitHub issues URL for further details |