Bug 1695461 - Setting DEBUG_LOGLEVEL = 6 in /etc/origin/master/master.env causes controller manager of the service catalog to crash/restart
Summary: Setting DEBUG_LOGLEVEL = 6 in /etc/origin/master/master.env causes controlle...
Keywords:
Status: CLOSED DUPLICATE of bug 1689366
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Service Catalog
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 3.11.z
Assignee: Jesus M. Rodriguez
QA Contact: Jian Zhang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-03 07:22 UTC by Priyanka Kanthale
Modified: 2019-07-10 16:01 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-10 16:01:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Priyanka Kanthale 2019-04-03 07:22:58 UTC
Description of problem:

Setting DEBUG_LOGLEVEL=6 in /etc/origin/master/master.env on all masters and then restarting the api and controllers made controller manager of the service catalog started to crash/restart.

# oc get po -n kube-service-catalog 
NAME                       READY     STATUS             RESTARTS   AGE       
apiserver-79vlx            1/1       Running            48         44d       
apiserver-fw77w            1/1       Running            70         114d      
apiserver-jb7w2            1/1       Running            47         44d       
controller-manager-5dxp4   0/1       CrashLoopBackOff   355        115d      
controller-manager-8q75n   0/1       CrashLoopBackOff   348        115d      
controller-manager-z59kt   0/1       CrashLoopBackOff   351        115d      

> Removing the change from /etc/origin/master/master.env the pods were running as expected. 

Actual results: controller manager of the service catalog restarting and goes in  
CrashLoopBackOff

Expected results:  controller-manager should be running. 

Additional info:

Comment 2 Xingxing Xia 2019-04-03 08:30:09 UTC
Compare https://bugzilla.redhat.com/show_bug.cgi?id=1689366 verified version

Comment 5 Jesus M. Rodriguez 2019-07-10 16:01:17 UTC
After further investigation, I believe this bug is a duplicate of BZ #1689366 which was fixed in version 3.11.98 and released by an errata RHBA-2019:0636.

The version in this bug as seen in comment #3 shows 3.11.43 which is older than 3.11.98.
The version in BZ #1663501 is 3.11.51 which is also older than 3.11.98.

Please apply the following errata.
https://access.redhat.com/errata/RHBA-2019:0636

*** This bug has been marked as a duplicate of bug 1689366 ***


Note You need to log in before you can comment on or make changes to this bug.