Skip to content

controller/openstackcluster: reconcileID is re-used 1000+ times #1840

Closed
@EmilienM

Description

@EmilienM

/kind bug

What steps did you take and what happened:

Open https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-openstack/1789/pull-cluster-api-provider-openstack-e2e-test/1736818285917245440/artifacts/clusters/bootstrap/logs/capo-system/capo-controller-manager/capo-controller-manager-66896777f9-z6k2q/manager.log

And grep for:

reconcileID="12187d68-f3cf-4596-94e8-83666306d5fc"

2191 uses of the same reconcile ID.

That's wrong and it wasn't the case in late October:
https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-openstack/1696/pull-cluster-api-provider-openstack-e2e-test/1717592179636965376/artifacts/clusters/bootstrap/logs/capo-system/capo-controller-manager/capo-controller-manager-66896777f9-kfgvg/manager.log

I strongly suspect this PR to be the cause, I've bisected CI jobs and this issue started after this PR.

What did you expect to happen:

The reconcile loops should be uniquely used and IDs shouldn't be the same. I found this issue when debugging #1788.

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions