Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Sep 5, 2024
1 parent 6dfbf5f commit 88ff9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1211,8 +1211,8 @@ impl SessionImpl {
};
format!(
"\n- {}\n- {}\n- {}\n- {}\n- {}\n{}",
format!("Actor count per parallelism exceeds the {} limit.", limit_type),
format!("Depending on your workload, this may overload the cluster and cause performance/stability issues. {}", action),
format_args!("Actor count per parallelism exceeds the {} limit.", limit_type),
format_args!("Depending on your workload, this may overload the cluster and cause performance/stability issues. {}", action),
"Contact us via slack or https://risingwave.com/contact-us/ for further enquiry.",
"You can bypass this check via SQL `SET bypass_cluster_limits TO true`.",
"You can check actor count distribution via SQL `SELECT * FROM rw_worker_actor_count`.",
Expand Down

0 comments on commit 88ff9ee

Please sign in to comment.