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

Use different SLOs in the changing SLO experiment #496

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion experiments/15-e2e-scenarios-v2/slo_change/run_workload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ trap "inner_cancel_experiment" TERM
sleep $(( 10 * 60 ))

log_workload_point "changing_slo"
brad cli --command "BRAD_CHANGE_SLO 30.0 0.015"
brad cli --command "BRAD_CHANGE_SLO 20.0 0.020"
log_workload_point "changed_slo"

# Wait another hour before stopping.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trap "inner_cancel_experiment" TERM
sleep $(( 2 * 60 ))

log_workload_point "changing_slo"
brad cli --command "BRAD_CHANGE_SLO 30.0 0.015"
brad cli --command "BRAD_CHANGE_SLO 20.0 0.020"
log_workload_point "changed_slo"

# Wait another 10 mins before stopping.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ redshift_min_load_removal_fraction: 0.9

# Blueprint planning performance ceilings.
# These will change to 30 s and 30 ms during the experiment.
query_latency_p90_ceiling_s: 30.0
txn_latency_p90_ceiling_s: 0.030
query_latency_p90_ceiling_s: 40.0
txn_latency_p90_ceiling_s: 0.040

# If set to true, BRAD will attempt to use the specified preset Redshift
# clusters instead of resizing the main Redshift cluster.
Expand Down