-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.v1.0Issues related to the initial stable release of OLMv1Issues related to the initial stable release of OLMv1
Description
I've narrowed this latency down to the Bundles()
call that is made for every single reconcile.
I added logging to the catalogmetadata.Client.Bundles()
call to report start time and end time, and the function consistently takes around 30s, and it pegs a CPU.
This seems like a bug we should treat with a fairly high priority.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.v1.0Issues related to the initial stable release of OLMv1Issues related to the initial stable release of OLMv1
Type
Projects
Status
Done