Re: [PR] [fix](jdbc catalog) Fix Memory Leak by Enabling Weak References in HikariCP [doris]

2024-08-22 Thread via GitHub
zy-kkk commented on PR #39835: URL: https://github.com/apache/doris/pull/39835#issuecomment-2306424120 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] [fix](jdbc catalog) Fix Memory Leak by Enabling Weak References in HikariCP [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39835: URL: https://github.com/apache/doris/pull/39835#issuecomment-2306424103 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] [branch-2.1](memory) Modify memory gc conf and add `crash_in_alloc_large_memory_bytes` [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39834: URL: https://github.com/apache/doris/pull/39834#issuecomment-2306423090 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] [branch-2.1](memory) Modify memory gc conf and add `crash_in_alloc_large_memory_bytes` [doris]

2024-08-22 Thread via GitHub
xinyiZzz opened a new pull request, #39834: URL: https://github.com/apache/doris/pull/39834 pick #39611 -- 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-ma

Re: [PR] [fix](auth)Fix some issues with incorrect permission verification [doris]

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

Re: [PR] [branch-2.1][fix](jdbc catalog) Fix Memory Leak by Enabling Weak References in HikariCP [doris]

2024-08-22 Thread via GitHub
zy-kkk commented on PR #39833: URL: https://github.com/apache/doris/pull/39833#issuecomment-2306419778 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] [Fix](tablet-meta) limit the data size of tablet meta [doris]

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

[PR] [branch-2.1][fix](jdbc catalog) Fix Memory Leak by Enabling Weak References in HikariCP [doris]

2024-08-22 Thread via GitHub
zy-kkk opened a new pull request, #39833: URL: https://github.com/apache/doris/pull/39833 pick(#39582) This PR addresses a memory leak issue caused by FastList objects in HikariCP being retained by ThreadLocal variables, which are not easily garbage collected in long-running JNI thr

Re: [PR] [branch-2.1][fix](jdbc catalog) Fix Memory Leak by Enabling Weak References in HikariCP [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39833: URL: https://github.com/apache/doris/pull/39833#issuecomment-2306419737 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](nereids) Added compatibility with mysql alias filter [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39810: URL: https://github.com/apache/doris/pull/39810#issuecomment-2306416288 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 387fe3f64aadb2093ee8a0614c90faaf94ba6742 with default session variables Stream

Re: [PR] [fix](Nereids) fix insert into table with null literal default value (#39122) [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39673: URL: https://github.com/apache/doris/pull/39673#issuecomment-2306414520 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](Nereids) fix insert into table with null literal default value (#39122) [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39673: URL: https://github.com/apache/doris/pull/39673#issuecomment-2306414474 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](nereids) Added compatibility with mysql alias filter [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39810: URL: https://github.com/apache/doris/pull/39810#issuecomment-2306412158 ClickBench: Total hot run time: 30.99 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](nereids) Added compatibility with mysql alias filter [doris]

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

Re: [I] [WIP] 3.0.1 release note [doris]

2024-08-22 Thread via GitHub
gavinchou commented on issue #39570: URL: https://github.com/apache/doris/issues/39570#issuecomment-2306402661 Thanks all who contribute to this release: 133tosakarin 924060929 AshinGau Baymine BePPPower BiteThet ByteYue CalvinKirs Ceng2 DarvenDuan FreeOnePlus Gabriel39 Happen

Re: [PR] [improve](move-memtable) reuse connection in load_stream_stub (#39231) [doris]

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

[PR] fix mysql type integer [doris-flink-connector]

2024-08-22 Thread via GitHub
tmc9031 opened a new pull request, #476: URL: https://github.com/apache/doris-flink-connector/pull/476 # Proposed changes Issue Number: close #475 ## Problem Summary: MySQL Type: INTEGER == INT Append type map to Doris INT ## Checklist(Required) 1. Does i

Re: [PR] [feat](Nereids) support nereids hint position detaction (#39113) [doris]

2024-08-22 Thread via GitHub
LiBinfeng-01 commented on PR #39417: URL: https://github.com/apache/doris/pull/39417#issuecomment-2306394112 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] [fix](restore) Reset the db name of the materialized index stmt [doris]

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

(doris) branch master updated: [fix](restore) Reset the db name of the materialized index stmt (#39710)

2024-08-22 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter 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 e01cdfb8412 [fix](restore) Reset the db name of t

Re: [PR] [improve](move-memtable) reuse connection in load_stream_stub (#39231) [doris]

2024-08-22 Thread via GitHub
kaijchen commented on PR #39762: URL: https://github.com/apache/doris/pull/39762#issuecomment-2306390288 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] [bugfix](iceberg)Fixed random core with writing iceberg partitioned table for 2.1 (#39808)(#39569) [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39832: URL: https://github.com/apache/doris/pull/39832#issuecomment-2306389506 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

(doris) branch master updated (e2a97611911 -> 932297fdc38)

2024-08-22 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from e2a97611911 [opt](Nereids) forbid distribute under project and filter (#39812) add 932297fdc38 [Improvement](t

Re: [PR] [Improvement](top-n) adjust the strategy for selecting the sort algorithm [doris]

2024-08-22 Thread via GitHub
HappenLee merged PR #39780: URL: https://github.com/apache/doris/pull/39780 -- 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] [chore](nereids) Added compatibility with mysql alias filter [doris]

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

Re: [I] [WIP] 3.0.1 release note [doris]

2024-08-22 Thread via GitHub
gavinchou commented on issue #39570: URL: https://github.com/apache/doris/issues/39570#issuecomment-2306384858 ## 行为变更 ### 优化器 - 新增加了一个变量 `use_max_length_of_varchar_in_ctas`,用于控制在执行 `CREATE TABLE AS SELECT`(CTAS)操作时 VARCHAR 类型的长度行为。此变量默认设置为 true。当设置为 true 时,如果 VARCHAR 类型的列源自一个表,则采用推导长

Re: [PR] [draft]reproduce dcheck error [doris]

2024-08-22 Thread via GitHub
wuwenchi closed pull request #39768: [draft]reproduce dcheck error URL: https://github.com/apache/doris/pull/39768 -- 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] [fix](function)timediff with now function causes a error signature (… [doris]

2024-08-22 Thread via GitHub
HappenLee merged PR #39347: URL: https://github.com/apache/doris/pull/39347 -- 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 branch-2.0 updated: [fix](function)timediff with now function causes a error signature

2024-08-22 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 d7b39daba53 [fix](function)timediff wi

Re: [PR] [bugfix](iceberg)Fixed random core with writing iceberg partitioned table for 2.1 (#39808)(#39569) [doris]

2024-08-22 Thread via GitHub
wuwenchi commented on PR #39832: URL: https://github.com/apache/doris/pull/39832#issuecomment-2306381763 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[PR] [bugfix](iceberg)Fixed random core with writing iceberg partitioned table for 2.1 (#39808)(#39569) [doris]

2024-08-22 Thread via GitHub
wuwenchi opened a new pull request, #39832: URL: https://github.com/apache/doris/pull/39832 ## Proposed changes bp: #39808 #39569 -- 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 th

Re: [PR] [bugfix](iceberg)Fixed random core with writing iceberg partitioned table for 2.1 (#39808)(#39569) [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39832: URL: https://github.com/apache/doris/pull/39832#issuecomment-2306381494 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

(doris) branch master updated: [opt](Nereids) forbid distribute under project and filter (#39812)

2024-08-22 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 e2a97611911 [opt](Nereids) forbid distribute u

Re: [PR] [opt](Nereids) forbid distribute under project and filter [doris]

2024-08-22 Thread via GitHub
morrySnow merged PR #39812: URL: https://github.com/apache/doris/pull/39812 -- 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] [Improvement](top-n) adjust the strategy for selecting the sort algorithm [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39780: URL: https://github.com/apache/doris/pull/39780#issuecomment-2306378202 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](partition_topn) Add partition threshold check in hash table to control partition nums [doris]

2024-08-22 Thread via GitHub
zhangstar333 commented on PR #39057: URL: https://github.com/apache/doris/pull/39057#issuecomment-2306378033 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] [Improvement](top-n) adjust the strategy for selecting the sort algorithm [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39780: URL: https://github.com/apache/doris/pull/39780#issuecomment-2306378160 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] [Feat](OSS)Decouple COS and OBS dependencies with optional inclusion mechanism [doris]

2024-08-22 Thread via GitHub
CalvinKirs commented on PR #39831: URL: https://github.com/apache/doris/pull/39831#issuecomment-2306372815 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] [Feat](OSS)Decouple COS and OBS dependencies with optional inclusion mechanism [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39831: URL: https://github.com/apache/doris/pull/39831#issuecomment-2306372711 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] [Feat](OSS)Decouple COS and OBS dependencies with optional inclusion mechanism [doris]

2024-08-22 Thread via GitHub
CalvinKirs opened a new pull request, #39831: URL: https://github.com/apache/doris/pull/39831 … improve the flexibility of the project by decoupling direct dependencies on the hadoop-cos and hadoop-huaweicloud libraries. These changes allow users to control whether COS and OBS depen

Re: [PR] [fix](auth)Fix some issues with incorrect permission verification [doris]

2024-08-22 Thread via GitHub
zddr commented on PR #39726: URL: https://github.com/apache/doris/pull/39726#issuecomment-2306369042 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 unsubsc

(doris) branch master updated (2c154c6d971 -> 74070d0a182)

2024-08-22 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 2c154c6d971 [fix](jdbc catalog) Fix Memory Leak by Enabling Weak References in HikariCP (#39582) add 74070d0a1

Re: [PR] [branch-2.1][Refactor]use async to get be resource (#38389) [doris]

2024-08-22 Thread via GitHub
wangbo commented on PR #39826: URL: https://github.com/apache/doris/pull/39826#issuecomment-2306368181 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](Nereids) remove variable enable_nereids_dml [doris]

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

Re: [PR] [fix](auth)Fix some issues with incorrect permission verification [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39726: URL: https://github.com/apache/doris/pull/39726#issuecomment-2306366008 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](auth)Fix some issues with incorrect permission verification [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39726: URL: https://github.com/apache/doris/pull/39726#issuecomment-2306365972 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] [docker](script) add auto script to building doris image [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39797: URL: https://github.com/apache/doris/pull/39797#issuecomment-2306364445 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] [docker](script) add auto script to building doris image [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39797: URL: https://github.com/apache/doris/pull/39797#issuecomment-2306364408 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](Nereids) forbid distribute under project and filter [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39812: URL: https://github.com/apache/doris/pull/39812#issuecomment-2306363271 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](Nereids) forbid distribute under project and filter [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39812: URL: https://github.com/apache/doris/pull/39812#issuecomment-2306363232 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](jdbc catalog) Fix Memory Leak by Enabling Weak References in HikariCP [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39582: URL: https://github.com/apache/doris/pull/39582#issuecomment-2306359246 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

(doris) branch master updated: [fix](jdbc catalog) Fix Memory Leak by Enabling Weak References in HikariCP (#39582)

2024-08-22 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 2c154c6d971 [fix](jdbc catalog) Fix Memory Le

Re: [PR] [fix](jdbc catalog) Fix Memory Leak by Enabling Weak References in HikariCP [doris]

2024-08-22 Thread via GitHub
morningman merged PR #39582: URL: https://github.com/apache/doris/pull/39582 -- 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] [cherry-pick](branch-2.1) fix delete random distributed tbl [doris]

2024-08-22 Thread via GitHub
DarvenDuan commented on PR #39830: URL: https://github.com/apache/doris/pull/39830#issuecomment-2306358421 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] [cherry-pick](branch-2.1) fix delete random distributed tbl [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39830: URL: https://github.com/apache/doris/pull/39830#issuecomment-2306358206 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) fix delete random distributed tbl [doris]

2024-08-22 Thread via GitHub
DarvenDuan opened a new pull request, #39830: URL: https://github.com/apache/doris/pull/39830 ## Proposed changes cherry-pick #37985 -- 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

Re: [PR] [bugfix](iceberg)Fixed random core with writing iceberg partitioned table [doris]

2024-08-22 Thread via GitHub
morningman merged PR #39808: URL: https://github.com/apache/doris/pull/39808 -- 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 (355620b84dc -> 8a1e03f9596)

2024-08-22 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 355620b84dc [Enhancement](http)Add http authentication to all API interfaces under be 8040. (#39577) add 8a1e

Re: [PR] [fix](paimon) fix not able to read paimon data from hdfs with HA [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39806: URL: https://github.com/apache/doris/pull/39806#issuecomment-2306356346 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](udf) Fix exception thrown when replayDropFunction [doris]

2024-08-22 Thread via GitHub
gavinchou commented on PR #39805: URL: https://github.com/apache/doris/pull/39805#issuecomment-2306354984 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] [chore](nereids) Added compatibility with mysql alias filter [doris]

2024-08-22 Thread via GitHub
Toms1999 commented on PR #39810: URL: https://github.com/apache/doris/pull/39810#issuecomment-2306349250 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] [bugfix](iceberg)Fixed random core with writing iceberg partitioned table [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39808: URL: https://github.com/apache/doris/pull/39808#issuecomment-2306348159 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] [bugfix](iceberg)Fixed random core with writing iceberg partitioned table [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39808: URL: https://github.com/apache/doris/pull/39808#issuecomment-2306348129 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-catalog)fix max compute array and map type read offset [doris]

2024-08-22 Thread via GitHub
morningman commented on PR #39822: URL: https://github.com/apache/doris/pull/39822#issuecomment-2306346464 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] [branch-2.1](memory) Modify thedefault JEMALLOC_CONF and support flush Jemalloc tcache [doris]

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

[PR] [branch-2.1](memory) Modify thedefault JEMALLOC_CONF and support flush Jemalloc tcache [doris]

2024-08-22 Thread via GitHub
xinyiZzz opened a new pull request, #39829: URL: https://github.com/apache/doris/pull/39829 pick #38185 -- 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-ma

Re: [PR] [branch-2.1](memory) Modify thedefault JEMALLOC_CONF and support flush Jemalloc tcache [doris]

2024-08-22 Thread via GitHub
xinyiZzz commented on PR #39829: URL: https://github.com/apache/doris/pull/39829#issuecomment-2306330753 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] [branch-2.1](memory) Modify thedefault JEMALLOC_CONF and support flush Jemalloc tcache [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39829: URL: https://github.com/apache/doris/pull/39829#issuecomment-2306330699 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](cloud) Fix migrate tablets between backends back and forth [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39792: URL: https://github.com/apache/doris/pull/39792#issuecomment-2306315550 ClickBench: Total hot run time: 31.37 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](Nereids) remove variable enable_nereids_dml [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39753: URL: https://github.com/apache/doris/pull/39753#issuecomment-2306314427 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](Nereids) remove variable enable_nereids_dml [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39753: URL: https://github.com/apache/doris/pull/39753#issuecomment-2306314403 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] [improve](partition_topn) Add partition threshold check in hash table to control partition nums [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39057: URL: https://github.com/apache/doris/pull/39057#issuecomment-2306314406 ClickBench: Total hot run time: 31.51 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](tablet-meta) limit the data size of tablet meta [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39455: URL: https://github.com/apache/doris/pull/39455#issuecomment-2306311981 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) Fix migrate tablets between backends back and forth [doris]

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

Re: [PR] [Fix](tablet-meta) limit the data size of tablet meta [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39455: URL: https://github.com/apache/doris/pull/39455#issuecomment-2306310200 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](partition_topn) Add partition threshold check in hash table to control partition nums [doris]

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

Re: [PR] [Fix](tablet-meta) limit the data size of tablet meta [doris]

2024-08-22 Thread via GitHub
luwei16 commented on PR #39455: URL: https://github.com/apache/doris/pull/39455#issuecomment-2306306486 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] [fix](cloud) Fix migrate tablets between backends back and forth [doris]

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

Re: [PR] [improve](partition_topn) Add partition threshold check in hash table to control partition nums [doris]

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

Re: [PR] [fix](fe) LIST partition table support modify default bucket num [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39696: URL: https://github.com/apache/doris/pull/39696#issuecomment-2306286351 ClickBench: Total hot run time: 30.66 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](filecache) ttl cache runs wild after enable LRU eviction [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39814: URL: https://github.com/apache/doris/pull/39814#issuecomment-2306284609 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] [fix](local shuffle) Not channel_id causes a local merge infinite loop. [doris]

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

Re: [PR] [opt](Nereids) forbid distribute under project and filter [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39812: URL: https://github.com/apache/doris/pull/39812#issuecomment-2306283119 ClickBench: Total hot run time: 30.35 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39825: URL: https://github.com/apache/doris/pull/39825#issuecomment-2306282664 ClickBench: Total hot run time: 31.04 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](fe) LIST partition table support modify default bucket num [doris]

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

Re: [PR] [fix](filecache) ttl cache runs wild after enable LRU eviction [doris]

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

Re: [PR] [fix](local shuffle) Not channel_id causes a local merge infinite loop. [doris]

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

Re: [PR] [opt](Nereids) forbid distribute under project and filter [doris]

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

Re: [PR] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

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

Re: [PR] [fix](auth)Fix some issues with incorrect permission verification [doris]

2024-08-22 Thread via GitHub
zddr commented on PR #39726: URL: https://github.com/apache/doris/pull/39726#issuecomment-2306269869 cases will be added uniformly in other PRs -- 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

(doris) branch master updated: [Enhancement](http)Add http authentication to all API interfaces under be 8040. (#39577)

2024-08-22 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 355620b84dc [Enhancement](http)Add http authe

Re: [PR] [Enhancement](http)Add http authentication to all API interfaces under be 8040. [doris]

2024-08-22 Thread via GitHub
morningman merged PR #39577: URL: https://github.com/apache/doris/pull/39577 -- 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](statistics)Support enable/disable auto analyze for table. [doris]

2024-08-22 Thread via GitHub
morningman commented on code in PR #39532: URL: https://github.com/apache/doris/pull/39532#discussion_r1728315747 ## fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java: ## @@ -453,31 +475,37 @@ private void processModifyEngineInternal(Database db, Table externalTable,

Re: [PR] [fix](fe) LIST partition table support modify default bucket num [doris]

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

Re: [PR] [fix](filecache) ttl cache runs wild after enable LRU eviction [doris]

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

Re: [PR] [fix](local shuffle) Not channel_id causes a local merge infinite loop. [doris]

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

Re: [PR] [opt](Nereids) forbid distribute under project and filter [doris]

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

Re: [PR] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

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

(doris) branch branch-2.1 updated: [branch-2.1](thrift) fix TLoadTxnBeginRequest backend_id's field no (#39823)

2024-08-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 8bbd3db1bcb [branch-2.1](thrift) fix

Re: [PR] [branch-2.1](thrift) fix TLoadTxnBeginRequest backend_id's field no [doris]

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

  1   2   3   4   5   6   7   8   >