Re: [PR] [feature](function) support ip function named ipv6_cidr_to_range(addr, cidr) [doris]

2024-01-12 Thread via GitHub
sjyango commented on PR #29812: URL: https://github.com/apache/doris/pull/29812#issuecomment-1890324719 run performance -- 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](schema cache) adjust the destruction order of tablet_schema_cache and storage engine [doris]

2024-01-12 Thread via GitHub
xinyiZzz commented on PR #29923: URL: https://github.com/apache/doris/pull/29923#issuecomment-1890310032 Please add comment -- 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] [typo](docs) fix typo of outfile and partial-update md [doris]

2024-01-12 Thread via GitHub
wanghuan2054 commented on PR #29932: URL: https://github.com/apache/doris/pull/29932#issuecomment-1890308149 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

Re: [PR] [opt](invert index) optimize the code structure of inverted index que… [doris]

2024-01-12 Thread via GitHub
zzzxl1993 commented on PR #29771: URL: https://github.com/apache/doris/pull/29771#issuecomment-1890303621 run compile -- 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] [typo](docs) fix typo of outfile and export md [doris]

2024-01-12 Thread via GitHub
wanghuan2054 commented on PR #29804: URL: https://github.com/apache/doris/pull/29804#issuecomment-1890302281 hello -- 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

[PR] [typo](docs) fix typo of outfile and partial-update md [doris]

2024-01-12 Thread via GitHub
wanghuan2054 opened a new pull request, #29932: URL: https://github.com/apache/doris/pull/29932 ## 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](ma

Re: [PR] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #28082: URL: https://github.com/apache/doris/pull/28082#issuecomment-1890273047 TeamCity be ut coverage result: Function Coverage: 36.67% (8643/23568) Line Coverage: 28.70% (70405/245318) Region Coverage: 27.62% (36396/131765) Branch Coverage: 24.3

Re: [I] [Draft] Release Note 2.0.4 [doris]

2024-01-12 Thread via GitHub
Mockito-0723 commented on issue #29906: URL: https://github.com/apache/doris/issues/29906#issuecomment-1890271834 什么时候发布啊 -- 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

Re: [PR] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
yujun777 commented on PR #28082: URL: https://github.com/apache/doris/pull/28082#issuecomment-1890257213 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] [feature](profile)Add runtime cpu time/peak memory metric [doris]

2024-01-12 Thread via GitHub
yiguolei commented on code in PR #29925: URL: https://github.com/apache/doris/pull/29925#discussion_r1451076658 ## be/src/runtime/fragment_mgr.cpp: ## @@ -678,6 +678,9 @@ Status FragmentMgr::_get_query_ctx(const Params& params, TUniqueId query_id, boo query_ctx->qu

Re: [PR] [feature](profile)Add runtime cpu time/peak memory metric [doris]

2024-01-12 Thread via GitHub
yiguolei commented on code in PR #29925: URL: https://github.com/apache/doris/pull/29925#discussion_r1451076399 ## be/src/runtime/memory/mem_tracker.h: ## @@ -138,6 +139,9 @@ class MemTracker { return; } _consumption->add(bytes); +if (_quer

Error while running github feature from .asf.yaml in doris!

2024-01-12 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [fix](partition) Add more log for single replica load when partition id eq 0 (#28707)

2024-01-12 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 dcb42e87175 [fix](partition) Add more log fo

Re: [PR] [fix](partition) Add more log for single replica load when partition … [doris]

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

Error while running github feature from .asf.yaml in doris!

2024-01-12 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [log](insertadd log in parse insert into values data (#29903)

2024-01-12 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 e5a88ca80b4 [log](insertadd log in parse ins

Re: [PR] [log](insert-into) add log in parse insert into values data [doris]

2024-01-12 Thread via GitHub
dataroaring merged PR #29903: URL: https://github.com/apache/doris/pull/29903 -- 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] [refactor](insert) remove unused insert code in FE [doris]

2024-01-12 Thread via GitHub
morningman commented on PR #29924: URL: https://github.com/apache/doris/pull/29924#issuecomment-1890233543 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: [I] [Bug] doris倒排索引数据大部分都是uuid类型时, 在上亿数据时性能居然比like还要低 [doris]

2024-01-12 Thread via GitHub
airborne12 commented on issue #29863: URL: https://github.com/apache/doris/issues/29863#issuecomment-1890223768 pls show your table schema,probably it may not query with inverted index -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [regression-test](group commit) enable wait_internal_group_commit_finish [doris]

2024-01-12 Thread via GitHub
mymeiyi commented on PR #26856: URL: https://github.com/apache/doris/pull/26856#issuecomment-1890185133 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

Error while running github feature from .asf.yaml in doris!

2024-01-12 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [pipelineX](improvement) Adjust local exchange strategy (#29915)

2024-01-12 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 dae604b7964 [pipelineX](improvement) Adjust l

Re: [PR] [pipelineX](improvement) Adjust local exchange strategy [doris]

2024-01-12 Thread via GitHub
Gabriel39 merged PR #29915: URL: https://github.com/apache/doris/pull/29915 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

Re: [PR] [release](version) change branch-2.0 version to doris-2.0.4-rc05 [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29917: URL: https://github.com/apache/doris/pull/29917#issuecomment-1889687512 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit e74642038b80d9c98887dabebe3abdb03d991562 with default session variables Stream

Re: [PR] [release](version) change branch-2.0 version to doris-2.0.4-rc05 [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29917: URL: https://github.com/apache/doris/pull/29917#issuecomment-1889682483 ClickBench: Total hot run time: 31.07 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [release](version) change branch-2.0 version to doris-2.0.4-rc05 [doris]

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

Re: [PR] [feature](function) support ip function named ipv6_cidr_to_range(addr, cidr) [doris]

2024-01-12 Thread via GitHub
sjyango commented on PR #29812: URL: https://github.com/apache/doris/pull/29812#issuecomment-1889673198 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 unsubscr

Re: [PR] [release](version) change branch-2.0 version to doris-2.0.4-rc05 [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29917: URL: https://github.com/apache/doris/pull/29917#issuecomment-1889665898 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.62 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes,

Re: [PR] [release](version) change branch-2.0 version to doris-2.0.4-rc05 [doris]

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

Re: [PR] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
yujun777 commented on PR #28082: URL: https://github.com/apache/doris/pull/28082#issuecomment-1889628971 run clickbench -- 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] array_map里面lamda执行不符合预期 [doris]

2024-01-12 Thread via GitHub
paything opened a new issue, #29931: URL: https://github.com/apache/doris/issues/29931 ### 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.0.4 ### What's

Re: [PR] [release](version) change branch-2.0 version to doris-2.0.4-rc05 [doris]

2024-01-12 Thread via GitHub
xiaokang commented on PR #29917: URL: https://github.com/apache/doris/pull/29917#issuecomment-1889611431 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: [I] [Bug] FE fails to start on JDK 17 due to references to the CMS garbage collector removed in Java 14 [doris]

2024-01-12 Thread via GitHub
larshelge closed issue #29916: [Bug] FE fails to start on JDK 17 due to references to the CMS garbage collector removed in Java 14 URL: https://github.com/apache/doris/issues/29916 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

(doris) branch branch-2.0 updated: [fix](kerberos) fix BE kerberos ccache renew, optimize kerbero options #29291 (#29922)

2024-01-12 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 3641fb2c531 [fix](kerberos) fix BE kerbero

Re: [PR] [fix](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab #29291 [doris]

2024-01-12 Thread via GitHub
xiaokang merged PR #29922: URL: https://github.com/apache/doris/pull/29922 -- 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] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
yujun777 commented on PR #28082: URL: https://github.com/apache/doris/pull/28082#issuecomment-1889596199 run clickbench -- 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] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
yujun777 commented on PR #28082: URL: https://github.com/apache/doris/pull/28082#issuecomment-1889579984 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) branch master updated: [fix](kerberos) fix BE kerberos ccache renew, optimize kerbero options (#29291)

2024-01-12 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 df30de085f9 [fix](kerberos) fix BE kerberos c

Error while running github feature from .asf.yaml in doris!

2024-01-12 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [fix](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab [doris]

2024-01-12 Thread via GitHub
morningman merged PR #29291: URL: https://github.com/apache/doris/pull/29291 -- 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] [opt](scanner) optimize the number of scanners [doris]

2024-01-12 Thread via GitHub
morningman commented on code in PR #29891: URL: https://github.com/apache/doris/pull/29891#discussion_r1450651244 ## be/src/vec/exec/scan/scanner_context.cpp: ## @@ -81,11 +81,7 @@ ScannerContext::ScannerContext(RuntimeState* state, const TupleDescriptor* outpu if (limit <

Re: [PR] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
yujun777 commented on PR #28082: URL: https://github.com/apache/doris/pull/28082#issuecomment-1889571865 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](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab #29291 [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on PR #29922: URL: https://github.com/apache/doris/pull/29922#issuecomment-1889567638 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](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab #29291 [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on PR #29922: URL: https://github.com/apache/doris/pull/29922#issuecomment-1889567694 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] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
yujun777 commented on PR #28082: URL: https://github.com/apache/doris/pull/28082#issuecomment-1889553644 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] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on code in PR #28082: URL: https://github.com/apache/doris/pull/28082#discussion_r1450608131 ## be/src/olap/tablet_meta.cpp: ## @@ -709,6 +709,16 @@ Version TabletMeta::max_version() const { return max_version; } +size_t TabletMeta::version_

Re: [PR] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on code in PR #28082: URL: https://github.com/apache/doris/pull/28082#discussion_r1450597129 ## be/src/olap/tablet_meta.cpp: ## @@ -709,6 +709,16 @@ Version TabletMeta::max_version() const { return max_version; } +size_t TabletMeta::version_

Re: [PR] [improvement](compaction) be do not compact invisible version to avoid query error -230 [doris]

2024-01-12 Thread via GitHub
yujun777 commented on PR #28082: URL: https://github.com/apache/doris/pull/28082#issuecomment-1889501393 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] [pipelineX](improvement) Adjust local exchange strategy [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29915: URL: https://github.com/apache/doris/pull/29915#issuecomment-1889476518 TeamCity be ut coverage result: Function Coverage: 36.70% (8648/23567) Line Coverage: 28.71% (70424/245263) Region Coverage: 27.63% (36402/131731) Branch Coverage: 24.3

(doris) branch master updated: [bugfix](timeout) serving_blocks_num may cause timeout, try to fix it (#29912)

2024-01-12 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 4dd74e24242 [bugfix](timeout) serving_blocks_nu

Error while running github feature from .asf.yaml in doris!

2024-01-12 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [bugfix](timeout) serving_blocks_num may cause timeout, try to fix it [doris]

2024-01-12 Thread via GitHub
yiguolei merged PR #29912: URL: https://github.com/apache/doris/pull/29912 -- 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] [pipelineX](improvement) Adjust local exchange strategy [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on PR #29915: URL: https://github.com/apache/doris/pull/29915#issuecomment-1889434025 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] [pipelineX](improvement) Adjust local exchange strategy [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29915: URL: https://github.com/apache/doris/pull/29915#issuecomment-1889421661 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit ea37431e31c4fecb46e65cede7e3063e3943f0bd with default session variables Stream

Re: [PR] [pipelineX](improvement) Adjust local exchange strategy [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29915: URL: https://github.com/apache/doris/pull/29915#issuecomment-1889413410 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] [debug](don't merge) test memtable on sink node [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29115: URL: https://github.com/apache/doris/pull/29115#issuecomment-1889409742 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 791676c7c4e762e8396c757be89f9661ede5c76d with default session variables Stream

Re: [PR] [refactor](insert) remove unused insert code in FE [doris]

2024-01-12 Thread via GitHub
morningman commented on PR #29924: URL: https://github.com/apache/doris/pull/29924#issuecomment-1889403872 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] [debug](don't merge) test memtable on sink node [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29115: URL: https://github.com/apache/doris/pull/29115#issuecomment-1889401892 ClickBench: Total hot run time: 30.32 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [pipelineX](improvement) Adjust local exchange strategy [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29915: URL: https://github.com/apache/doris/pull/29915#issuecomment-1889401829 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.5 seconds stream load tsv: 586 seconds loaded 74807831229 Bytes, a

Re: [PR] [debug](don't merge) test memtable on sink node [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29115: URL: https://github.com/apache/doris/pull/29115#issuecomment-1889398880 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.65 seconds stream load tsv: 579 seconds loaded 74807831229 Bytes,

Re: [PR] [pipelineX](improvement) Adjust local exchange strategy [doris]

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

Re: [PR] [debug](don't merge) test memtable on sink node [doris]

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

Re: [PR] [pipelineX](improvement) Adjust local exchange strategy [doris]

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

Re: [PR] [fix](migrate disk) fix migrate disk lost data during publish version [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29887: URL: https://github.com/apache/doris/pull/29887#issuecomment-1889363271 TeamCity be ut coverage result: Function Coverage: 36.70% (8648/23562) Line Coverage: 28.72% (70424/245251) Region Coverage: 27.64% (36414/131739) Branch Coverage: 24.3

Re: [PR] [debug](don't merge) test memtable on sink node [doris]

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

Re: [PR] [bugfix](timeout) serving_blocks_num may cause timeout, try to fix it [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on PR #29912: URL: https://github.com/apache/doris/pull/29912#issuecomment-1889332116 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] [bugfix](timeout) serving_blocks_num may cause timeout, try to fix it [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on PR #29912: URL: https://github.com/apache/doris/pull/29912#issuecomment-1889332227 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](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab #29291 [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29922: URL: https://github.com/apache/doris/pull/29922#issuecomment-1889320430 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.27 seconds stream load tsv: 572 seconds loaded 74807831229 Bytes,

[PR] [opt](rf) change rf wait time to 10 sec by default [doris]

2024-01-12 Thread via GitHub
morningman opened a new pull request, #29930: URL: https://github.com/apache/doris/pull/29930 ## 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](mail

Re: [PR] [fix](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab #29291 [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29922: URL: https://github.com/apache/doris/pull/29922#issuecomment-1889307246 TeamCity be ut coverage result: Function Coverage: 37.85% (8028/21208) Line Coverage: 29.51% (65300/221261) Region Coverage: 28.97% (33599/115972) Branch Coverage: 24.8

Re: [PR] [fix](migrate disk) fix migrate disk lost data during publish version [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29887: URL: https://github.com/apache/doris/pull/29887#issuecomment-1889303487 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 0496fea4a3a8cb3cfa28cd8b508b03a710f1c638 with default session variables Stream

Re: [PR] [fix](migrate disk) fix migrate disk lost data during publish version [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29887: URL: https://github.com/apache/doris/pull/29887#issuecomment-1889295744 ClickBench: Total hot run time: 30.48 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [pipelineX](improvement) Adjust local exchange strategy [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on PR #29915: URL: https://github.com/apache/doris/pull/29915#issuecomment-1889288333 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](migrate disk) fix migrate disk lost data during publish version [doris]

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

Re: [PR] [fix](migrate disk) fix migrate disk lost data during publish version [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29887: URL: https://github.com/apache/doris/pull/29887#issuecomment-1889280857 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.12 seconds stream load tsv: 559 seconds loaded 74807831229 Bytes,

Re: [PR] [pipelineX](improvement) Adjust local exchange strategy [doris]

2024-01-12 Thread via GitHub
Gabriel39 commented on PR #29915: URL: https://github.com/apache/doris/pull/29915#issuecomment-1889269266 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] [debug](don't merge) test memtable on sink node [doris]

2024-01-12 Thread via GitHub
kaijchen commented on PR #29115: URL: https://github.com/apache/doris/pull/29115#issuecomment-1889256603 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](migrate disk) fix migrate disk lost data during publish version [doris]

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

Re: [PR] [fix](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29291: URL: https://github.com/apache/doris/pull/29291#issuecomment-1889252989 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit c6346dc52ca171ee65491940d11bce3fe55ebdf3 with default session variables Stream

Re: [I] Doris每次查询数据不一致 [doris]

2024-01-12 Thread via GitHub
hwanginsitein commented on issue #29778: URL: https://github.com/apache/doris/issues/29778#issuecomment-1889251273 我还遇到过 insert into 的sql ,返回的affect rows 大于 0 ,但是表里就是没数据 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [fix](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29291: URL: https://github.com/apache/doris/pull/29291#issuecomment-1889245848 ClickBench: Total hot run time: 30.26 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29291: URL: https://github.com/apache/doris/pull/29291#issuecomment-1889239086 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.73 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

Error while running github feature from .asf.yaml in doris!

2024-01-12 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [enhance](serde)update slice reserve and deduce slice back usage #29879

2024-01-12 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 08a74241c5b [enhance](serde)update slice reserv

Re: [PR] [enhance](serde)update slice reserve and deduce slice back usage [doris]

2024-01-12 Thread via GitHub
yiguolei merged PR #29879: URL: https://github.com/apache/doris/pull/29879 -- 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] [log](insert-into) add log in parse insert into values data [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29903: URL: https://github.com/apache/doris/pull/29903#issuecomment-1889233621 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 022370cff963db542bb19ed42d827fcb221b1127 with default session variables Stream

Re: [PR] [fix](kerberos) optimize kerbero options, remove BE kinit, just use UGI login by newInstanceFromKeytab [doris]

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

Re: [PR] [refactor](insert) remove unused insert code in FE [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on PR #29924: URL: https://github.com/apache/doris/pull/29924#issuecomment-1889231163 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](insert) remove unused insert code in FE [doris]

2024-01-12 Thread via GitHub
github-actions[bot] commented on PR #29924: URL: https://github.com/apache/doris/pull/29924#issuecomment-1889231069 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] [log](insert-into) add log in parse insert into values data [doris]

2024-01-12 Thread via GitHub
doris-robot commented on PR #29903: URL: https://github.com/apache/doris/pull/29903#issuecomment-1889226156 ClickBench: Total hot run time: 30.76 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Error while running github feature from .asf.yaml in doris!

2024-01-12 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [fix](move-memtable) set idle timeout equal to load timeout (#29839)

2024-01-12 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 453c06cb247 [fix](move-memtable) set idle ti

Re: [PR] [fix](move-memtable) set idle timeout equal to load timeout [doris]

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

Error while running github feature from .asf.yaml in doris!

2024-01-12 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Error while running github feature from .asf.yaml in doris!

2024-01-12 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [test](ut) added UT cases for show partitions external table [doris]

2024-01-12 Thread via GitHub
morningman merged PR #29565: URL: https://github.com/apache/doris/pull/29565 -- 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] [ut](stats) Added tests for JDBC analysis tasks [doris]

2024-01-12 Thread via GitHub
morningman merged PR #28591: URL: https://github.com/apache/doris/pull/28591 -- 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

(doris) branch master updated: [community](tool) add a tool to pick pr from one branch to another (#29764)

2024-01-12 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 a3f094fa4c4 [community](tool) add a tool to pic

Re: [PR] [community](tool) add a tool to pick pr from one branch to another [doris]

2024-01-12 Thread via GitHub
yiguolei merged PR #29764: URL: https://github.com/apache/doris/pull/29764 -- 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 (0b6ec3413a5 -> 756bede1f10)

2024-01-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0b6ec3413a5 [ut](stats) Added tests for JDBC analysis tasks (#28591) add 756bede1f10 [test](ut) added UT cases

  1   2   3   4   5   >