Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-11 Thread via GitHub
xinyiZzz merged PR #41310: URL: https://github.com/apache/doris/pull/41310 -- 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, e-mail: commits-unsubscr...@doris.apa

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-11 Thread via GitHub
github-actions[bot] commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2408395876 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-11 Thread via GitHub
github-actions[bot] commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2408395867 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-11 Thread via GitHub
doris-robot commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2407416344 TeamCity be ut coverage result: Function Coverage: 37.40% (9666/25845) Line Coverage: 28.65% (80166/279797) Region Coverage: 28.09% (41445/147557) Branch Coverage: 24.7

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-11 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2407354995 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-11 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2407241161 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-11 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2406915456 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-11 Thread via GitHub
github-actions[bot] commented on code in PR #41310: URL: https://github.com/apache/doris/pull/41310#discussion_r1796556827 ## be/src/runtime/memory/memory_profile.cpp: ## @@ -0,0 +1,353 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-11 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2406733992 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-10 Thread via GitHub
yiguolei commented on code in PR #41310: URL: https://github.com/apache/doris/pull/41310#discussion_r1796399093 ## be/src/runtime/exec_env.h: ## @@ -271,6 +272,7 @@ class ExecEnv { void set_storage_engine(std::unique_ptr&& engine); void set_cache_manager(CacheManager

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-10 Thread via GitHub
github-actions[bot] commented on code in PR #41310: URL: https://github.com/apache/doris/pull/41310#discussion_r1795503519 ## be/src/runtime/memory/memory_profile.cpp: ## @@ -0,0 +1,338 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-10 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2405171940 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-10 Thread via GitHub
xinyiZzz commented on code in PR #41310: URL: https://github.com/apache/doris/pull/41310#discussion_r1795478263 ## be/src/runtime/memory/global_memory_arbitrator.h: ## @@ -192,7 +200,7 @@ class GlobalMemoryArbitrator { } private: -static std::atomic _s_process_reserv

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-10 Thread via GitHub
xinyiZzz commented on code in PR #41310: URL: https://github.com/apache/doris/pull/41310#discussion_r1795457905 ## be/src/runtime/memory/memory_profile.h: ## @@ -0,0 +1,75 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreement

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-10 Thread via GitHub
xinyiZzz commented on code in PR #41310: URL: https://github.com/apache/doris/pull/41310#discussion_r1795456147 ## be/src/util/runtime_profile.h: ## @@ -51,8 +51,8 @@ class TRuntimeProfileTree; #define MACRO_CONCAT(x, y) CONCAT_IMPL(x, y) #define ADD_LABEL_COUNTER(profile, n

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-10 Thread via GitHub
xinyiZzz commented on code in PR #41310: URL: https://github.com/apache/doris/pull/41310#discussion_r1795455117 ## be/src/runtime/memory/memory_profile.h: ## @@ -0,0 +1,75 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreement

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-10-10 Thread via GitHub
xinyiZzz commented on code in PR #41310: URL: https://github.com/apache/doris/pull/41310#discussion_r1795450340 ## be/src/http/default_path_handlers.cpp: ## @@ -97,16 +98,74 @@ void config_handler(const WebPageHandler::ArgumentMap& args, std::stringstream* (*output) << "";

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-28 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2380832791 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-28 Thread via GitHub
doris-robot commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2380697143 TeamCity be ut coverage result: Function Coverage: 37.29% (9628/25816) Line Coverage: 28.69% (79688/277730) Region Coverage: 28.14% (41222/146491) Branch Coverage: 24.7

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-28 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2380659207 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-27 Thread via GitHub
doris-robot commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2379784115 TeamCity be ut coverage result: Function Coverage: 37.29% (9626/25816) Line Coverage: 28.68% (79643/277689) Region Coverage: 28.12% (41187/146459) Branch Coverage: 24.7

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-27 Thread via GitHub
doris-robot commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2379335618 TeamCity be ut coverage result: Function Coverage: 37.29% (9628/25816) Line Coverage: 28.70% (79700/277685) Region Coverage: 28.13% (41193/146456) Branch Coverage: 24.7

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-27 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2379728550 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-27 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2379137671 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-27 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2378875636 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-26 Thread via GitHub
doris-robot commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2378415440 TeamCity be ut coverage result: Function Coverage: 37.30% (9626/25807) Line Coverage: 28.71% (79680/277567) Region Coverage: 28.13% (41182/146378) Branch Coverage: 24.7

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-26 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2378328362 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-26 Thread via GitHub
doris-robot commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2377007857 TeamCity be ut coverage result: Function Coverage: 37.31% (9636/25826) Line Coverage: 28.72% (79752/277714) Region Coverage: 28.13% (41219/146513) Branch Coverage: 24.7

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-26 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2376716240 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-26 Thread via GitHub
doris-robot commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2376421474 TeamCity be ut coverage result: Function Coverage: 37.31% (9635/25826) Line Coverage: 28.71% (79723/277674) Region Coverage: 28.13% (41218/146508) Branch Coverage: 24.7

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-26 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2376202037 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-25 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2375855738 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. To uns

Re: [PR] [opt](memory) Support Memory Profile [doris]

2024-09-25 Thread via GitHub
xinyiZzz commented on PR #41310: URL: https://github.com/apache/doris/pull/41310#issuecomment-2374188411 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. To uns