Re: [PR] [Fix](Nereids) fix leading hint with update of alias name (#34434) [doris]

2024-05-19 Thread via GitHub
yiguolei merged PR #35046: URL: https://github.com/apache/doris/pull/35046 -- 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

(doris) branch branch-2.1 updated: [Fix](Nereids) fix leading hint with update of alias name (#34434) (#35046)

2024-05-19 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 5ac4ea2cd95 [Fix](Nereids) fix leading

Re: [PR] [Fix](Nereids) fix leading with cte and same subqueryalias name (#34838) [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #35047: URL: https://github.com/apache/doris/pull/35047#issuecomment-2119565675 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

[PR] [Fix](Nereids) fix leading with cte and same subqueryalias name (#34838) [doris]

2024-05-19 Thread via GitHub
LiBinfeng-01 opened a new pull request, #35047: URL: https://github.com/apache/doris/pull/35047 pick #34838 fix leading with cte and same subqueryalias name Example: with tbl1 as select t1.c1 from t1 select tbl2.c2 from (select / * + leading(t2 tbl1) * / tbl1.c1, t2.c2 from tbl1

(doris) branch branch-2.1 updated: [Fix](Nereids) fix leading with cte and same subqueryalias name (#34838) (#35047)

2024-05-19 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new be50139eb14 [Fix](Nereids) fix leading

Re: [PR] [Fix](Nereids) fix leading with cte and same subqueryalias name (#34838) [doris]

2024-05-19 Thread via GitHub
yiguolei merged PR #35047: URL: https://github.com/apache/doris/pull/35047 -- 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][nereids] opt locality under multi-replica [doris]

2024-05-19 Thread via GitHub
xzj7019 commented on PR #34927: URL: https://github.com/apache/doris/pull/34927#issuecomment-2119567150 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] [exec](pipeline) runtime filter wait time [doris]

2024-05-19 Thread via GitHub
HappenLee commented on PR #34872: URL: https://github.com/apache/doris/pull/34872#issuecomment-2119574094 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] [exec](pipeline) runtime filter wait time [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #34872: URL: https://github.com/apache/doris/pull/34872#issuecomment-2119577578 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] [improve](function) add limit check for lpad/rpad function input big value of length [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #34810: URL: https://github.com/apache/doris/pull/34810#issuecomment-2119583674 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] [improve](function) add limit check for lpad/rpad function input big value of length [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #34810: URL: https://github.com/apache/doris/pull/34810#issuecomment-2119583651 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

[PR] [chore](ci) add required check cloud ut [doris]

2024-05-19 Thread via GitHub
hello-stephen opened a new pull request, #35048: URL: https://github.com/apache/doris/pull/35048 ## 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](m

Re: [PR] [chore](ci) add required check cloud ut [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #35048: URL: https://github.com/apache/doris/pull/35048#issuecomment-2119584170 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] [chore](ci) add required check cloud ut [doris]

2024-05-19 Thread via GitHub
hello-stephen commented on PR #35048: URL: https://github.com/apache/doris/pull/35048#issuecomment-2119584210 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] [Fix](executor)Fix cloud p0 workload policy test failed [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35045: URL: https://github.com/apache/doris/pull/35045#issuecomment-2119585235 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] [refactor](datalake) return the error status instead of static_cast [doris]

2024-05-19 Thread via GitHub
w41ter commented on code in PR #34873: URL: https://github.com/apache/doris/pull/34873#discussion_r1606197209 ## be/src/olap/wal/wal_reader.cpp: ## @@ -50,11 +50,8 @@ Status WalReader::init() { } Status WalReader::finalize() { -if (file_reader != nullptr) { -auto

Re: [PR] [refactor](datalake) return the error status instead of static_cast [doris]

2024-05-19 Thread via GitHub
AshinGau commented on PR #34873: URL: https://github.com/apache/doris/pull/34873#issuecomment-2119586921 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] [Pick](repeat) fix core dump coz output slot'order on repeat node not match with pre repeat exprs [doris]

2024-05-19 Thread via GitHub
xiaokang merged PR #34803: URL: https://github.com/apache/doris/pull/34803 -- 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

(doris) branch branch-2.0 updated: [Bug](repeat) fix core dump coz output slot'order on repeat node not match with pre repeat exprs (#32662) (#34803)

2024-05-19 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new c62acf5c318 [Bug](repeat) fix core dump co

Re: [PR] [exec](performance) opt the topn nullable column order performance in Heap Sort [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #35042: URL: https://github.com/apache/doris/pull/35042#issuecomment-2119596518 TeamCity be ut coverage result: Function Coverage: 35.70% (9008/25229) Line Coverage: 27.36% (74495/272309) Region Coverage: 26.60% (38532/144841) Branch Coverage: 23.4

Re: [PR] [opt](memory) Add GlobalMemoryArbitrator and support ReserveMemory [doris]

2024-05-19 Thread via GitHub
yiguolei commented on code in PR #34985: URL: https://github.com/apache/doris/pull/34985#discussion_r1606204785 ## be/src/runtime/memory/thread_mem_tracker_mgr.h: ## @@ -209,14 +243,58 @@ inline void ThreadMemTrackerMgr::flush_untracked_mem() { _stop_consume = true; DC

[I] [Bug] 2.1.2版本内存随着时间增大 [doris]

2024-05-19 Thread via GitHub
RaymondFishWang opened a new issue, #35049: URL: https://github.com/apache/doris/issues/35049 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 5.1期间从2.0.7升到了2.

Re: [PR] [improve](function) add limit check for lpad/rpad function input big value of length [doris]

2024-05-19 Thread via GitHub
HappenLee merged PR #34810: URL: https://github.com/apache/doris/pull/34810 -- 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

(doris) branch master updated: [improve](function) add limit check for lpad/rpad function input big value of length (#34810)

2024-05-19 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 460eb0fa98d [improve](function) add limit chec

Re: [PR] [fix](multi-table-load) fix be core when partial table load failed [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #34712: URL: https://github.com/apache/doris/pull/34712#issuecomment-2119608659 TeamCity be ut coverage result: Function Coverage: 35.71% (9008/25228) Line Coverage: 27.37% (74515/272291) Region Coverage: 26.60% (38526/144830) Branch Coverage: 23.4

Re: [PR] [opt](memory) Add GlobalMemoryArbitrator and support ReserveMemory [doris]

2024-05-19 Thread via GitHub
yiguolei commented on code in PR #34985: URL: https://github.com/apache/doris/pull/34985#discussion_r1606211097 ## be/src/runtime/memory/thread_mem_tracker_mgr.h: ## @@ -209,14 +243,58 @@ inline void ThreadMemTrackerMgr::flush_untracked_mem() { _stop_consume = true; DC

[PR] [fix](cloud) Skip cluster name validation check if it not set [doris]

2024-05-19 Thread via GitHub
w41ter opened a new pull request, #35050: URL: https://github.com/apache/doris/pull/35050 ## 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:d

Re: [PR] [fix](cloud) Skip cluster name validation check if it not set [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #35050: URL: https://github.com/apache/doris/pull/35050#issuecomment-2119611148 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: [I] [Bug] doris稳定复现BE内存泄露 [doris]

2024-05-19 Thread via GitHub
SoyMeng commented on issue #34164: URL: https://github.com/apache/doris/issues/34164#issuecomment-2119611851 i will follow it -- 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](cloud) Skip cluster name validation check if it not set [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35050: URL: https://github.com/apache/doris/pull/35050#issuecomment-2119614517 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](cloud) Skip cluster name validation check if it not set [doris]

2024-05-19 Thread via GitHub
w41ter commented on PR #35050: URL: https://github.com/apache/doris/pull/35050#issuecomment-2119615159 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 unsub

Re: [PR] [refactor](datalake) return the error status instead of static_cast [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #34873: URL: https://github.com/apache/doris/pull/34873#issuecomment-2119616410 TeamCity be ut coverage result: Function Coverage: 35.69% (9006/25236) Line Coverage: 27.35% (74491/272314) Region Coverage: 26.59% (38524/144858) Branch Coverage: 23.4

Re: [PR] [Pick](Branch-2.0) pick to fix tablet_id overflow [doris]

2024-05-19 Thread via GitHub
xiaokang merged PR #34995: URL: https://github.com/apache/doris/pull/34995 -- 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

(doris) branch branch-2.0 updated: [Pick](Branch-2.0) pick to fix tablet_id overflow #34912 #34962 (#34995)

2024-05-19 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 4fa2bdef20c [Pick](Branch-2.0) pick to fix

Re: [PR] [fix](cloud) Skip cluster name validation check if it not set [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35050: URL: https://github.com/apache/doris/pull/35050#issuecomment-2119619125 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](cloud) Skip cluster name validation check if it not set [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35050: URL: https://github.com/apache/doris/pull/35050#issuecomment-2119621568 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) Add GlobalMemoryArbitrator and support ReserveMemory [doris]

2024-05-19 Thread via GitHub
xinyiZzz commented on code in PR #34985: URL: https://github.com/apache/doris/pull/34985#discussion_r1606231695 ## be/src/runtime/memory/thread_mem_tracker_mgr.h: ## @@ -209,14 +243,58 @@ inline void ThreadMemTrackerMgr::flush_untracked_mem() { _stop_consume = true; DC

Re: [PR] [opt](memory) Add GlobalMemoryArbitrator and support ReserveMemory [doris]

2024-05-19 Thread via GitHub
xinyiZzz commented on code in PR #34985: URL: https://github.com/apache/doris/pull/34985#discussion_r1606234238 ## be/src/runtime/memory/thread_mem_tracker_mgr.h: ## @@ -209,14 +243,58 @@ inline void ThreadMemTrackerMgr::flush_untracked_mem() { _stop_consume = true; DC

Re: [PR] [opt](memory) Add GlobalMemoryArbitrator and support ReserveMemory [doris]

2024-05-19 Thread via GitHub
xinyiZzz commented on PR #34985: URL: https://github.com/apache/doris/pull/34985#issuecomment-2119646897 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) Add GlobalMemoryArbitrator and support ReserveMemory [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #34985: URL: https://github.com/apache/doris/pull/34985#issuecomment-2119652713 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] [chore](table property) forbid changing enable_single_replica_compaction property for mow table [doris]

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

Re: [PR] [feat](thrift)Def topn filter in thirft [doris]

2024-05-19 Thread via GitHub
englefly commented on PR #35021: URL: https://github.com/apache/doris/pull/35021#issuecomment-2119677247 run p0 -- 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 unsubscri

Re: [PR] [feat](thrift)Def topn filter in thirft [doris]

2024-05-19 Thread via GitHub
englefly commented on PR #35021: URL: https://github.com/apache/doris/pull/35021#issuecomment-2119677437 run cloud_p1 -- 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][nereids] opt locality under multi-replica [doris]

2024-05-19 Thread via GitHub
xzj7019 commented on PR #34927: URL: https://github.com/apache/doris/pull/34927#issuecomment-2119677712 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 unsu

Re: [PR] [refactor](status) refactor querycontext and runtime state status [doris]

2024-05-19 Thread via GitHub
yiguolei merged PR #35035: URL: https://github.com/apache/doris/pull/35035 -- 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

(doris) branch master updated: [refactor](status) refactor querycontext and runtime state status (#35035)

2024-05-19 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 9a7f05caf86 [refactor](status) refactor queryco

Re: [PR] [chore](femetaversion) add a check in fe code to avoid fe meta version changed during pick PR [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35039: URL: https://github.com/apache/doris/pull/35039#issuecomment-2119681648 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] [chore](femetaversion) add a check in fe code to avoid fe meta version changed during pick PR [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35039: URL: https://github.com/apache/doris/pull/35039#issuecomment-2119681686 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] [chore](table property) forbid changing enable_single_replica_compaction property for mow table [doris]

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

Re: [I] [Bug] Could not find subsystem memory in /proc/self/cgroup error stacktrace [doris]

2024-05-19 Thread via GitHub
michael1991 commented on issue #32842: URL: https://github.com/apache/doris/issues/32842#issuecomment-2119688697 meet same issue on 2.1.3 -- 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 speci

Re: [PR] [chore](table property) forbid changing enable_single_replica_compaction property for mow table [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #34836: URL: https://github.com/apache/doris/pull/34836#issuecomment-2119688862 ClickBench: Total hot run time: 30.67 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature] (iceberg-writer) Implements iceberg sink. [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on code in PR #34929: URL: https://github.com/apache/doris/pull/34929#discussion_r1606261385 ## be/src/vec/exec/format/table/iceberg/partition_spec.cpp: ## @@ -0,0 +1,71 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more c

Re: [PR] [Feature] (iceberg-writer) Implements iceberg sink. [doris]

2024-05-19 Thread via GitHub
kaka11chen commented on PR #34929: URL: https://github.com/apache/doris/pull/34929#issuecomment-2119692946 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 u

[I] [Bug] FE节点更换IP后程序无法启动 [doris]

2024-05-19 Thread via GitHub
strongyc opened a new issue, #35051: URL: https://github.com/apache/doris/issues/35051 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.1.2 ### What's

Re: [PR] [chore](femetaversion) add a check in fe code to avoid fe meta version changed during pick PR [doris]

2024-05-19 Thread via GitHub
yiguolei merged PR #35039: URL: https://github.com/apache/doris/pull/35039 -- 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

(doris) branch master updated: [chore](femetaversion) add a check in fe code to avoid fe meta version changed during pick PR (#35039)

2024-05-19 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 6e2e95ddf51 [chore](femetaversion) add a check

(doris) 02/02: add check fe meta version to 129 for branch2.1

2024-05-19 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git commit 5fa5ea87835d8325ab63efcf2cb1ace7835da34f Author: yiguolei AuthorDate: Mon May 20 13:30:15 2024 +0800 add check

(doris) 01/02: [chore](femetaversion) add a check in fe code to avoid fe meta version changed during pick PR (#35039)

2024-05-19 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git commit a43c6eca2279f8d3f65a5bcbdb01ea7a86ba7775 Author: yiguolei <676222...@qq.com> AuthorDate: Mon May 20 13:28:26 2024 +0

(doris) branch branch-2.1 updated (be50139eb14 -> 5fa5ea87835)

2024-05-19 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from be50139eb14 [Fix](Nereids) fix leading with cte and same subqueryalias name (#34838) (#35047) new a43c6eca2

Re: [PR] [opt](memory) Add GlobalMemoryArbitrator and support ReserveMemory [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #34985: URL: https://github.com/apache/doris/pull/34985#issuecomment-2119717377 TeamCity be ut coverage result: Function Coverage: 35.70% (9010/25240) Line Coverage: 27.35% (74502/272415) Region Coverage: 26.60% (38532/144830) Branch Coverage: 23.4

Re: [PR] [opt](memory) Add GlobalMemoryArbitrator and support ReserveMemory [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #34985: URL: https://github.com/apache/doris/pull/34985#issuecomment-2119727489 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) Add GlobalMemoryArbitrator and support ReserveMemory [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #34985: URL: https://github.com/apache/doris/pull/34985#issuecomment-2119727531 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

[PR] [only test] result column id must >= 0 [doris]

2024-05-19 Thread via GitHub
Mryange opened a new pull request, #35053: URL: https://github.com/apache/doris/pull/35053 ## 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] [only test] result column id must >= 0 [doris]

2024-05-19 Thread via GitHub
Mryange commented on PR #35053: URL: https://github.com/apache/doris/pull/35053#issuecomment-2119729924 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 unsu

Re: [PR] [only test] result column id must >= 0 [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #35053: URL: https://github.com/apache/doris/pull/35053#issuecomment-2119729879 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](inverted index) better support for Chinese tokenizer with default conversion to lowercase [doris]

2024-05-19 Thread via GitHub
zzzxl1993 commented on PR #34973: URL: https://github.com/apache/doris/pull/34973#issuecomment-2119731331 run feut -- 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] [opt](nereids)new way to set pre-agg status [doris]

2024-05-19 Thread via GitHub
starocean999 merged PR #34738: URL: https://github.com/apache/doris/pull/34738 -- 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

(doris) branch master updated (6e2e95ddf51 -> 27c75b31938)

2024-05-19 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 6e2e95ddf51 [chore](femetaversion) add a check in fe code to avoid fe meta version changed during pick PR (#3503

Re: [PR] [chore](ci) add required check cloud ut [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35048: URL: https://github.com/apache/doris/pull/35048#issuecomment-2119735206 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] [only test] result column id must >= 0 [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35053: URL: https://github.com/apache/doris/pull/35053#issuecomment-2119736001 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] [chore](ci) add required check cloud ut [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35048: URL: https://github.com/apache/doris/pull/35048#issuecomment-2119736459 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](multi-table-load) fix be core when partial table load failed [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #34712: URL: https://github.com/apache/doris/pull/34712#issuecomment-2119740802 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: [I] K8S 部署官方提供的BE镜像拉取后4G多,可以简化吗 [doris]

2024-05-19 Thread via GitHub
hanqingwu commented on issue #34917: URL: https://github.com/apache/doris/issues/34917#issuecomment-2119743353 估计简化不了,看了下 镜像 selectdb/doris.be-ubuntu:2.1.1 apache-doris-2.1.1-bin-amd64/be就有4.2G -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [fix](multi-table-load) fix be core when partial table load failed [doris]

2024-05-19 Thread via GitHub
liaoxin01 merged PR #34712: URL: https://github.com/apache/doris/pull/34712 -- 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

(doris) branch master updated (27c75b31938 -> 1000e5b3fef)

2024-05-19 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 27c75b31938 [opt](nereids)new way to set pre-agg status (#34738) add 1000e5b3fef [fix](multi-table-load) fix be c

Re: [PR] [improve](txn insert) Set partition visible version once when finishTransaction [doris]

2024-05-19 Thread via GitHub
mymeiyi commented on PR #35044: URL: https://github.com/apache/doris/pull/35044#issuecomment-2119745576 run p0 -- 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 unsubscrib

Re: [PR] [Feature] (iceberg-writer) Implements iceberg sink. [doris]

2024-05-19 Thread via GitHub
kaka11chen commented on PR #34929: URL: https://github.com/apache/doris/pull/34929#issuecomment-2119754695 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 u

[PR] [chore](fe) Add detailed msg of checking endpoint failed [doris]

2024-05-19 Thread via GitHub
w41ter opened a new pull request, #35054: URL: https://github.com/apache/doris/pull/35054 Cherry-pick #34979 -- 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] [chore](fe) Add detailed msg of checking endpoint failed [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #35054: URL: https://github.com/apache/doris/pull/35054#issuecomment-2119757656 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] [chore](fe) Add detailed msg of checking endpoint failed [doris]

2024-05-19 Thread via GitHub
w41ter commented on PR #35054: URL: https://github.com/apache/doris/pull/35054#issuecomment-2119757816 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 unsub

Re: [PR] [chore](fe) Add detailed msg of checking endpoint failed [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35054: URL: https://github.com/apache/doris/pull/35054#issuecomment-2119760627 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](agg) memory leak issue in agg operator (#35037) [doris]

2024-05-19 Thread via GitHub
mrhhsg commented on PR #35055: URL: https://github.com/apache/doris/pull/35055#issuecomment-2119764398 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 unsub

[PR] [fix](agg) memory leak issue in agg operator (#35037) [doris]

2024-05-19 Thread via GitHub
mrhhsg opened a new pull request, #35055: URL: https://github.com/apache/doris/pull/35055 ## Proposed changes pick #35037 from master. ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@dori

Re: [PR] [fix](agg) memory leak issue in agg operator (#35037) [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #35055: URL: https://github.com/apache/doris/pull/35055#issuecomment-2119764294 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

[PR] [Cherry-Pick](branch-2.1) Pick "Fix multiple replica partial update auto inc data inconsistency problem #34788" [doris]

2024-05-19 Thread via GitHub
Yukang-Lian opened a new pull request, #35056: URL: https://github.com/apache/doris/pull/35056 ## Proposed changes Issue Number: close #xxx Pick #34788 and #34940 ## Further comments If this is a relatively large or complex change, kick off the discussion a

Re: [PR] [fix](cloud) Add config to skip cluster name check in meta-service [doris]

2024-05-19 Thread via GitHub
w41ter commented on PR #35050: URL: https://github.com/apache/doris/pull/35050#issuecomment-2119767382 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 unsub

Re: [PR] [Cherry-Pick](branch-2.1) Pick "Fix multiple replica partial update auto inc data inconsistency problem #34788" [doris]

2024-05-19 Thread via GitHub
doris-robot commented on PR #35056: URL: https://github.com/apache/doris/pull/35056#issuecomment-2119767348 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] [BUG] fix scan range boundary handling is incorrect [doris]

2024-05-19 Thread via GitHub
qzsee commented on PR #34832: URL: https://github.com/apache/doris/pull/34832#issuecomment-2119768378 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 unsubs

Re: [PR] [fix](agg) memory leak issue in agg operator (#35037) [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35055: URL: https://github.com/apache/doris/pull/35055#issuecomment-2119772947 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](cloud) Add config to skip cluster name check in meta-service [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35050: URL: https://github.com/apache/doris/pull/35050#issuecomment-2119774236 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] [BUG] fix scan range boundary handling is incorrect [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #34832: URL: https://github.com/apache/doris/pull/34832#issuecomment-2119774534 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] [Cherry-Pick](branch-2.1) Pick "Fix multiple replica partial update auto inc data inconsistency problem #34788" [doris]

2024-05-19 Thread via GitHub
github-actions[bot] commented on PR #35056: URL: https://github.com/apache/doris/pull/35056#issuecomment-2119780210 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: [I] [Bug] doris稳定复现BE内存泄露 [doris]

2024-05-19 Thread via GitHub
28764116 commented on issue #34164: URL: https://github.com/apache/doris/issues/34164#issuecomment-2119782072 确定是2.1.0版本的问题,问题已修复在2.1.2版本 -- 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 speci

Re: [I] [Bug] doris稳定复现BE内存泄露 [doris]

2024-05-19 Thread via GitHub
28764116 closed issue #34164: [Bug] doris稳定复现BE内存泄露 URL: https://github.com/apache/doris/issues/34164 -- 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: co

Re: [PR] [fix](k8s) modify docs about user privilege url [doris-website]

2024-05-19 Thread via GitHub
catpineapple closed pull request #660: [fix](k8s) modify docs about user privilege url URL: https://github.com/apache/doris-website/pull/660 -- 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 spec

Re: [PR] [doc](cache) deprecate/remove partition cache [doris-website]

2024-05-19 Thread via GitHub
luzhijing merged PR #659: URL: https://github.com/apache/doris-website/pull/659 -- 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...@dori

Error while running notifications feature from .asf.yaml in doris-website!

2024-05-19 Thread Apache Infrastructure
An error occurred while running notifications feature in .asf.yaml!: Invalid notification target 'comm...@foo.apache.org'. Must be a valid @doris.apache.org list! - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

(doris-website) branch master updated: [doc](cache) deprecate/remove partition cache (#659)

2024-05-19 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new e05fdf27c0a [doc](cache) deprecate/rem

Re: [PR] [docs](deadlink) Fix Dead Link of EN Version [doris-website]

2024-05-19 Thread via GitHub
luzhijing merged PR #665: URL: https://github.com/apache/doris-website/pull/665 -- 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...@dori

Error while running notifications feature from .asf.yaml in doris-website!

2024-05-19 Thread Apache Infrastructure
An error occurred while running notifications feature in .asf.yaml!: Invalid notification target 'comm...@foo.apache.org'. Must be a valid @doris.apache.org list! - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

<    1   2   3   >