Bug 1396404
Summary: | Sometimes "activeDeadlineSeconds" in ScheduledJob doesn't take affect | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Bing Li <bingli> |
Component: | Master | Assignee: | Maciej Szulik <maszulik> |
Status: | CLOSED ERRATA | QA Contact: | Chuan Yu <chuyu> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.3.1 | CC: | aos-bugs, decarr, eparis, haowang, jokerman, mfojtik, mmccomas |
Target Milestone: | --- | ||
Target Release: | 3.8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
Where there is not activity in jobs controller will touch every job only when performing full resync on all jobs.
Consequence:
This results in some jobs significantly exceeding short activeDeadlineSeconds.
Fix:
Enguque jobs having short activeDeadlineSeconds set to be resynced more frequently.
Result:
Short activeDeadlineSeconds is applied correctly.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-28 14:05:01 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
Bing Li
2016-11-18 09:20:05 UTC
This is known problem with activeDeadlineSeconds in jobs, which should be supported. See https://github.com/kubernetes/kubernetes/issues/32149 for more details. At this point I don't have any ETA for it, yet. This only affects short ADS, where short means here less then 10mins, which is the full resync time in the job controller. The upstream issue is not resolved yet and I don't think it will make it for 1.6, so adding target release to be 3.7 which more reflects the reality. It'll be part of 3.8 release, at soonest, looking at the upstream issue. Moving target accordingly. This is waiting for https://github.com/openshift/origin/pull/17115, I doubt this will happen this sprint, so I'm adding UpcomingSprint keyword. It works fine with: oc v3.8.0-alpha.0+fe6445a-249 kubernetes v1.8.1+0d5291c features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://127.0.0.1:8443 openshift v3.8.0-alpha.0+e6b20e1 kubernetes v1.7.6+a08f5eeb6 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/RHBA-2018:0489 |