-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
base: main
Are you sure you want to change the base?
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 7a20142: 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? |
1d41354
to
3b763c5
Compare
❌ Gradle check result for 3b763c5: 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? |
3b763c5
to
88dad9f
Compare
❌ Gradle check result for 88dad9f: 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? |
88dad9f
to
0971aec
Compare
Signed-off-by: kkewwei <[email protected]> Signed-off-by: kkewwei <[email protected]>
0971aec
to
bd1f43c
Compare
❌ Gradle check result for bd1f43c: 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? |
❌ 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? |
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.