Re: [PR] [Enhancement](Nereids) Nereids supports group_commit with insert [doris]

2024-03-30 Thread via GitHub
zzzs commented on PR #32523: URL: https://github.com/apache/doris/pull/32523#issuecomment-2028578334 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] [Enhancement](merge-on-write) Support dynamic delete bitmap cache [doris]

2024-03-30 Thread via GitHub
Yukang-Lian commented on PR #32991: URL: https://github.com/apache/doris/pull/32991#issuecomment-2028572799 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 unsubs

Re: [PR] [fix](case) ignore single_replica_compaction in cloud mode [doris]

2024-03-30 Thread via GitHub
dataroaring commented on PR #33072: URL: https://github.com/apache/doris/pull/33072#issuecomment-2028562142 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

(doris) branch master updated: [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool (#33074)

2024-03-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 9ceceb4d78f [fix](memory) Fix erase invalid

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
dataroaring merged PR #33074: URL: https://github.com/apache/doris/pull/33074 -- 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.

Re: [PR] [feature](load) support compressed JSON format data for broker load [doris]

2024-03-30 Thread via GitHub
elvestar commented on PR #30809: URL: https://github.com/apache/doris/pull/30809#issuecomment-2028554218 run external -- 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] [improvement](spill) avoid spill if memory is enough [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33075: URL: https://github.com/apache/doris/pull/33075#issuecomment-2028551815 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 877e5f6cdada56bc478e4c19e5e1e2000b81124a with default session variables Stream

Re: [PR] [improvement](spill) avoid spill if memory is enough [doris]

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

Re: [PR] [improvement](spill) avoid spill if memory is enough [doris]

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

Re: [PR] [feature](load) support compressed JSON format data for broker load [doris]

2024-03-30 Thread via GitHub
elvestar commented on PR #30809: URL: https://github.com/apache/doris/pull/30809#issuecomment-202855 run external -- 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] [improvement](spill) avoid spill if memory is enough [doris]

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

Re: [PR] [improvement](spill) avoid spill if memory is enough [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33075: URL: https://github.com/apache/doris/pull/33075#issuecomment-2028542658 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] [enhancement](cloud) Only update table version when drop a non-empty partition [doris]

2024-03-30 Thread via GitHub
gavinchou commented on code in PR #32989: URL: https://github.com/apache/doris/pull/32989#discussion_r1545288390 ## cloud/src/meta-service/meta_service_partition.cpp: ## @@ -597,11 +597,45 @@ void MetaServiceImpl::drop_partition(::google::protobuf::RpcController* controll

Re: [PR] [improvement](spill) avoid spill if memory is enough [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33075: URL: https://github.com/apache/doris/pull/33075#issuecomment-2028541880 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] [improvement](spill) avoid spill if memory is enough [doris]

2024-03-30 Thread via GitHub
jacktengg opened a new pull request, #33075: URL: https://github.com/apache/doris/pull/33075 ## 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](mailt

Re: [PR] [Enhancement](Nereids) Nereids supports group_commit with insert [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #32523: URL: https://github.com/apache/doris/pull/32523#issuecomment-2028538631 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit daa67acac1fd04c7840b61d28927b35113c5f18b with default session variables Stream

Re: [PR] [Enhancement](Nereids) Nereids supports group_commit with insert [doris]

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

Re: [PR] [Enhancement](Nereids) Nereids supports group_commit with insert [doris]

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

Re: [PR] [Enhancement](Nereids) Nereids supports group_commit with insert [doris]

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

Re: [PR] [fix](inverted index) Cloud mode supports Chinese tokenizer with default conversion to lowercase [doris]

2024-03-30 Thread via GitHub
zzzxl1993 commented on PR #32841: URL: https://github.com/apache/doris/pull/32841#issuecomment-2028532682 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 unsubscr

Re: [PR] [Enhancement](Nereids) Nereids supports group_commit with insert [doris]

2024-03-30 Thread via GitHub
zzzs commented on PR #32523: URL: https://github.com/apache/doris/pull/32523#issuecomment-2028530150 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

(doris-website) branch asf-site updated: Automated deployment with doris branch @ 06b11c53971c6cf66ab6422fac3c1307e95dd852

2024-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 66191cf6c9da Automated deployment

svn commit: r68206 - in /dev/doris/2.1.1-rc05: ./ apache-doris-2.1.1-rc05-src.tar.gz apache-doris-2.1.1-rc05-src.tar.gz.asc apache-doris-2.1.1-rc05-src.tar.gz.sha512

2024-03-30 Thread yiguolei
Author: yiguolei Date: Sun Mar 31 01:47:52 2024 New Revision: 68206 Log: add 2.1.1-rc05 Added: dev/doris/2.1.1-rc05/ dev/doris/2.1.1-rc05/apache-doris-2.1.1-rc05-src.tar.gz (with props) dev/doris/2.1.1-rc05/apache-doris-2.1.1-rc05-src.tar.gz.asc (with props) dev/doris/2.1.1-rc

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028508548 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](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028508540 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](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028469257 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit cded4dbb0a455bb29ffd969ced419406b62dc112 with default session variables Stream

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

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

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028467967 TeamCity be ut coverage result: Function Coverage: 35.55% (8840/24864) Line Coverage: 27.29% (72495/265610) Region Coverage: 26.50% (37523/141584) Branch Coverage: 23.3

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

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

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

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

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028456837 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](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
xinyiZzz commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028455798 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](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

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

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

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

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

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

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028449269 TeamCity be ut coverage result: Function Coverage: 35.54% (8837/24864) Line Coverage: 27.28% (72465/265610) Region Coverage: 26.48% (37497/141584) Branch Coverage: 23.3

Re: [PR] [fix](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028444040 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](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
xinyiZzz commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028442737 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](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33074: URL: https://github.com/apache/doris/pull/33074#issuecomment-2028442731 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](memory) Fix erase invalid MemTrackerLimiter from tracker pool [doris]

2024-03-30 Thread via GitHub
xinyiZzz opened a new pull request, #33074: URL: https://github.com/apache/doris/pull/33074 ## Proposed changes Bug introduced by https://github.com/apache/doris/pull/32039 ``` F20240330 22:37:15.508097 61876 mem_tracker_limiter.cpp:596] Check failed: tracker != nullptr

Re: [PR] [enhancement](Nereids) refactor expression rewriter to pattern match [doris]

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

Re: [PR] [enhancement](Nereids) refactor expression rewriter to pattern match [doris]

2024-03-30 Thread via GitHub
924060929 commented on PR #32617: URL: https://github.com/apache/doris/pull/32617#issuecomment-2028268796 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](schema change) reduce memory usage of alter multi-column statement [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33073: URL: https://github.com/apache/doris/pull/33073#issuecomment-2028195010 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](schema change) reduce memory usage of alter multi-column statement [doris]

2024-03-30 Thread via GitHub
luwei16 commented on PR #33073: URL: https://github.com/apache/doris/pull/33073#issuecomment-2028196055 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

[PR] [fix](schema change) reduce memory usage of alter multi-column statement [doris]

2024-03-30 Thread via GitHub
luwei16 opened a new pull request, #33073: URL: https://github.com/apache/doris/pull/33073 ## 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:

(doris) branch master updated: [bugfix](iceberg)Convert the datetime type in the predicate according to the target column (#32923)

2024-03-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 c19c2462056 [bugfix](iceberg)Convert the date

Re: [PR] [bugfix](iceberg)Convert the datetime type in the predicate according to the target column [doris]

2024-03-30 Thread via GitHub
morningman merged PR #32923: URL: https://github.com/apache/doris/pull/32923 -- 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.a

Re: [PR] [fix](case) ignore single_replica_compaction in cloud mode [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33072: URL: https://github.com/apache/doris/pull/33072#issuecomment-2028161221 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](case) ignore single_replica_compaction in cloud mode [doris]

2024-03-30 Thread via GitHub
dataroaring commented on PR #33072: URL: https://github.com/apache/doris/pull/33072#issuecomment-2028151312 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

(doris) branch master updated (5a37b92ea54 -> efc7b630d30)

2024-03-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5a37b92ea54 [fix](case) ignore case disable light_schema_change in cloud mode (#33067) add efc7b630d30 [fix]

Re: [PR] [fix](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

2024-03-30 Thread via GitHub
dataroaring merged PR #33071: URL: https://github.com/apache/doris/pull/33071 -- 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.

Re: [PR] [fix](case) ignore single_replica_compaction in cloud mode [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33072: URL: https://github.com/apache/doris/pull/33072#issuecomment-2028151237 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](case) ignore single_replica_compaction in cloud mode [doris]

2024-03-30 Thread via GitHub
dataroaring opened a new pull request, #33072: URL: https://github.com/apache/doris/pull/33072 ## 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](mai

(doris) branch master updated: [fix](case) ignore case disable light_schema_change in cloud mode (#33067)

2024-03-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 5a37b92ea54 [fix](case) ignore case disable

Re: [PR] [fix](case) ignore case disable light_schema_change in cloud mode [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33067: URL: https://github.com/apache/doris/pull/33067#issuecomment-2028136085 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](case) ignore case disable light_schema_change in cloud mode [doris]

2024-03-30 Thread via GitHub
dataroaring merged PR #33067: URL: https://github.com/apache/doris/pull/33067 -- 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.

Re: [PR] [fix](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33071: URL: https://github.com/apache/doris/pull/33071#issuecomment-2028125589 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](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33071: URL: https://github.com/apache/doris/pull/33071#issuecomment-2028125546 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](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33071: URL: https://github.com/apache/doris/pull/33071#issuecomment-2028101812 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit c61053764c0c88ccb5cf77bef4cbaa8c8718928d with default session variables Stream

Re: [PR] [feature-wip](Cloud) Support set default storage vault and pass vault id to all write paths [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #32910: URL: https://github.com/apache/doris/pull/32910#issuecomment-2028099903 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit e654b6c34d198ba2bf08b852e96a08ec8ae36625 with default session variables Stream

Re: [PR] [fix](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

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

Re: [PR] [feature-wip](Cloud) Support set default storage vault and pass vault id to all write paths [doris]

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

Re: [PR] [fix](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

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

Re: [PR] [feature-wip](Cloud) Support set default storage vault and pass vault id to all write paths [doris]

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

Re: [PR] [feature-wip](Cloud) Support set default storage vault and pass vault id to all write paths [doris]

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

Re: [PR] [fix](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

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

Re: [PR] [feature](insert)add hive insert plan ut and remove redundant fields [doris]

2024-03-30 Thread via GitHub
morningman merged PR #33051: URL: https://github.com/apache/doris/pull/33051 -- 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.a

Re: [PR] [feature-wip](Cloud) Support set default storage vault and pass vault id to all write paths [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #32910: URL: https://github.com/apache/doris/pull/32910#issuecomment-2028093905 TeamCity be ut coverage result: Function Coverage: 35.55% (8840/24865) Line Coverage: 27.29% (72487/265603) Region Coverage: 26.51% (37521/141560) Branch Coverage: 23.3

(doris) branch master updated: [feature](insert)add hive insert plan ut and remove redundant fields (#33051)

2024-03-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 6df957d2ed0 [feature](insert)add hive insert

Re: [PR] [fix](avro) avoid BE crash if avro scanner's dependency jars is mssing [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33031: URL: https://github.com/apache/doris/pull/33031#issuecomment-2028091451 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 20b45f0750afb9afb1200b71297a5b855247ee4b with default session variables Stream

Re: [PR] [fix](avro) avoid BE crash if avro scanner's dependency jars is mssing [doris]

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

Re: [PR] [fix](compaction) fix single replica compaction input rowsets [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33053: URL: https://github.com/apache/doris/pull/33053#issuecomment-2028090140 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 05fb8df9b279a7c3011d1cac5841272c52ee5291 with default session variables Stream

Re: [PR] [fix](compaction) fix single replica compaction input rowsets [doris]

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

(doris) branch branch-2.1 updated: [fix](timeout) query timeout was not correctly set #33045

2024-03-30 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 bec153b3694 [fix](timeout) query timeou

Re: [PR] [fix](timeout) query timeout was not correctly set [doris]

2024-03-30 Thread via GitHub
yiguolei merged PR #33045: URL: https://github.com/apache/doris/pull/33045 -- 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] [fix](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33071: URL: https://github.com/apache/doris/pull/33071#issuecomment-2028089016 TeamCity be ut coverage result: Function Coverage: 35.55% (8840/24864) Line Coverage: 27.29% (72488/265605) Region Coverage: 26.50% (37522/141566) Branch Coverage: 23.3

Re: [PR] [fix](avro) avoid BE crash if avro scanner's dependency jars is mssing [doris]

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

Re: [PR] [feature-wip](Cloud) Support set default storage vault and pass vault id to all write paths [doris]

2024-03-30 Thread via GitHub
ByteYue commented on PR #32910: URL: https://github.com/apache/doris/pull/32910#issuecomment-2028088380 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] [opt](rowcount) refresh external table's rowcount async [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #32997: URL: https://github.com/apache/doris/pull/32997#issuecomment-2028088195 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](compaction) fix single replica compaction input rowsets [doris]

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

Re: [PR] [opt](rowcount) refresh external table's rowcount async [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #32997: URL: https://github.com/apache/doris/pull/32997#issuecomment-2028085730 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](inverted index) Cloud mode supports Chinese tokenizer with default conversion to lowercase [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #32841: URL: https://github.com/apache/doris/pull/32841#issuecomment-2028085312 TeamCity be ut coverage result: Function Coverage: 35.55% (8839/24864) Line Coverage: 27.29% (72483/265609) Region Coverage: 26.50% (37518/141575) Branch Coverage: 23.3

Re: [PR] [fix](pipelineX) fix error open in scan [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33069: URL: https://github.com/apache/doris/pull/33069#issuecomment-2028085270 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](pipelineX) fix error open in scan [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33069: URL: https://github.com/apache/doris/pull/33069#issuecomment-2028085276 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](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33071: URL: https://github.com/apache/doris/pull/33071#issuecomment-2028085190 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](avro) avoid BE crash if avro scanner's dependency jars is mssing [doris]

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

Re: [PR] [fix](compaction) fix single replica compaction input rowsets [doris]

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

Re: [PR] [fix](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33071: URL: https://github.com/apache/doris/pull/33071#issuecomment-2028083840 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](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

2024-03-30 Thread via GitHub
xinyiZzz opened a new pull request, #33071: URL: https://github.com/apache/doris/pull/33071 ## Proposed changes Bug introduced by #32039 thread_context.h:292] __builtin_unreachable ``` 10# doris::QueryThreadContext::init() at /home/zcp/repo_center/doris_master/doris/be/sr

Re: [PR] [fix](memory) Fix MemTableWriter flush_async attach task in thread context [doris]

2024-03-30 Thread via GitHub
xinyiZzz commented on PR #33071: URL: https://github.com/apache/doris/pull/33071#issuecomment-2028083857 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](inverted index) Cloud mode supports Chinese tokenizer with default conversion to lowercase [doris]

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

Re: [PR] [bug](cloud) fix null pointer exception in get partition visible version rpc [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #33070: URL: https://github.com/apache/doris/pull/33070#issuecomment-2028078847 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 7b98cb121a37f9b65d2f3c950039c88802f9ec57 with default session variables Stream

Re: [PR] [bug](cloud) fix null pointer exception in get partition visible version rpc [doris]

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

Re: [PR] [fix](avro) avoid BE crash if avro scanner's dependency jars is mssing [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33031: URL: https://github.com/apache/doris/pull/33031#issuecomment-2028078020 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](avro) avoid BE crash if avro scanner's dependency jars is mssing [doris]

2024-03-30 Thread via GitHub
morningman commented on PR #33031: URL: https://github.com/apache/doris/pull/33031#issuecomment-2028077066 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

Re: [PR] [bug](cloud) fix null pointer exception in get partition visible version rpc [doris]

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

Re: [PR] [feature](merge-cloud) Add tablet rebalance run in cloud [doris]

2024-03-30 Thread via GitHub
doris-robot commented on PR #32925: URL: https://github.com/apache/doris/pull/32925#issuecomment-2028076341 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d7a152f6ead40f7701c9e25ed9342cc3770626d7 with default session variables Stream

Re: [PR] [feature](merge-cloud) Add tablet rebalance run in cloud [doris]

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

Re: [PR] [fix](inverted index) Cloud mode supports Chinese tokenizer with default conversion to lowercase [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #32841: URL: https://github.com/apache/doris/pull/32841#issuecomment-2028074488 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](compaction) fix single replica compaction input rowsets [doris]

2024-03-30 Thread via GitHub
github-actions[bot] commented on PR #33053: URL: https://github.com/apache/doris/pull/33053#issuecomment-2028073983 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

  1   2   >