Re: [PR] branch-3.0: [Opt](function) Speed up function string and add regression #45062 [doris]

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

[PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
morrySnow opened a new pull request, #45679: URL: https://github.com/apache/doris/pull/45679 Problem Summary: Doris's table locks are fair read-write locks. If two threads acquire read locks on tables in different orders and simultaneously a third thread attempts to acquire a write l

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45679: URL: https://github.com/apache/doris/pull/45679#issuecomment-2555021561 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](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
morrySnow commented on PR #45679: URL: https://github.com/apache/doris/pull/45679#issuecomment-2555022138 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] [chore](log) remove useless log [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45618: URL: https://github.com/apache/doris/pull/45618#discussion_r1892437519 ## be/src/cloud/cloud_storage_engine.h: ## @@ -75,7 +75,7 @@ class CloudStorageEngine final : public BaseStorageEngine { void _check_file_cache_ttl_block_valid()

Re: [PR] [opt](profile) add index page profile for io [doris]

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

Re: [PR] [chore](log) remove useless log [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45618: URL: https://github.com/apache/doris/pull/45618#discussion_r1892442419 ## be/src/cloud/cloud_storage_engine.h: ## @@ -75,7 +75,7 @@ class CloudStorageEngine final : public BaseStorageEngine { void _check_file_cache_ttl_block_valid()

(doris) branch auto-pick-45495-branch-2.1 deleted (was 04ded6f750c)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45495-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 04ded6f750c [Fix](Job)Fix redundant job scheduling by preventing same state transitions (e.g.,

Re: [PR] [fix](cloud-mow) FE should release delete bitmap lock when calculating delete bitmap failed [doris]

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

Re: [PR] [fix](binlog) Avoid clear binlog dir #45581 [doris]

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

(doris) branch branch-2.1 updated: [fix](binlog) Avoid clear binlog dir #45581 (#45620)

2024-12-19 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 c459ad73826 [fix](binlog) Avoid clea

Re: [PR] [enhancement](tablet-meta) Avoid be coredump due to potential race condition when updating tablet cumu point [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45643: URL: https://github.com/apache/doris/pull/45643#issuecomment-2554813779 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] [enhancement](tablet-meta) Avoid be coredump due to potential race condition when updating tablet cumu point [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45643: URL: https://github.com/apache/doris/pull/45643#issuecomment-2554813569 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: [opt](cloud) reduce cache hotspot table write amplification (#45557)

2024-12-19 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 b5249a9e471 [opt](cloud) reduce cache hotspo

Re: [PR] [opt](cloud) reduce cache hotspot table write amplification [doris]

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

[PR] branch-3.0: [opt](cloud) reduce cache hotspot table write amplification #45557 [doris]

2024-12-19 Thread via GitHub
github-actions[bot] opened a new pull request, #45677: URL: https://github.com/apache/doris/pull/45677 Cherry-picked from #45557 -- 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

Re: [PR] branch-3.0: [opt](cloud) reduce cache hotspot table write amplification #45557 [doris]

2024-12-19 Thread via GitHub
dataroaring closed pull request #45677: branch-3.0: [opt](cloud) reduce cache hotspot table write amplification #45557 URL: https://github.com/apache/doris/pull/45677 -- 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] branch-3.0: [opt](cloud) reduce cache hotspot table write amplification #45557 [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45677: URL: https://github.com/apache/doris/pull/45677#issuecomment-2554844657 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+pro

Re: [PR] branch-3.0: [opt](cloud) reduce cache hotspot table write amplification #45557 [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45677: URL: https://github.com/apache/doris/pull/45677#issuecomment-2554844877 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

(doris) branch auto-pick-45557-branch-3.0 updated (db8793db79b -> 708df297eb3)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45557-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from db8793db79b branch-3.0-pick: [fix](cloud) Adjust rowset state check in `CloudTablet::create_tr

(doris) branch auto-pick-45557-branch-3.0 created (now db8793db79b)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45557-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at db8793db79b branch-3.0-pick: [fix](cloud) Adjust rowset state check in `CloudTablet::create_tr

Re: [PR] [opt](profile) add index page profile for io [doris]

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

Re: [PR] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

2024-12-19 Thread via GitHub
gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892630317 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -139,11 +139,75 @@ class MetaServiceProxy { public: static Status get_client(std::shared_ptr* stub) { TEST_SY

Re: [PR] branch-3.0: [opt](cloud) reduce cache hotspot table write amplification #45557 [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45677: URL: https://github.com/apache/doris/pull/45677#issuecomment-2554881425 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] [enhancement](cloud) add profile counter for file cache [doris]

2024-12-19 Thread via GitHub
freemandealer opened a new pull request, #45678: URL: https://github.com/apache/doris/pull/45678 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) -

Re: [PR] [enhancement](cloud) add profile counter for file cache [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45678: URL: https://github.com/apache/doris/pull/45678#issuecomment-2554884549 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] [enhancement](cloud) add profile counter for file cache [doris]

2024-12-19 Thread via GitHub
freemandealer commented on PR #45678: URL: https://github.com/apache/doris/pull/45678#issuecomment-2554884674 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[PR] [feat](binlog) Support create mtmv binlogs [doris]

2024-12-19 Thread via GitHub
wyxxxcat opened a new pull request, #45658: URL: https://github.com/apache/doris/pull/45658 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test

Re: [PR] [feat](binlog) Support create mtmv binlogs [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45658: URL: https://github.com/apache/doris/pull/45658#issuecomment-2553403004 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] [feat](binlog) Support create mtmv binlogs [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45658: URL: https://github.com/apache/doris/pull/45658#issuecomment-2553411295 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] [BugFix](StoragePolicy) fix modify partition's storage policy with different resource issue succeed with execption [doris]

2024-12-19 Thread via GitHub
Johnnyssc commented on PR #35421: URL: https://github.com/apache/doris/pull/35421#issuecomment-2553411486 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] [Bug](function) fix is_ip_address_in_range function parse error throw exception [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45657: URL: https://github.com/apache/doris/pull/45657#issuecomment-2553399838 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/12411172356";) output. shellcheck er

Re: [PR] [Bug](function) fix is_ip_address_in_range function parse error throw exception [doris]

2024-12-19 Thread via GitHub
zhangstar333 commented on PR #45657: URL: https://github.com/apache/doris/pull/45657#issuecomment-2553399872 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] [Bug](function) fix is_ip_address_in_range function parse error throw exception [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45657: URL: https://github.com/apache/doris/pull/45657#issuecomment-2553406957 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](ranger) make RangerDorisAccessController as singleton to avoid more and more ranger policy refresher [doris]

2024-12-19 Thread via GitHub
Yulei-Yang commented on PR #45645: URL: https://github.com/apache/doris/pull/45645#issuecomment-2553403797 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 unsubsc

Re: [PR] [test](join) Fuzzy disable runtime filters in BE [doris]

2024-12-19 Thread via GitHub
yiguolei commented on code in PR #45654: URL: https://github.com/apache/doris/pull/45654#discussion_r1891611355 ## be/src/pipeline/exec/hashjoin_build_sink.cpp: ## @@ -511,9 +549,12 @@ Status HashJoinBuildSinkOperatorX::sink(RuntimeState* state, vectorized::Block* loca

Re: [PR] branch-3.0: [fix](nereids) fix ExtractAndNormalizeWindowExpression bug #45553 [doris]

2024-12-19 Thread via GitHub
feiniaofeiafei commented on PR #45634: URL: https://github.com/apache/doris/pull/45634#issuecomment-2553169979 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 uns

Re: [PR] branch-3.0-pick: [fix](cloud) Adjust rowset state check in `CloudTablet::create_transi… [doris]

2024-12-19 Thread via GitHub
bobhan1 commented on PR #45644: URL: https://github.com/apache/doris/pull/45644#issuecomment-2553172309 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] branch-3.0-pick: [fix](cloud) Adjust rowset state check in `CloudTablet::create_transi… [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45644: URL: https://github.com/apache/doris/pull/45644#issuecomment-2553172297 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: [fix](nereids) fix ExtractAndNormalizeWindowExpression bug #45553 [doris]

2024-12-19 Thread via GitHub
feiniaofeiafei commented on PR #45635: URL: https://github.com/apache/doris/pull/45635#issuecomment-2553171733 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 uns

[PR] branch-3.0-pick: [fix](cloud) Adjust rowset state check in `CloudTablet::create_transi… [doris]

2024-12-19 Thread via GitHub
bobhan1 opened a new pull request, #45644: URL: https://github.com/apache/doris/pull/45644 pick https://github.com/apache/doris/pull/45496 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

Re: [PR] branch-2.1: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 [doris]

2024-12-19 Thread via GitHub
dataroaring closed pull request #45650: branch-2.1: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 URL: https://github.com/apache/doris/pull/45650 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(doris) branch auto-pick-45640-branch-2.1 updated (d6c629d293a -> cf0d73c826a)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45640-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from d6c629d293a branch-2.1: [fix](tvf) Tvf supports to parse the enclose character in csv files #4

Re: [PR] branch-2.1: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45650: URL: https://github.com/apache/doris/pull/45650#issuecomment-2553210207 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] branch-3.0: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 [doris]

2024-12-19 Thread via GitHub
dataroaring closed pull request #45649: branch-3.0: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 URL: https://github.com/apache/doris/pull/45649 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs [doris]

2024-12-19 Thread via GitHub
morrySnow closed pull request #45045: [opt](Nereids) lock table in ascending order of table IDs URL: https://github.com/apache/doris/pull/45045 -- 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 sp

[PR] [opt](Nereids) lock table in ascending order of table IDs [doris]

2024-12-19 Thread via GitHub
morrySnow opened a new pull request, #45045: URL: https://github.com/apache/doris/pull/45045 ### What problem does this PR solve? Problem Summary: Doris's table locks are fair read-write locks. If two threads acquire read locks on tables in different orders and simultaneously a

(doris) branch auto-pick-45640-branch-2.1 created (now d6c629d293a)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45640-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at d6c629d293a branch-2.1: [fix](tvf) Tvf supports to parse the enclose character in csv files #4

[PR] branch-2.1: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 [doris]

2024-12-19 Thread via GitHub
github-actions[bot] opened a new pull request, #45650: URL: https://github.com/apache/doris/pull/45650 Cherry-picked from #45640 -- 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

Re: [PR] branch-2.1: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45650: URL: https://github.com/apache/doris/pull/45650#issuecomment-2553210065 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](variable) force update variable not work as expected [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45648: URL: https://github.com/apache/doris/pull/45648#issuecomment-2553210353 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](variable) force update variable not work as expected [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45648: URL: https://github.com/apache/doris/pull/45648#issuecomment-2553210430 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] [enhance](mtmv)MTMV allow paimon table has multi partition keys [doris]

2024-12-19 Thread via GitHub
zddr commented on PR #45652: URL: https://github.com/apache/doris/pull/45652#issuecomment-2553254732 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] [enhance](mtmv)MTMV allow paimon table has multi partition keys [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45652: URL: https://github.com/apache/doris/pull/45652#issuecomment-2553250806 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](Nereids) lock table in ascending order of table IDs [doris]

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

[PR] [enhance](mtmv)MTMV allow paimon table has multi partition keys [doris]

2024-12-19 Thread via GitHub
zddr opened a new pull request, #45652: URL: https://github.com/apache/doris/pull/45652 ### What problem does this PR solve? - MTMV allow paimon table has multi partition keys - add case Issue Number: close #xxx Related PR: #xxx Problem Summary: MTMV allow paimon tab

Re: [PR] [fix](csv reader) fix core dump when parsing csv with enclose [doris]

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

Re: [PR] [fix](expr)Remove the _can_fast_execute flag from VExpr. (#45542) [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on code in PR #45655: URL: https://github.com/apache/doris/pull/45655#discussion_r1891559534 ## be/src/vec/exprs/vcompound_pred.h: ## @@ -144,15 +144,13 @@ class VCompoundPred : public VectorizedFnCall { } if (all_pass && !res.is

Re: [PR] fix 6 [doris]

2024-12-19 Thread via GitHub
eldenmoon merged PR #45633: URL: https://github.com/apache/doris/pull/45633 -- 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 variant-sparse updated: fix 6 (#45633)

2024-12-19 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch variant-sparse in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/variant-sparse by this push: new 1c62ffec130 fix 6 (#45633) 1c6

Re: [PR] branch-2.0: [fix](create table) fix create table fail msg #45623 [doris]

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

Re: [PR] [enhance](mtmv)MTMV allow paimon table has multi partition keys [doris]

2024-12-19 Thread via GitHub
zddr commented on PR #45652: URL: https://github.com/apache/doris/pull/45652#issuecomment-2553336076 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] [enhancement](tablet-meta) Avoid be coredump due to potential race condition when updating tablet cumu point [doris]

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

Re: [PR] [feat](mtmv)mtmv support paimon partition refresh(#43959,#44911) [doris]

2024-12-19 Thread via GitHub
zddr commented on PR #45660: URL: https://github.com/apache/doris/pull/45660#issuecomment-2553457056 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] [chore](log) remove useless log [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45618: URL: https://github.com/apache/doris/pull/45618#issuecomment-2553460394 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](log) remove useless log [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45618: URL: https://github.com/apache/doris/pull/45618#issuecomment-2553460455 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] [enhance](mtmv)MTMV allow paimon table has multi partition keys [doris]

2024-12-19 Thread via GitHub
zddr commented on PR #45652: URL: https://github.com/apache/doris/pull/45652#issuecomment-2553459004 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] [fix](memory) Process available memory to increase the Jemalloc cache [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45621: URL: https://github.com/apache/doris/pull/45621#issuecomment-2553458483 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](memory) Process available memory to increase the Jemalloc cache [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45621: URL: https://github.com/apache/doris/pull/45621#issuecomment-2553458553 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](cluster key) support segcompaction [doris]

2024-12-19 Thread via GitHub
mymeiyi commented on PR #45599: URL: https://github.com/apache/doris/pull/45599#issuecomment-2554229473 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] [Enhancement] (nereids)implement adminSetPartitionVersionCommand in nereids [doris]

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

Re: [PR] [opt](profile) add index page profile for io [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45675: URL: https://github.com/apache/doris/pull/45675#issuecomment-2554290286 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](profile) add index page profile for io [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45675: URL: https://github.com/apache/doris/pull/45675#issuecomment-2554290588 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](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

2024-12-19 Thread via GitHub
HappenLee merged PR #45069: URL: https://github.com/apache/doris/pull/45069 -- 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.1 updated: [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap (#45069)

2024-12-19 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 9272c650b4d [Refactor](query) refactor

Re: [PR] [Enhancement] (nereids)implement adminSetPartitionVersionCommand in nereids [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45426: URL: https://github.com/apache/doris/pull/45426#issuecomment-2554318936 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] [Enhancement] (nereids)implement adminSetPartitionVersionCommand in nereids [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45426: URL: https://github.com/apache/doris/pull/45426#issuecomment-2554319126 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] [refine](exchange) Use is_merge from FE for judgment instead of relying on the operator in BE. [doris]

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

(doris) branch master updated: [refine](exchange) Use is_merge from FE for judgment instead of relying on the operator in BE. (#45592)

2024-12-19 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 a3279a26044 [refine](exchange) Use is_merg

(doris) branch branch-3.0 updated: [opt](inverted index) Add NumInvertedIndexRemoteIOTotal statistics in profile #44863 (#45619)

2024-12-19 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 e807b37f7ad [opt](inverted index) Ad

Re: [PR] [opt](inverted index) Add NumInvertedIndexRemoteIOTotal statistics in profile #44863 [doris]

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

Re: [PR] [enhance](nereids) add rule count distinct split [doris]

2024-12-19 Thread via GitHub
feiniaofeiafei commented on PR #45209: URL: https://github.com/apache/doris/pull/45209#issuecomment-2553137131 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 uns

[PR] [improve] Support writing data from one topic to multiple tables by c… [doris-kafka-connector]

2024-12-19 Thread via GitHub
chuang-wang-pre opened a new pull request, #55: URL: https://github.com/apache/doris-kafka-connector/pull/55 ### One connector support writing data from one topic to multiple tables By configuring `'doris.table.field'`, where the field value is used as the table name to be written, if th

Re: [PR] [fix](csv reader) fix core dump when parsing csv with enclose [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45485: URL: https://github.com/apache/doris/pull/45485#issuecomment-2553182816 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: [Enhancement] (nereids)implement showDataTypesCommand in nereids (#44299)

2024-12-19 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 a9de07b9ab2 [Enhancement] (nereids)implemen

(doris) branch master updated: [fix](cloud) Adjust rowset state check in `CloudTablet::create_transient_rowset_writer` (#45496)

2024-12-19 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen 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 a3de177da07 [fix](cloud) Adjust rowset state c

(doris) branch auto-pick-45496-branch-3.0 created (now e807b37f7ad)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45496-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at e807b37f7ad [opt](inverted index) Add NumInvertedIndexRemoteIOTotal statistics in profile #448

Re: [PR] [fix](cloud) Adjust rowset state check in `CloudTablet::create_transient_rowset_writer` [doris]

2024-12-19 Thread via GitHub
zhannngchen merged PR #45496: URL: https://github.com/apache/doris/pull/45496 -- 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] [Improvement](scheduler) Use a separate eager queue to execute cancel… [doris]

2024-12-19 Thread via GitHub
yiguolei commented on code in PR #45614: URL: https://github.com/apache/doris/pull/45614#discussion_r1891573087 ## be/src/pipeline/pipeline_task.cpp: ## @@ -554,10 +555,40 @@ std::string PipelineTask::debug_string() { void PipelineTask::wake_up() { // call by dependency

Re: [PR] [fix](fold) fixed an issue with be computing constants [doris]

2024-12-19 Thread via GitHub
felixwluo commented on PR #43410: URL: https://github.com/apache/doris/pull/43410#issuecomment-2553372221 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 unsubs

Re: [PR] branch-3.0: [fix](sql cache) fix prepare statement with sql cache throw NullPointerException #45640 [doris]

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

Re: [PR] [Improvement](scheduler) Use a separate eager queue to execute cancel… [doris]

2024-12-19 Thread via GitHub
yiguolei commented on code in PR #45614: URL: https://github.com/apache/doris/pull/45614#discussion_r1891581255 ## be/src/pipeline/task_queue.h: ## @@ -112,25 +112,27 @@ class MultiCoreTaskQueue { void close(); // Get the task by core id. -PipelineTask* take(int

Re: [PR] branch-3.0: [enhance](auth)When authorization includes create, not check if resources exist #45125 [doris]

2024-12-19 Thread via GitHub
zddr commented on PR #45165: URL: https://github.com/apache/doris/pull/45165#issuecomment-2553376983 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 unsubscribe

Re: [PR] [Improvement](scheduler) Use a separate eager queue to execute cancel… [doris]

2024-12-19 Thread via GitHub
yiguolei commented on code in PR #45614: URL: https://github.com/apache/doris/pull/45614#discussion_r1891581255 ## be/src/pipeline/task_queue.h: ## @@ -112,25 +112,27 @@ class MultiCoreTaskQueue { void close(); // Get the task by core id. -PipelineTask* take(int

Re: [PR] [Bug](function) fix is_ip_address_in_range function parse error throw exception [doris]

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

Re: [PR] [test](test) is master has core? [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45663: URL: https://github.com/apache/doris/pull/45663#issuecomment-2553503434 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] [enhance](nerieds) date_format, to_monday, last_day, to_date, year implement Monotonic [doris]

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

Re: [PR] [regression-test](fix) Fix the incorrect invocation of Awaitility.await.untilAsserted [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45605: URL: https://github.com/apache/doris/pull/45605#issuecomment-2553513093 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](memory) Fix adjust cache capacity [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45603: URL: https://github.com/apache/doris/pull/45603#issuecomment-2553510959 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] Revert "[Enhancement](Log) Reduce usage of log fatal(PART I) (#42344)" [doris]

2024-12-19 Thread via GitHub
wangbo closed pull request #45671: Revert "[Enhancement](Log) Reduce usage of log fatal(PART I) (#42344)" URL: https://github.com/apache/doris/pull/45671 -- 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

<    1   2   3   4   5   6   7   8   9   10   >