We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
doris-2.1.1-rc05
Since 2.1.1, QueryProfile API is deprecated. But there occured an error when used SHOW QUERY PROFILE "/"
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
Please update releated api interface, fix the bug
set enable_profile=true;
No response
The text was updated successfully, but these errors were encountered:
pls refer to #32467
Sorry, something went wrong.
No branches or pull requests
Search before asking
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 "/"
What You Expected?
Please update releated api interface, fix the bug
How to Reproduce?
set enable_profile=true;
SHOW QUERY PROFILE "/"
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: