You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: