Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POA should not trigger downloading of the update all at the same time #54

Open
jackliums opened this issue Feb 28, 2020 · 0 comments
Open

Comments

@jackliums
Copy link

It seems like POA coordinates the installation of the patches using update domain but it download the updates at the same time across all nodes. In theory, this process should be (?) light weight but this last patch caused CPU to spike up on all of the nodes in every region.

image

Based on POA logs, the initial spike that happened on all nodes corresponds to the time POA started to download the update. After that, you can see CPU spikes in phases probably due to POA actually installing the patches update domain by domain.

I don't know why the CPU spiked during the downloading phase (maybe the system was scanning or updates or malware?). Regardless of the cause, this could bring the entire system down if something bad happens say consumed all of the CPUs.

To avoid this from happening, should download of the patches also happen in phases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant