Bug 1896905

Summary: Route with `haproxy.router.openshift.io/timeout: 365d` kills the ingress controller
Product: OpenShift Container Platform Reporter: OpenShift BugZilla Robot <openshift-bugzilla-robot>
Component: NetworkingAssignee: Stephen Greene <sgreene>
Networking sub component: router QA Contact: Hongan Li <hongli>
Status: CLOSED ERRATA Docs Contact:
Severity: high    
Priority: medium CC: aos-bugs, bbennett, bperkins, brad.williams, cblecker, erich, jeder, mjoseph, mmasters, mwoodson, nmalik, rrackow, sdodson, wking
Version: 4.4Keywords: ServiceDeliveryImpact, Upgrades
Target Milestone: ---   
Target Release: 4.6.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1896914 (view as bug list) Environment:
Last Closed: 2020-11-30 16:46:09 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: 1861383    
Bug Blocks: 1896914    

Comment 2 Hongan Li 2020-11-17 08:04:22 UTC
Verified with a cluster (4.6.0-0.ci.test-2020-11-17-064446-ci-ln-01jzfzt) launched by cluster-bot and passed.

# oc annotate route edgeroute haproxy.router.openshift.io/timeout=100d
route.route.openshift.io/edgeroute annotated

# oc get route edgeroute -oyaml
apiVersion: route.openshift.io/v1
kind: Route
metadata:
  annotations:
    haproxy.router.openshift.io/timeout: 100d


# oc -n openshift-ingress exec router-default-c9ccc9f7-5m9pn -- cat haproxy.config
<---snip--->
# Plain http backend or backend with TLS terminated at the edge or a
# secure backend with re-encryption.
backend be_edge_http:hongli1:edgeroute
  mode http
  option redispatch
  option forwardfor
  balance leastconn
  timeout server  2147483647ms

sh-4.4$ rpm -qa | grep haproxy
haproxy20-2.0.16-3.el8.x86_64

Comment 6 errata-xmlrpc 2020-11-30 16:46:09 UTC
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 (OpenShift Container Platform 4.6.6 bug fix 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/RHBA-2020:5115