Re: [PR] [refactor](profile) WIP [doris]

2024-04-07 Thread via GitHub
zhiqiang- closed pull request #33015: [refactor](profile) WIP URL: https://github.com/apache/doris/pull/33015 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] [refactor](profile) WIP [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #33015: URL: https://github.com/apache/doris/pull/33015#discussion_r1549021906 ## be/src/runtime/plan_fragment_executor.cpp: ## @@ -644,4 +646,19 @@ void PlanFragmentExecutor::close() { _closed = true; } +std::shared_ptr PlanF

Re: [PR] [refactor](profile) WIP [doris]

2024-04-02 Thread via GitHub
github-actions[bot] commented on code in PR #33015: URL: https://github.com/apache/doris/pull/33015#discussion_r1547791651 ## be/src/runtime/runtime_query_statistics_mgr.cpp: ## @@ -17,14 +17,307 @@ #include "runtime/runtime_query_statistics_mgr.h" +#include +#include +#i

Re: [PR] [refactor](profile) WIP [doris]

2024-04-02 Thread via GitHub
zhiqiang- commented on PR #33015: URL: https://github.com/apache/doris/pull/33015#issuecomment-2031918493 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] [refactor](profile) WIP [doris]

2024-04-02 Thread via GitHub
zhiqiang- commented on PR #33015: URL: https://github.com/apache/doris/pull/33015#issuecomment-2031909373 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] [refactor](profile) WIP [doris]

2024-04-02 Thread via GitHub
github-actions[bot] commented on code in PR #33015: URL: https://github.com/apache/doris/pull/33015#discussion_r1547513280 ## be/src/runtime/plan_fragment_executor.h: ## @@ -21,6 +21,7 @@ #pragma once #include Review Comment: warning: 'gen_cpp/PaloInternalService_types.

Re: [PR] [refactor](profile) WIP [doris]

2024-04-01 Thread via GitHub
github-actions[bot] commented on code in PR #33015: URL: https://github.com/apache/doris/pull/33015#discussion_r1547114067 ## be/src/service/backend_service.cpp: ## @@ -1129,4 +1133,51 @@ void BaseBackendService::warm_up_tablets(TWarmUpTabletsResponse& response, response._

Re: [PR] [refactor](profile) WIP [doris]

2024-04-01 Thread via GitHub
github-actions[bot] commented on code in PR #33015: URL: https://github.com/apache/doris/pull/33015#discussion_r1547111706 ## be/src/runtime/query_context.cpp: ## @@ -293,4 +310,113 @@ return Status::OK(); } +void QueryContext::add_pipeline_profile_x(int f_id, std::shar

Re: [PR] [refactor](profile) WIP [doris]

2024-03-29 Thread via GitHub
github-actions[bot] commented on code in PR #33015: URL: https://github.com/apache/doris/pull/33015#discussion_r1544457074 ## be/src/runtime/query_context.cpp: ## @@ -281,4 +295,145 @@ Status QueryContext::set_workload_group(WorkloadGroupPtr& tg) { return Status::OK(); }

Re: [PR] [refactor](profile) WIP [doris]

2024-03-28 Thread via GitHub
yiguolei commented on code in PR #33015: URL: https://github.com/apache/doris/pull/33015#discussion_r1544141992 ## be/src/runtime/query_context.cpp: ## @@ -281,4 +293,77 @@ Status QueryContext::set_workload_group(WorkloadGroupPtr& tg) { return Status::OK(); } +void Quer

Re: [PR] [refactor](profile) WIP [doris]

2024-03-28 Thread via GitHub
yiguolei commented on code in PR #33015: URL: https://github.com/apache/doris/pull/33015#discussion_r1544134997 ## be/src/runtime/query_context.cpp: ## @@ -281,4 +293,77 @@ Status QueryContext::set_workload_group(WorkloadGroupPtr& tg) { return Status::OK(); } +void Quer

Re: [PR] [refactor](profile) WIP [doris]

2024-03-28 Thread via GitHub
github-actions[bot] commented on code in PR #33015: URL: https://github.com/apache/doris/pull/33015#discussion_r1544120481 ## be/src/pipeline/pipeline_fragment_context.cpp: ## @@ -981,4 +992,50 @@ std::string PipelineFragmentContext::debug_string() { return fmt::to_string(d

[PR] [refactor](profile) WIP [doris]

2024-03-28 Thread via GitHub
zhiqiang- opened a new pull request, #33015: URL: https://github.com/apache/doris/pull/33015 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] [refactor](profile) WIP [doris]

2024-03-28 Thread via GitHub
doris-robot commented on PR #33015: URL: https://github.com/apache/doris/pull/33015#issuecomment-2026723262 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y