Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-31 Thread via GitHub
gavinchou merged PR #42629: URL: https://github.com/apache/doris/pull/42629 -- 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.ap

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-31 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2449593075 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] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-31 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2449504361 ClickBench: Total hot run time: 32.99 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-31 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2449494743 TPC-DS: Total hot run time: 195318 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-31 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2449465907 TPC-H: Total hot run time: 41274 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-31 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2449457222 TeamCity be ut coverage result: Function Coverage: 37.94% (9850/25962) Line Coverage: 29.19% (82074/281140) Region Coverage: 28.44% (42339/148865) Branch Coverage: 25.0

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-31 Thread via GitHub
gavinchou commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2449409080 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 un

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2449055190 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
SWJTU-ZhangLei commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446012809 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.

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on code in PR #42629: URL: https://github.com/apache/doris/pull/42629#discussion_r1822720578 ## be/src/io/hdfs_util.cpp: ## @@ -41,6 +43,29 @@ Status create_hdfs_fs(const THdfsParams& hdfs_params, const std::string& fs_name return Status::OK()

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446015120 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
gavinchou commented on code in PR #42629: URL: https://github.com/apache/doris/pull/42629#discussion_r1822710982 ## be/src/io/hdfs_util.cpp: ## @@ -41,6 +43,21 @@ Status create_hdfs_fs(const THdfsParams& hdfs_params, const std::string& fs_name return Status::OK(); } +//

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
gavinchou commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2447277315 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 un

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446889396 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] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446742038 TeamCity be ut coverage result: Function Coverage: 37.90% (9848/25987) Line Coverage: 29.16% (81985/281137) Region Coverage: 28.54% (42316/148258) Branch Coverage: 25.0

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446186791 TPC-H: Total hot run time: 41964 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446018798 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446415603 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
gavinchou commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446403813 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 un

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
gavinchou commented on code in PR #42629: URL: https://github.com/apache/doris/pull/42629#discussion_r1822263792 ## be/src/io/hdfs_util.cpp: ## @@ -41,6 +43,22 @@ Status create_hdfs_fs(const THdfsParams& hdfs_params, const std::string& fs_name return Status::OK(); } +bo

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446393586 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] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446393717 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] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446066291 TeamCity be ut coverage result: Function Coverage: 37.93% (9844/25952) Line Coverage: 29.21% (81977/280645) Region Coverage: 28.55% (42269/148055) Branch Coverage: 25.0

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
SWJTU-ZhangLei commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446115297 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.

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446225194 ClickBench: Total hot run time: 31.68 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446213576 TPC-DS: Total hot run time: 197005 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446180656 TeamCity be ut coverage result: Function Coverage: 37.94% (9846/25952) Line Coverage: 29.22% (81995/280645) Region Coverage: 28.56% (42284/148055) Branch Coverage: 25.0

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446122649 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-28 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #42629: URL: https://github.com/apache/doris/pull/42629#discussion_r1819994956 ## be/src/io/hdfs_util.cpp: ## @@ -41,6 +44,54 @@ Status create_hdfs_fs(const THdfsParams& hdfs_params, const std::string& fs_name return Status::OK(); }

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-28 Thread via GitHub
gavinchou commented on code in PR #42629: URL: https://github.com/apache/doris/pull/42629#discussion_r1818973034 ## be/src/io/hdfs_util.cpp: ## @@ -41,6 +44,54 @@ Status create_hdfs_fs(const THdfsParams& hdfs_params, const std::string& fs_name return Status::OK(); } +St

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-28 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2441057212 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

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-28 Thread via GitHub
SWJTU-ZhangLei commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2441057461 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.

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-28 Thread via GitHub
github-actions[bot] commented on code in PR #42629: URL: https://github.com/apache/doris/pull/42629#discussion_r1818718999 ## be/src/io/hdfs_util.cpp: ## @@ -41,6 +44,54 @@ Status create_hdfs_fs(const THdfsParams& hdfs_params, const std::string& fs_name return Status::OK()

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-28 Thread via GitHub
github-actions[bot] commented on code in PR #42629: URL: https://github.com/apache/doris/pull/42629#discussion_r1818723288 ## be/src/io/hdfs_util.cpp: ## @@ -41,6 +44,54 @@ Status create_hdfs_fs(const THdfsParams& hdfs_params, const std::string& fs_name return Status::OK()

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-28 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2441082179 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL