Uh oh!
There was an error while loading. Please reload this page.
[feat](profile) Print changed session var in profile - #41016
Merged
Conversation
doris-robot
commented
Sep 19, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
RoanHeNaNforce-pushed
the
feat-profile-session-var
branch
from
September 19, 2024 12:12
db2164b to
56d54b9CompareRoanHeNaN
commented
Sep 19, 2024
ContributorAuthor
run buildall |
RoanHeNaN
commented
Sep 19, 2024
ContributorAuthor
run buildall |
1 similar comment
RoanHeNaN
commented
Sep 19, 2024
ContributorAuthor
run buildall |
RoanHeNaN
marked this pull request as ready for review
September 19, 2024 13:20
RoanHeNaN
commented
Sep 20, 2024
ContributorAuthor
run buildall |
RoanHeNaN
commented
Sep 20, 2024
ContributorAuthor
run buildall |
RoanHeNaN
commented
Sep 20, 2024
ContributorAuthor
run buildall |
RoanHeNaN
commented
Sep 20, 2024
ContributorAuthor
run buildall |
| } | ||
| if (profileHasBeenStored()) { | ||
| LOG.info("Profile {} has been stored to storage, reading it from storage", id); |
RoanHeNaN
commented
Sep 20, 2024
ContributorAuthor
run buildall |
RoanHeNaN
commented
Sep 20, 2024
ContributorAuthor
run buildall |
…oris into feat-profile-session-var
RoanHeNaN
commented
Sep 20, 2024
ContributorAuthor
run buildall |
RoanHeNaN
commented
Sep 21, 2024
ContributorAuthor
run buildall |
yiguolei
approved these changes
Sep 23, 2024
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
jacktengg
approved these changes
Sep 23, 2024
RoanHeNaN added a commit
to RoanHeNaN/doris
that referenced
this pull request
Sep 25, 2024
Add changed session var like follow: ``` Changed Session Variables: VarName | CurrentValue | DefaultValue ------------------------------------------------|---------------------|------------- character_set_results | NULL | utf8mb4 enable_profile | true | false enable_auto_analyze | false | true max_scan_key_num | -1 | 48 enable_prepared_stmt_audit_log | true | false sql_mode | STRICT_TRANS_TABLES | wait_timeout | 31000 | 28800 parallel_pipeline_task_num | 8 | 0 num_scanner_threads | 10 | 0 experimental_enable_agg_state | true | false max_pushdown_conditions_per_column | -1 | 1024 experimental_parallel_scan_min_rows_per_scanner | 16384 | 2097152 max_allowed_packet | 1048576 | 16777216 ```
RoanHeNaN added a commit
to RoanHeNaN/doris
that referenced
this pull request
Sep 25, 2024
Add changed session var like follow: ``` Changed Session Variables: VarName | CurrentValue | DefaultValue ------------------------------------------------|---------------------|------------- character_set_results | NULL | utf8mb4 enable_profile | true | false enable_auto_analyze | false | true max_scan_key_num | -1 | 48 enable_prepared_stmt_audit_log | true | false sql_mode | STRICT_TRANS_TABLES | wait_timeout | 31000 | 28800 parallel_pipeline_task_num | 8 | 0 num_scanner_threads | 10 | 0 experimental_enable_agg_state | true | false max_pushdown_conditions_per_column | -1 | 1024 experimental_parallel_scan_min_rows_per_scanner | 16384 | 2097152 max_allowed_packet | 1048576 | 16777216 ```
yiguolei pushed a commit
that referenced
this pull request
Sep 27, 2024
RoanHeNaN added a commit
to RoanHeNaN/doris
that referenced
this pull request
Sep 27, 2024
Add changed session var like follow: ``` Changed Session Variables: VarName | CurrentValue | DefaultValue ------------------------------------------------|---------------------|------------- character_set_results | NULL | utf8mb4 enable_profile | true | false enable_auto_analyze | false | true max_scan_key_num | -1 | 48 enable_prepared_stmt_audit_log | true | false sql_mode | STRICT_TRANS_TABLES | wait_timeout | 31000 | 28800 parallel_pipeline_task_num | 8 | 0 num_scanner_threads | 10 | 0 experimental_enable_agg_state | true | false max_pushdown_conditions_per_column | -1 | 1024 experimental_parallel_scan_min_rows_per_scanner | 16384 | 2097152 max_allowed_packet | 1048576 | 16777216 ```
yiguolei pushed a commit
that referenced
this pull request
Oct 18, 2024
Closed
Closed
Closed
HappenLee pushed a commit
to HappenLee/incubator-doris
that referenced
this pull request
Apr 24, 2026
Add changed session var like follow: ``` Changed Session Variables: VarName | CurrentValue | DefaultValue ------------------------------------------------|---------------------|------------- character_set_results | NULL | utf8mb4 enable_profile | true | false enable_auto_analyze | false | true max_scan_key_num | -1 | 48 enable_prepared_stmt_audit_log | true | false sql_mode | STRICT_TRANS_TABLES | wait_timeout | 31000 | 28800 parallel_pipeline_task_num | 8 | 0 num_scanner_threads | 10 | 0 experimental_enable_agg_state | true | false max_pushdown_conditions_per_column | -1 | 1024 experimental_parallel_scan_min_rows_per_scanner | 16384 | 2097152 max_allowed_packet | 1048576 | 16777216 ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add changed session var like follow: