(doris) branch branch-3.0 updated: [enhancement](cloud) optimize block cache lock (#41818) (#43401)

2024-11-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new ae9c9579062 [enhancement](cloud) opt

Re: [PR] [enhancement](cloud) optimize block cache lock (#41818) [doris]

2024-11-06 Thread via GitHub
dataroaring merged PR #43401: URL: https://github.com/apache/doris/pull/43401 -- 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](arrow-flight-sql) Arrow flight server supports data forwarding when BE uses public vip [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on code in PR #43281: URL: https://github.com/apache/doris/pull/43281#discussion_r1832203057 ## be/src/service/arrow_flight/arrow_flight_batch_reader.cpp: ## @@ -18,52 +18,278 @@ #include "service/arrow_flight/arrow_flight_batch_reader.h" #inclu

Re: [PR] [cherry-pick](branch-3.0) Pick "[fix](rowset meta) Fix rowset meta size relation (#41022)" [doris]

2024-11-06 Thread via GitHub
Yukang-Lian commented on PR #43414: URL: https://github.com/apache/doris/pull/43414#issuecomment-2461521733 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](flexible partial update) Report error when multi segments are generated in one flexible partial update load [doris]

2024-11-06 Thread via GitHub
bobhan1 commented on PR #42688: URL: https://github.com/apache/doris/pull/42688#issuecomment-2461538384 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [PR] [test](doc) add some `data-admin` example in doris's doc to regression test (#43240) [doris]

2024-11-06 Thread via GitHub
yagagagaga commented on PR #43417: URL: https://github.com/apache/doris/pull/43417#issuecomment-2461538337 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] [test](doc) add some import-example in doris's doc to regression test(#43123) [doris]

2024-11-06 Thread via GitHub
yagagagaga commented on PR #43416: URL: https://github.com/apache/doris/pull/43416#issuecomment-2461538104 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-3.0) Pick "[fix](rowset meta) Fix rowset meta size relation (#41022)" [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43414: URL: https://github.com/apache/doris/pull/43414#issuecomment-2461537374 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] [test](doc) add some `data-admin` example in doris's doc to regression test (#43240) [doris]

2024-11-06 Thread via GitHub
yagagagaga opened a new pull request, #43417: URL: https://github.com/apache/doris/pull/43417 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Check List (For Committer) - Test - [x]

Re: [PR] [fix](auth) after fe restarting, external permissions are lost (#43275) [doris]

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

Re: [I] [Bug] Errors Encountered with `CURRENT_DATE()`, `CURDATE()`, `CURRENT_TIMESTAMP()` [doris]

2024-11-06 Thread via GitHub
ixzc commented on issue #42493: URL: https://github.com/apache/doris/issues/42493#issuecomment-2461536278 yes, we have fixed this issue. you can upgrade your doris to version 2.0.15 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [cherry-pick](branch-3.0) fix wrong property of S3 resource [doris]

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

Re: [PR] [fix](build index)Fix build index failed on renamed column (#42882)(#43246)(#43336) [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43266: URL: https://github.com/apache/doris/pull/43266#issuecomment-2461533540 TeamCity be ut coverage result: Function Coverage: 36.31% (9463/26061) Line Coverage: 27.86% (77933/279705) Region Coverage: 26.53% (39991/150736) Branch Coverage: 23.3

Re: [PR] [fix](arrow-flight-sql) Arrow flight server supports data forwarding when BE uses public vip [doris]

2024-11-06 Thread via GitHub
xinyiZzz commented on code in PR #43281: URL: https://github.com/apache/doris/pull/43281#discussion_r1832197362 ## be/src/runtime/buffer_control_block.cpp: ## @@ -191,56 +269,115 @@ void BufferControlBlock::get_batch(GetResultBatchCtx* ctx) { ctx->on_data(result, _pa

[PR] [test](doc) add some import-example in doris's doc to regression test(#43123) [doris]

2024-11-06 Thread via GitHub
yagagagaga opened a new pull request, #43416: URL: https://github.com/apache/doris/pull/43416 … (cherry picked from commit a3e8de76de0a15f7974d23b1231630843d7559ea) ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx P

Re: [PR] [test](doc) add some import-example in doris's doc to regression test(#43123) [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43416: URL: https://github.com/apache/doris/pull/43416#issuecomment-2461531777 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](arrow-flight-sql) Arrow flight server supports data forwarding when BE uses public vip [doris]

2024-11-06 Thread via GitHub
xinyiZzz commented on code in PR #43281: URL: https://github.com/apache/doris/pull/43281#discussion_r1832196406 ## be/src/util/arrow/utils.cpp: ## @@ -32,14 +32,15 @@ Status to_doris_status(const arrow::Status& status) { } } -arrow::Status to_arrow_status(const Status& s

Re: [PR] [fix](arrow-flight-sql) Arrow flight server supports data forwarding when BE uses public vip [doris]

2024-11-06 Thread via GitHub
xinyiZzz commented on PR #43281: URL: https://github.com/apache/doris/pull/43281#issuecomment-2461531523 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 comm

Re: [PR] branch-3.0: [test](doc) add some `data-admin` example in doris's doc to regression test [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43415: URL: https://github.com/apache/doris/pull/43415#issuecomment-2461530443 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-3.0: [test](doc) add some `data-admin` example in doris's doc to regression test [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43415: URL: https://github.com/apache/doris/pull/43415#issuecomment-2461530479 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

[PR] [cherry-pick][enhancement](cloud) support BE http action: list_cache and clear (#41037) [doris]

2024-11-06 Thread via GitHub
yagagagaga opened a new pull request, #43412: URL: https://github.com/apache/doris/pull/43412 ## Proposed changes Add a http action which is useful when you debug. ### API ```http GET /api/file_cache ``` ### request parameter request parameter1

[PR] branch-3.0: [test](doc) add some `data-admin` example in doris's doc to regression test [doris]

2024-11-06 Thread via GitHub
github-actions[bot] opened a new pull request, #43415: URL: https://github.com/apache/doris/pull/43415 Cherry-picked from #43240 -- 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 comme

(doris) branch auto-pick-43240-branch-3.0 updated (ab748efaafa -> a87fdb70774)

2024-11-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43240-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from ab748efaafa [cherry-pick][test](doc) add table design example in doris's doc to regression tes

(doris) branch branch-3.0 updated: [cherry-pick][test](doc) add table design example in doris's doc to regression test (#42444) (#43023)

2024-11-06 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new ab748efaafa [cherry-pick][test](doc) a

(doris) branch auto-pick-43240-branch-3.0 created (now ab748efaafa)

2024-11-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43240-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at ab748efaafa [cherry-pick][test](doc) add table design example in doris's doc to regression tes

Re: [PR] [cherry-pick][test](doc) add table design example in doris's doc to regression test (#42444) [doris]

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

(doris) branch master updated: [test](doc) add some `data-admin` example in doris's doc to regression test (#43240)

2024-11-06 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou 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 72b4daa9b46 [test](doc) add some `data-admin`

Re: [PR] [test](doc) add some `data-admin` example in doris's doc to regression test [doris]

2024-11-06 Thread via GitHub
gavinchou merged PR #43240: URL: https://github.com/apache/doris/pull/43240 -- 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-3.0 updated (85f839f9852 -> 6b86e56d5e0)

2024-11-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 85f839f9852 branch-3.0: [enhancement](log) logout tablename with temp partitions in backup (#42549) add 6

Re: [PR] [fix](Export) fix dead lock of parallel Exporting (#43083) [doris]

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

[PR] [cherry-pick](branch-3.0) Pick "[fix](rowset meta) Fix rowset meta size relation (#41022)" [doris]

2024-11-06 Thread via GitHub
Yukang-Lian opened a new pull request, #43414: URL: https://github.com/apache/doris/pull/43414 Pick #41022 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [cherry-pick](branch-3.0) Pick "[fix](rowset meta) Fix rowset meta size relation (#41022)" [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43414: URL: https://github.com/apache/doris/pull/43414#issuecomment-2461521575 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-mow) Fix sending commiting rpc to FE twice problem [doris]

2024-11-06 Thread via GitHub
hust-hhb commented on PR #41395: URL: https://github.com/apache/doris/pull/41395#issuecomment-2461520439 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] [cherry-pick][enhancement](cloud) support BE http action: list_cache and clear (#41037) [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43412: URL: https://github.com/apache/doris/pull/43412#issuecomment-2461516496 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] [branch-3.0](binlog) Support drop view binlog (#39781) [doris]

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

Re: [PR] [fix](nereids)Solve the problem of pruning wrong partitions in multi-column partition pruning [doris]

2024-11-06 Thread via GitHub
morrySnow commented on PR #43332: URL: https://github.com/apache/doris/pull/43332#issuecomment-2461513554 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] [cherry-pick](branch-2.1) fix wrong property of S3 resource [doris]

2024-11-06 Thread via GitHub
DarvenDuan commented on PR #43413: URL: https://github.com/apache/doris/pull/43413#issuecomment-2461509120 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] [fix](cloud-mow) print the correct lock owner when geting lock timeout [doris]

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

[PR] [cherry-pick](branch-2.1) fix wrong property of S3 resource [doris]

2024-11-06 Thread via GitHub
DarvenDuan opened a new pull request, #43413: URL: https://github.com/apache/doris/pull/43413 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Check List (For Author) - Test - [ ] Reg

Re: [PR] [cherry-pick](branch-2.1) fix wrong property of S3 resource [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43413: URL: https://github.com/apache/doris/pull/43413#issuecomment-2461507582 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] [cherry-pick][enhancement](cloud) support BE http action: list_cache and clear (#41037) [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43412: URL: https://github.com/apache/doris/pull/43412#issuecomment-2461505361 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] [cherry-pick][enhancement](cloud) support BE http action: list_cache and clear (#41037) [doris]

2024-11-06 Thread via GitHub
yagagagaga commented on PR #43412: URL: https://github.com/apache/doris/pull/43412#issuecomment-2461505753 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] [Fix](Nereids) fix be fold constant FromBase64 function [doris]

2024-11-06 Thread via GitHub
morrySnow commented on code in PR #43410: URL: https://github.com/apache/doris/pull/43410#discussion_r1832178233 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FoldConstantRuleOnBE.java: ## @@ -263,6 +264,16 @@ private static boolean shouldSkipFold(E

Re: [PR] [cherry-pick](branch-3.0) fix wrong property of S3 resource [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43411: URL: https://github.com/apache/doris/pull/43411#issuecomment-2461503887 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] [cherry-pick](branch-3.0) fix wrong property of S3 resource [doris]

2024-11-06 Thread via GitHub
DarvenDuan commented on PR #43411: URL: https://github.com/apache/doris/pull/43411#issuecomment-2461504284 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] [Fix](Nereids) fix be fold constant FromBase64 function [doris]

2024-11-06 Thread via GitHub
morrySnow commented on code in PR #43410: URL: https://github.com/apache/doris/pull/43410#discussion_r1832177756 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FoldConstantRuleOnBE.java: ## @@ -263,6 +264,16 @@ private static boolean shouldSkipFold(E

[PR] [cherry-pick](branch-3.0) fix wrong property of S3 resource [doris]

2024-11-06 Thread via GitHub
DarvenDuan opened a new pull request, #43411: URL: https://github.com/apache/doris/pull/43411 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Check List (For Author) - Test - [ ] Reg

Re: [I] [Enhancement] Fix MoW table size fault [doris]

2024-11-06 Thread via GitHub
Yukang-Lian closed issue #40879: [Enhancement] Fix MoW table size fault URL: https://github.com/apache/doris/issues/40879 -- 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](Nereids) fix be fold constant FromBase64 function [doris]

2024-11-06 Thread via GitHub
morrySnow commented on code in PR #43410: URL: https://github.com/apache/doris/pull/43410#discussion_r1832176942 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FoldConstantRuleOnBE.java: ## @@ -263,6 +264,16 @@ private static boolean shouldSkipFold(E

Re: [PR] [fix](mtmv) Fix data wrong when query with table operator such as TABLESAMPLE or tablet and so on [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43030: URL: https://github.com/apache/doris/pull/43030#issuecomment-2461500955 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](mtmv) Fix data wrong when query with table operator such as TABLESAMPLE or tablet and so on [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43030: URL: https://github.com/apache/doris/pull/43030#issuecomment-2461500911 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](build index)Fix build index failed on renamed column (#42882)(#43246)(#43336) [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43266: URL: https://github.com/apache/doris/pull/43266#issuecomment-2461500753 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] [opt](variable) force update some variable by variable version (#41607) [doris]

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

Re: [PR] [Fix](Nereids) fix be fold constant FromBase64 function [doris]

2024-11-06 Thread via GitHub
felixwluo commented on PR #43410: URL: https://github.com/apache/doris/pull/43410#issuecomment-2461499188 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](build index)Fix build index failed on renamed column (#42882)(#43246)(#43336) [doris]

2024-11-06 Thread via GitHub
qidaye commented on PR #43266: URL: https://github.com/apache/doris/pull/43266#issuecomment-2461490298 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](Nereids) fix be fold constant FromBase64 function [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43410: URL: https://github.com/apache/doris/pull/43410#issuecomment-2461498542 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [Fix](Nereids) fix be fold constant FromBase64 function [doris]

2024-11-06 Thread via GitHub
felixwluo opened a new pull request, #43410: URL: https://github.com/apache/doris/pull/43410 ### What problem does this PR solve? issue close: #43061 1、Problem `When enable_fold_constant_by_be=true is set, the results of select hex(from_base64('wr2JEDVXzL9+2XtRhgIloA==')) and se

Re: [PR] [branch-3.0](binlog) Support drop view binlog (#39781) [doris]

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

Re: [PR] [test](doc) add job-scheduler example in doris's doc to regression test [doris]

2024-11-06 Thread via GitHub
yagagagaga commented on PR #42904: URL: https://github.com/apache/doris/pull/42904#issuecomment-2461493849 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] [fix](cloud-mow) print the correct lock owner when geting lock timeout [doris]

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

Re: [I] [Bug] 同一个catalog并发访问时,refresh catalog导致出现【Unknown table '对应的表名'】错误信息 [doris]

2024-11-06 Thread via GitHub
ixzc commented on issue #43323: URL: https://github.com/apache/doris/issues/43323#issuecomment-2461486810 we have a jira for this, we will fix this -- 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

Re: [PR] [fix](auth) after fe restarting, external permissions are lost (#43275) [doris]

2024-11-06 Thread via GitHub
zddr commented on PR #43339: URL: https://github.com/apache/doris/pull/43339#issuecomment-2461487050 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

Re: [PR] [test](doc) add some delete-example in doris's doc to regression test [doris]

2024-11-06 Thread via GitHub
yagagagaga commented on PR #43148: URL: https://github.com/apache/doris/pull/43148#issuecomment-2461482541 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] [test](doc) add some remote-storage-example in doris's doc to regression test [doris]

2024-11-06 Thread via GitHub
yagagagaga commented on PR #43213: URL: https://github.com/apache/doris/pull/43213#issuecomment-2461480689 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] [opt](variable) force update some variable by variable version (#41607) [doris]

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

Re: [PR] [fix](be) Fix creating hdfs connection coredump within bthread (#42629) [doris]

2024-11-06 Thread via GitHub
dataroaring merged PR #43368: URL: https://github.com/apache/doris/pull/43368 -- 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](mtmv)fix mtmv deadlock issue [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43376: URL: https://github.com/apache/doris/pull/43376#issuecomment-2461455379 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

(doris-website) branch master updated: [doc](sequence col) update typos and usage of sequence column (#1310)

2024-11-06 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-website.git The following commit(s) were added to refs/heads/master by this push: new bd5abae2f9 [doc](sequence col) updat

Re: [PR] [doc](sequence col) update typos and usage of sequence column [doris-website]

2024-11-06 Thread via GitHub
dataroaring merged PR #1310: URL: https://github.com/apache/doris-website/pull/1310 -- 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) branch master updated: [enhancement](cloud) support BE http action: list_cache and clear (#41037)

2024-11-06 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou 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 99d07480d3a [enhancement](cloud) support BE ht

Re: [PR] [enhancement](cloud) support BE http action: list_cache and clear [doris]

2024-11-06 Thread via GitHub
gavinchou merged PR #41037: URL: https://github.com/apache/doris/pull/41037 -- 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] [branch-2.1](binlog) Support drop view binlog (#39781) [doris]

2024-11-06 Thread via GitHub
wyxxxcat commented on PR #43409: URL: https://github.com/apache/doris/pull/43409#issuecomment-2461469411 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](binlog) Support drop view binlog (#39781) [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43409: URL: https://github.com/apache/doris/pull/43409#issuecomment-2461468480 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](binlog) Support drop view binlog (#39781) [doris]

2024-11-06 Thread via GitHub
wyxxxcat opened a new pull request, #43409: URL: https://github.com/apache/doris/pull/43409 pick #39781 -- 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] [opt](partition) delete idToStoragePolicy from PartitionInfo.java [doris]

2024-11-06 Thread via GitHub
DarvenDuan commented on code in PR #40690: URL: https://github.com/apache/doris/pull/40690#discussion_r1830713940 ## fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java: ## @@ -834,18 +834,21 @@ public void modifyPartitionsProperty(Database db, Map modifiedPr

Re: [PR] [Feature]Add cpu usage policy to limit big query [doris]

2024-11-06 Thread via GitHub
wangbo commented on PR #43406: URL: https://github.com/apache/doris/pull/43406#issuecomment-2461448053 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] [Feature]Add cpu usage policy to limit big query [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on code in PR #43406: URL: https://github.com/apache/doris/pull/43406#discussion_r1832137793 ## be/src/runtime/workload_management/workload_condition.cpp: ## @@ -69,4 +80,26 @@ _query_memory_b

Re: [PR] [fix](mtmv)fix mtmv deadlock issue [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43376: URL: https://github.com/apache/doris/pull/43376#issuecomment-2461455326 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] [branch-2.0](binlog) Support drop view binlog (#39781) [doris]

2024-11-06 Thread via GitHub
wyxxxcat commented on PR #43408: URL: https://github.com/apache/doris/pull/43408#issuecomment-2461454898 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] [branch-2.0](binlog) Support drop view binlog (#39781) [doris]

2024-11-06 Thread via GitHub
wyxxxcat opened a new pull request, #43408: URL: https://github.com/apache/doris/pull/43408 pick #39781 -- 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.0](binlog) Support drop view binlog (#39781) [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43408: URL: https://github.com/apache/doris/pull/43408#issuecomment-2461451470 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-mow) print the correct lock owner when geting lock timeout [doris]

2024-11-06 Thread via GitHub
hust-hhb commented on PR #43407: URL: https://github.com/apache/doris/pull/43407#issuecomment-2461442490 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](cloud-mow) print the correct lock owner when geting lock timeout [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43407: URL: https://github.com/apache/doris/pull/43407#issuecomment-2461442286 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] [cherry-pick](branch-2.1)add SessionVariable for enableCooldownReplicaAffinity [doris]

2024-11-06 Thread via GitHub
cjj2010 commented on PR #42675: URL: https://github.com/apache/doris/pull/42675#issuecomment-2461440150 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] [Feature]Add cpu usage policy to limit big query [doris]

2024-11-06 Thread via GitHub
wangbo commented on PR #43406: URL: https://github.com/apache/doris/pull/43406#issuecomment-2461439721 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] [Feature]Add cpu usage policy to limit big query [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43406: URL: https://github.com/apache/doris/pull/43406#issuecomment-2461439366 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] [Feature]Add cpu usage policy to limit big query [doris]

2024-11-06 Thread via GitHub
wangbo opened a new pull request, #43406: URL: https://github.com/apache/doris/pull/43406 Add last n second cpu usage metric for Workload Policy. It's used to kill some query which cpu usage exceeds some value in the last period of time. For example: 1 create a cpu usage policy.

(doris-website) branch master updated: [Doc](remote storage)Modify remote storage doc (#1304)

2024-11-06 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-website.git The following commit(s) were added to refs/heads/master by this push: new 62447f1ddb [Doc](remote storage)Modi

Re: [PR] [Doc](remote storage)Modify remote storage doc [doris-website]

2024-11-06 Thread via GitHub
dataroaring merged PR #1304: URL: https://github.com/apache/doris-website/pull/1304 -- 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) branch branch-3.0 updated: branch-3.0: [enhancement](log) logout tablename with temp partitions in backup (#42549)

2024-11-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 85f839f9852 branch-3.0: [enhancement

Re: [PR] branch-3.0: [enhancement](log) logout tablename with temp partitions in backup [doris]

2024-11-06 Thread via GitHub
dataroaring merged PR #42549: URL: https://github.com/apache/doris/pull/42549 -- 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: [I] [Bug] regexp_extract_all execute empty string will make be shutdown [doris]

2024-11-06 Thread via GitHub
ixzc commented on issue #43357: URL: https://github.com/apache/doris/issues/43357#issuecomment-2461430411 this issue has been fixed, you can upgrade your doris to 2.0.15 version or 2.1.7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] [branch-3.0](binlog) Support drop view binlog (#39781) [doris]

2024-11-06 Thread via GitHub
wyxxxcat commented on PR #43403: URL: https://github.com/apache/doris/pull/43403#issuecomment-2461427837 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 branch-3.0 updated: [fix](be) Fix creating hdfs connection coredump within bthread (#42629) (#43368)

2024-11-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new c7193578807 [fix](be) Fix creating h

Re: [PR] [opt](variable) force update some variable by variable version (#41607) [doris]

2024-11-06 Thread via GitHub
doris-robot commented on PR #43405: URL: https://github.com/apache/doris/pull/43405#issuecomment-2461421020 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] [opt](variable) force update some variable by variable version (#41607) [doris]

2024-11-06 Thread via GitHub
morrySnow commented on PR #43405: URL: https://github.com/apache/doris/pull/43405#issuecomment-2461421180 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

[PR] [opt](variable) force update some variable by variable version (#41607) [doris]

2024-11-06 Thread via GitHub
morrySnow opened a new pull request, #43405: URL: https://github.com/apache/doris/pull/43405 pick from master #41607 variable version: 000-100: doris-2.0.x 100-200: doris-2.1.x 200-300: doris-3.0.x update variables 000: nereids_timeout_second = 30 if original

Re: [PR] [fix](test) fix clickhouse jdbc catalog func with cast push down case [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43348: URL: https://github.com/apache/doris/pull/43348#issuecomment-2461416229 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](test) fix clickhouse jdbc catalog func with cast push down case [doris]

2024-11-06 Thread via GitHub
github-actions[bot] commented on PR #43348: URL: https://github.com/apache/doris/pull/43348#issuecomment-2461416180 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] branch-3.0: [fix](cloud)Compatibility with the initial default compute group usage [doris]

2024-11-06 Thread via GitHub
dataroaring merged PR #42965: URL: https://github.com/apache/doris/pull/42965 -- 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   9   10   >