IBM / operand-deployment-lifecycle-manager

Managing the lifecycle for a group of operands
Apache License 2.0
32 stars 46 forks source link

event decoding error. #276

Closed hchenxa closed 4 years ago

hchenxa commented 4 years ago

/kind bug

What steps did you take and what happened: [A clear and concise description of what the bug is.]

I0327 08:48:25.009338       1 reconcile_operand.go:319] Finish creating the Custom Resource: securityonboarding
I0327 08:48:25.250881       1 reconcile_operand.go:319] Finish creating the Custom Resource: exporter
I0327 08:48:25.347543       1 reconcile_operand.go:319] Finish creating the Custom Resource: prometheusExt
I0327 08:48:25.594503       1 reconcile_operand.go:319] Finish creating the Custom Resource: grafana
I0327 08:48:25.901247       1 reconcile_operand.go:319] Finish creating the Custom Resource: healthService
I0327 08:48:26.132052       1 reconcile_operand.go:319] Finish creating the Custom Resource: managementIngress
I0327 08:48:46.234178       1 reconcile_operand.go:319] Finish creating the Custom Resource: IBMLicensing
I0327 08:48:46.320426       1 reconcile_operand.go:319] Finish creating the Custom Resource: metering
I0327 08:49:06.475033       1 reconcile_operand.go:319] Finish creating the Custom Resource: meteringUI
I0327 08:49:19.958160       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.958307       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.958334       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.958497       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.958552       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.959128       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.959140       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.959153       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.959147       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.959372       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.959128       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.959700       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF
I0327 08:49:19.960317       1 streamwatcher.go:114] Unexpected EOF during watch stream event decoding: unexpected EOF

What did you expect to happen:

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

horis233 commented 4 years ago

@hchenxa Are the logs from ODLM controller pods, which version of OCP you deployed in? I have seen the issue when I run the operator locally.

hchenxa commented 4 years ago
[root@hchenxa-inf ~]# oc version
Client Version: openshift-clients-4.3.0-201910250623-88-g6a937dfe
Server Version: 4.3.0
Kubernetes Version: v1.16.2
horis233 commented 4 years ago

@hchenxa Thanks for offering, It is not a bug according to https://access.redhat.com/solutions/2092671/ Logs are generated when the client watching resources. I will try to reproduce it and figure out the reason.

hchenxa commented 4 years ago

ok, close this.