Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-30 Thread via GitHub
wangbo merged PR #25724: URL: https://github.com/apache/doris/pull/25724 -- 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.apach

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784627093 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.6 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes, a

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784596120 TeamCity be ut coverage result: Function Coverage: 37.37% (8475/22676) Line Coverage: 29.67% (68523/230975) Region Coverage: 28.24% (35587/126014) Branch Coverage: 25.1

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784578476 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](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
englefly commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784570652 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] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784391914 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.34 seconds stream load tsv: 552 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784382753 TeamCity be ut coverage result: Function Coverage: 37.38% (8474/22670) Line Coverage: 29.65% (68482/230964) Region Coverage: 28.24% (35581/126002) Branch Coverage: 25.1

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
englefly commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784370481 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] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784362475 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](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784362450 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](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784130111 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](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784129952 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

[PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
englefly opened a new pull request, #25724: URL: https://github.com/apache/doris/pull/25724 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
englefly closed pull request #25724: [fix](compile) BE compile fix on macos URL: https://github.com/apache/doris/pull/25724 -- 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 u

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-28 Thread via GitHub
wangbo commented on code in PR #25724: URL: https://github.com/apache/doris/pull/25724#discussion_r1375216498 ## be/src/agent/cgroup_cpu_ctl.cpp: ## @@ -120,7 +122,7 @@ Status CgroupV1CpuCtl::add_thread_to_cgroup() { if (!_init_succ) { return Status::OK(); } -

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-28 Thread via GitHub
wangbo commented on code in PR #25724: URL: https://github.com/apache/doris/pull/25724#discussion_r1375216498 ## be/src/agent/cgroup_cpu_ctl.cpp: ## @@ -120,7 +122,7 @@ Status CgroupV1CpuCtl::add_thread_to_cgroup() { if (!_init_succ) { return Status::OK(); } -

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-28 Thread via GitHub
wangbo commented on code in PR #25724: URL: https://github.com/apache/doris/pull/25724#discussion_r1375216498 ## be/src/agent/cgroup_cpu_ctl.cpp: ## @@ -120,7 +122,7 @@ Status CgroupV1CpuCtl::add_thread_to_cgroup() { if (!_init_succ) { return Status::OK(); } -

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-28 Thread via GitHub
wangbo commented on code in PR #25724: URL: https://github.com/apache/doris/pull/25724#discussion_r1375216498 ## be/src/agent/cgroup_cpu_ctl.cpp: ## @@ -120,7 +122,7 @@ Status CgroupV1CpuCtl::add_thread_to_cgroup() { if (!_init_succ) { return Status::OK(); } -

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-28 Thread via GitHub
wangbo commented on code in PR #25724: URL: https://github.com/apache/doris/pull/25724#discussion_r1375216498 ## be/src/agent/cgroup_cpu_ctl.cpp: ## @@ -120,7 +122,7 @@ Status CgroupV1CpuCtl::add_thread_to_cgroup() { if (!_init_succ) { return Status::OK(); } -

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-28 Thread via GitHub
wangbo commented on code in PR #25724: URL: https://github.com/apache/doris/pull/25724#discussion_r1375216498 ## be/src/agent/cgroup_cpu_ctl.cpp: ## @@ -120,7 +122,7 @@ Status CgroupV1CpuCtl::add_thread_to_cgroup() { if (!_init_succ) { return Status::OK(); } -

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-25 Thread via GitHub
doris-robot commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1780399086 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.68 seconds stream load tsv: 556 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-25 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1780358784 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](compile) BE compile fix on macos [doris]

2023-10-25 Thread via GitHub
englefly commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1780352736 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] [fix](compile) BE compile fix on macos [doris]

2023-10-24 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1776704897 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](compile) BE compile fix on macos [doris]

2023-10-24 Thread via GitHub
englefly commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1776692315 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] [fix](compile) BE compile fix on macos [doris]

2023-10-23 Thread via GitHub
doris-robot commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1776602189 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.26 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-23 Thread via GitHub
englefly commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1776573314 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] [fix](compile) BE compile fix on macos [doris]

2023-10-23 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1774687415 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](compile) BE compile fix on macos [doris]

2023-10-23 Thread via GitHub
englefly commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1774673408 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] [fix](compile) BE compile fix on macos [doris]

2023-10-22 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1774081829 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](compile) BE compile fix on macos [doris]

2023-10-22 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1774054891 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](compile) BE compile fix on macos [doris]

2023-10-22 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1774050156 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](compile) BE compile fix on macos [doris]

2023-10-22 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1774020099 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](compile) BE compile fix on macos [doris]

2023-10-22 Thread via GitHub
englefly commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1774018854 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

[PR] [fix](compile) BE compile fix on macos [doris]

2023-10-22 Thread via GitHub
englefly opened a new pull request, #25724: URL: https://github.com/apache/doris/pull/25724 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto