-
Notifications
You must be signed in to change notification settings - Fork 937
Closed
Labels
optimizationSomething to make Lighthouse run more efficiently.Something to make Lighthouse run more efficiently.val-clientRelates to the validator client binaryRelates to the validator client binary
Description
@michaelsproul The team has been testing the v3.4.0 version of Lighthouse and encountered an issue with the PATCH lighthouse/validators/{pubkey} request, which is being performed every 2 minutes. Despite the fact that Lighthouse is not being killed every 2 minutes, it is still being restarted around every 2 hours by Kubernetes due to CPU throttling when updating 6 validators concurrently.
This could be a major problem in production, where there could be more than a thousand public keys in the same service, potentially leading to even more frequent restarts.
Any ideas on what may be causing this excessive CPU usage during the PATCH request?
Originally posted by @ricardolyn in #3795 (comment)
zheli
Metadata
Metadata
Assignees
Labels
optimizationSomething to make Lighthouse run more efficiently.Something to make Lighthouse run more efficiently.val-clientRelates to the validator client binaryRelates to the validator client binary