-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Making snapshot store/restore rate dynamic #18069
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
Making snapshot store/restore rate dynamic #18069
Conversation
e6a033c
to
fc25085
Compare
❌ Gradle check result for fc25085: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
fc25085
to
214486f
Compare
❌ Gradle check result for bd1f43c: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: kkewwei <[email protected]>
Signed-off-by: kkewwei <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM.
server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java
Outdated
Show resolved
Hide resolved
Signed-off-by: kkewwei <[email protected]> Signed-off-by: kkewwei <[email protected]>
❌ Gradle check result for 9c61127: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: kkewwei <[email protected]>
❌ Gradle check result for ad45900: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Description
How to use:
1.create repository
2.adjust the store and restore rate
Note:
max_snapshot_bytes_per_sec
andmax_restore_bytes_per_sec
insettings
can be changed, which will adjust the rate of ongoing snapshot. Other parameters within the settings can be left default or kept consistent.Related Issues
Resolves #17488
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.