Bug 1905991
Summary: | [release-4.5] Detecting broken connections to the Kube API takes up to 15 minutes | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Lukasz Szaszkiewicz <lszaszki> |
Component: | openshift-apiserver | Assignee: | Lukasz Szaszkiewicz <lszaszki> |
Status: | CLOSED ERRATA | QA Contact: | Ke Wang <kewang> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 4.5 | CC: | aos-bugs, fan-wxa, mfojtik, rh-container, xxia |
Target Milestone: | --- | Flags: | mfojtik:
needinfo?
|
Target Release: | 4.5.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | LifecycleReset | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Ungraceful network termination could lead to a situation in which communication between components could be cut off for up to 15 minutes.
The issue has been fixed by setting
TCP_USER_TIMEOUT (https://man7.org/linux/man-pages/man7/tcp.7.html) socket option which controls for how long transmitted data may be unacknowledged before the connection is forcefully closed.
After applying the fix new connections will be crated after 30~ instead of 15 minutes.
|
Story Points: | --- |
Clone Of: | 1905195 | Environment: | |
Last Closed: | 2021-03-03 04:40:30 UTC | Type: | --- |
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: | 1905195 | ||
Bug Blocks: | 1723620, 1881878 |
Description
Lukasz Szaszkiewicz
2020-12-09 13:26:33 UTC
This bug hasn't had any activity in the last 30 days. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're marking this bug as "LifecycleStale" and decreasing the severity/priority. If you have further information on the current state of the bug, please update it, otherwise this bug can be closed in about 7 days. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. Additionally, you can add LifecycleFrozen into Keywords if you think this bug should never be marked as stale. Please consult with bug assignee before you do that. PRs are in the merge queue waiting for the QE team to verify. The LifecycleStale keyword was removed because the bug got commented on recently. The bug assignee was notified. Ke Wang, when PRs/bug statuses are ready, help verify (or pre-merge verify) openshift-apiserver, oauth-openshift, and oauth-apiserver, see my steps in the 4.7 clone bug 1905194#c14 ~ c16 (you can ignore other preceding exploring comments there). It has experiences of crafting broken connection for our components. May be re-used in future other bugs. PRs are ready and have been already tagged. PRs will be merged after https://bugzilla.redhat.com/show_bug.cgi?id=1905195 is verified. There is only one pending PR https://github.com/openshift/openshift-apiserver/pull/164 *** Bug 1881878 has been marked as a duplicate of this bug. *** All pending PRs have merged. Please verify openshift-apiserver and oauth-server. oauth-apiserver was added in 4.6 (In reply to Lukasz Szaszkiewicz from comment #9) Hi, Lukasz, > All pending PRs have merged. Please verify openshift-apiserver and > oauth-server. > oauth-apiserver was added in 4.6 cloud you let us know which version of 4.6 fixed this problem? We still see the problem on OCP4.6.12. (In reply to weiguo fan from comment #10) > (In reply to Lukasz Szaszkiewicz from comment #9) > > Hi, Lukasz, > > > All pending PRs have merged. Please verify openshift-apiserver and > > oauth-server. > > oauth-apiserver was added in 4.6 > > cloud you let us know which version of 4.6 fixed this problem? > We still see the problem on OCP4.6.12. Hi, sure, it was https://bugzilla.redhat.com/show_bug.cgi?id=1905195 In summary, previous 2 comments verify openshift-apiserver, oauth-openshift, they can detect broken connections to the kube apiserver immediately, so move the bug VERIFIED. 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 (Important: OpenShift Container Platform 4.5.33 bug fix and security update), 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/RHSA-2021:0428 |