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

[Bug] SHOW QUERY PROFILE ERROR #35720

Open
2 of 3 tasks
Yhr-N opened this issue May 31, 2024 · 1 comment
Open
2 of 3 tasks

[Bug] SHOW QUERY PROFILE ERROR #35720

Yhr-N opened this issue May 31, 2024 · 1 comment

Comments

@Yhr-N
Copy link

Yhr-N commented May 31, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Version

doris-2.1.1-rc05

What's Wrong?

Since 2.1.1, QueryProfile API is deprecated.
But there occured an error when used SHOW QUERY PROFILE "/"

mysql> show query profile "/";
ERROR 1105 (HY000): errCode = 2, detailMessage = try visit http://xxx.xxx.xx.x:8030/QueryProfile//, show query/load profile syntax is a deprecated feature

What You Expected?

Please update releated api interface, fix the bug

How to Reproduce?

  1. login doris by mysql client
  2. code set enable_profile=true;
  3. code SHOW QUERY PROFILE "/"

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@zh0122
Copy link
Contributor

zh0122 commented May 31, 2024

pls refer to #32467

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants