Bug 1264216
| Summary: | "service openshift-gears start" should not be calling unidle | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Timothy Williams <tiwillia> |
| Component: | Containers | Assignee: | Timothy Williams <tiwillia> |
| Status: | CLOSED ERRATA | QA Contact: | Chao Yang <chaoyang> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.2.0 | CC: | adellape, agrimm, anli, aos-bugs, bmeng, jhonce, jokerman, jolamb, libra-bugs, mmccomas, yadu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rubygem-openshift-origin-node-1.37.1.1-1.el6op openshift-origin-node-util-1.37.2.1-1.el6op | Doc Type: | Bug Fix |
| Doc Text: |
Previously, every gear on a node received an "unidle" call during a node start, which triggered an Apache reload for each gear, incurring significant overhead. This caused node start time to take longer than was necessary, and gears that started first were deprived of resources until the node settled. This bug fix ensures gears are only unidled on user start. As a result, unnecessary unidles no longer occur at node start, and node start time is reduced.
|
Story Points: | --- |
| Clone Of: | 1232907 | Environment: | |
| Last Closed: | 2015-09-30 16:38:50 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: | |||
| Bug Depends On: | 966790, 1232907 | ||
| Bug Blocks: | |||
|
Description
Timothy Williams
2015-09-17 22:11:59 UTC
The fix wasn't inclued in this puddle, we need another puddle. Verified and pass There is no apache reloads during system restart. [root@node2 ~]# grep -c oo-httpd-singular /var/log/openshift/node/platform.log 0 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://rhn.redhat.com/errata/RHSA-2015-1844.html |