noobaa / noobaa-operator

Operator for NooBaa - object data service for hybrid and multi cloud environments :cloud: :wrench:
https://www.noobaa.io
Apache License 2.0
103 stars 101 forks source link

2000 reconciles every hour #1282

Closed vinzent closed 10 months ago

vinzent commented 10 months ago

We have NooBaa Operator 5.13.4 on OpenShift 4.13 (part of ODF). I see that the operator logs ~2000 reconciles every hour.

I counted these loglines:

Each of them has 1/3 of the 2000 reconciles.

If watching for example the BackingStore or BucketClass resource, I can see that the .status.conditions[].lastHearbeatTimestmap gets updated frequently, but nothing else.

It seems to me, 2000 reconciles every hour - when nothing changes - is a bit too much.

Is this expected?

liranmauda commented 10 months ago

BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2258681

liranmauda commented 10 months ago

Hi @vinzent It works as expected, we can remove the log entry if it overloads.

Please take a look at the README in the PR: https://github.com/noobaa/noobaa-operator/pull/1257

Please let us know if you have any more questions (or If the README is unclear).