This is an automated email from the ASF dual-hosted git repository. nextdreamblue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new d74bf86bfe4 [Fix](profile) clean profile stmt can't clean all fe node profile (#38952) d74bf86bfe4 is described below commit d74bf86bfe4b388229dc001f6450655a01fa9fb1 Author: shee <13843187+qz...@users.noreply.github.com> AuthorDate: Tue Aug 27 12:02:20 2024 +0800 [Fix](profile) clean profile stmt can't clean all fe node profile (#38952) Co-authored-by: garenshi <garen...@tencent.com> --- .../src/main/java/org/apache/doris/analysis/CleanProfileStmt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/analysis/CleanProfileStmt.java b/fe/fe-core/src/main/java/org/apache/doris/analysis/CleanProfileStmt.java index 02a562a328b..f9552965379 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/analysis/CleanProfileStmt.java +++ b/fe/fe-core/src/main/java/org/apache/doris/analysis/CleanProfileStmt.java @@ -45,7 +45,7 @@ public class CleanProfileStmt extends DdlStmt { @Override public RedirectStatus getRedirectStatus() { - return RedirectStatus.FORWARD_WITH_SYNC; + return RedirectStatus.NO_FORWARD; } @Override --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org