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

Add CPU Load Calibration for Search Log Downloads to Reduce High CPU Usage #2827

Closed
marevol opened this issue Jul 5, 2024 · 0 comments
Closed
Assignees
Milestone

Comments

@marevol
Copy link
Contributor

marevol commented Jul 5, 2024

When downloading search logs, the current implementation can lead to high CPU usage, causing performance issues. To mitigate this, I have added a mechanism to check the CPU load and wait until it reduces to an acceptable level before continuing the download process. The changes involve updating the AdminBackupAction class and SystemHelper class to include CPU load calibration logic. Additionally, a new configuration property index.backup.log.load.timeout has been added to specify the timeout for this calibration.

@marevol marevol added this to the 14.16.0 milestone Jul 5, 2024
@marevol marevol self-assigned this Jul 5, 2024
@marevol marevol closed this as completed in 4a010e7 Jul 5, 2024
marevol added a commit that referenced this issue Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant