Bug 1404959
| Summary: | pods creation slows down over time | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Elvir Kuric <ekuric> |
| Component: | Node | Assignee: | Jordan Liggitt <jliggitt> |
| Status: | CLOSED ERRATA | QA Contact: | Mike Fiedler <mifiedle> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.4.0 | CC: | aos-bugs, eparis, jeder, jmencak, jokerman, mifiedle, mmccomas, smunilla, tstclair |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | aos-scalability-34 | ||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-10 05:17:28 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
Elvir Kuric
2016-12-15 08:46:32 UTC
So I have more comments on the experiment, b/c slower throughput on trickled input with a large cluster is expected. Also, this behavior is not see on cluster horizontal tests. Let me elaborate: Scheduling throughput is a f(running pods) + new_pods_per_cycle. So if you are consistently adding small batches of pods the overall throughput of the scheduler goes way down because the scheduler will only take the new batch and will pay the penalty of f(running pods) several times + there is a delay between next evaluation. It's better to batch the submissions either concurrently or in bulk if the goal is to load faster. Cancel needinfo and switching to: https://bugzilla.redhat.com/show_bug.cgi?id=1343196 Since this is blocked on the switch to etcd 3.1 and the v3 schema and we aren't doing that until 3.6, moving to UpcomingRelease. Still waiting on 1.6 rebase Still waiting on 1.6 rebase 1.6.1 in in, moving to MODIFIED Verified on 3.6.122 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:1716 |