Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

2024-11-30 Thread via GitHub
yiguolei commented on code in PR #44821: URL: https://github.com/apache/doris/pull/44821#discussion_r1864772918 ## be/src/runtime/fragment_mgr.cpp: ## @@ -602,37 +601,45 @@ Status FragmentMgr::start_query_execution(const PExecPlanFragmentStartRequest* r void FragmentMgr::rem

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

2024-11-30 Thread via GitHub
Vallishp commented on code in PR #44817: URL: https://github.com/apache/doris/pull/44817#discussion_r1864758292 ## regression-test/suites/nereids_p0/show/test_show_sync_job_command.groovy: ## @@ -0,0 +1,56 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[PR] Update es.md [doris-website]

2024-11-30 Thread via GitHub
jgq2008303393 opened a new pull request, #1430: URL: https://github.com/apache/doris-website/pull/1430 更新6.x及以下版本的样例语句,误导客户了 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist -

Re: [PR] [Enhancement](Test) Add test config to recycler [doris]

2024-11-30 Thread via GitHub
gavinchou commented on code in PR #44761: URL: https://github.com/apache/doris/pull/44761#discussion_r1864743777 ## cloud/src/recycler/meta_checker.cpp: ## @@ -173,6 +176,12 @@ bool MetaChecker::check_fdb_by_fe_meta(MYSQL* conn) { MYSQL_ROW row = mysql_fetch

Re: [PR] [Enhancement](Test) Add test config to recycler [doris]

2024-11-30 Thread via GitHub
gavinchou commented on code in PR #44761: URL: https://github.com/apache/doris/pull/44761#discussion_r1864743666 ## cloud/src/recycler/recycler.cpp: ## @@ -2790,6 +2804,9 @@ int InstanceRecycler::recycle_expired_stage_objects() { int64_t expiration_time =

(doris-website) branch asf-site updated (cfe3d34ac8 -> ef7ca9f0dd)

2024-11-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard cfe3d34ac8 Automated deployment with doris branch @ ce70cda0903be59cc5076c5706203c711090ae90 new ef

[I] [Enhancement] sync max auto increment id to downstream [doris]

2024-11-30 Thread via GitHub
dataroaring opened a new issue, #44824: URL: https://github.com/apache/doris/issues/44824 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description There is no sql

Re: [PR] [Bug](runtime-filter) fix publish not inited rf when broadcast join meet wake up by downsteam [doris]

2024-11-30 Thread via GitHub
BiteThet commented on PR #44823: URL: https://github.com/apache/doris/pull/44823#issuecomment-2509570383 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] [Bug](runtime-filter) fix publish not inited rf when broadcast join meet wake up by downsteam [doris]

2024-11-30 Thread via GitHub
BiteThet opened a new pull request, #44823: URL: https://github.com/apache/doris/pull/44823 ### What problem does this PR solve? fix publish not inited rf when broadcast join meet wake up by downsteam related with #44408 #41751 ### Check List (For Author) - Test

[I] [Enhancement] add a sql command abort all txns or below a id [doris]

2024-11-30 Thread via GitHub
dataroaring opened a new issue, #44822: URL: https://github.com/apache/doris/issues/44822 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Sometimes, we ne

Re: [PR] [feat](binlog) Add Support recover binlog [doris]

2024-11-30 Thread via GitHub
dataroaring commented on code in PR #44818: URL: https://github.com/apache/doris/pull/44818#discussion_r1864730714 ## fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java: ## @@ -297,6 +297,7 @@ public static void loadJournal(Env env, Long logId, JournalEntity journal

Re: [PR] [fix](fe ui) fix the file upload failed after the cumulative upload exceeded 1g [doris]

2024-11-30 Thread via GitHub
github-actions[bot] commented on PR #35800: URL: https://github.com/apache/doris/pull/35800#issuecomment-2509487466 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [Enhance](Log) add precommit time to transaction log [doris]

2024-11-30 Thread via GitHub
github-actions[bot] commented on PR #35782: URL: https://github.com/apache/doris/pull/35782#issuecomment-2509487477 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [Enhancement](Test) Add test config to recycler [doris]

2024-11-30 Thread via GitHub
Yukang-Lian commented on PR #44761: URL: https://github.com/apache/doris/pull/44761#issuecomment-2509132907 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

(doris-website) branch asf-site updated (96d7999883 -> cfe3d34ac8)

2024-11-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 96d7999883 Automated deployment with doris branch @ ce70cda0903be59cc5076c5706203c711090ae90 new cf

Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44821: URL: https://github.com/apache/doris/pull/44821#issuecomment-2509053294 TeamCity be ut coverage result: Function Coverage: 38.37% (9982/26014) Line Coverage: 29.44% (83609/283991) Region Coverage: 28.55% (42998/150623) Branch Coverage: 25.1

Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

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

Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

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

Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

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

Re: [PR] [only test shared-sink-buffer-test-2 ] [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44820: URL: https://github.com/apache/doris/pull/44820#issuecomment-2509025503 TeamCity be ut coverage result: Function Coverage: 38.37% (9983/26017) Line Coverage: 29.44% (83621/284022) Region Coverage: 28.55% (43012/150633) Branch Coverage: 25.1

Re: [PR] [Shared sink buffer test] [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44728: URL: https://github.com/apache/doris/pull/44728#issuecomment-2509025509 TeamCity be ut coverage result: Function Coverage: 38.37% (9982/26017) Line Coverage: 29.42% (83571/284023) Region Coverage: 28.55% (43004/150635) Branch Coverage: 25.1

Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

2024-11-30 Thread via GitHub
HappenLee commented on PR #44821: URL: https://github.com/apache/doris/pull/44821#issuecomment-2509024501 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] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

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

Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44821: URL: https://github.com/apache/doris/pull/44821#issuecomment-2509024478 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+proce

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

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

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

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

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

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

Re: [PR] [only test shared-sink-buffer-test-2 ] [doris]

2024-11-30 Thread via GitHub
Mryange commented on PR #44820: URL: https://github.com/apache/doris/pull/44820#issuecomment-2508988279 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[PR] [only test shared-sink-buffer-test-2 ] [doris]

2024-11-30 Thread via GitHub
Mryange opened a new pull request, #44820: URL: https://github.com/apache/doris/pull/44820 ### 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] [only test shared-sink-buffer-test-2 ] [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44820: URL: https://github.com/apache/doris/pull/44820#issuecomment-2508988269 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+proce

(doris) branch auto-pick-44782-branch-2.1 created (now f9b38638488)

2024-11-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44782-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at f9b38638488 branch-2.1: [Fix](Job)Fix some issues in the Insert job. #44543 (#44597) No new r

(doris) branch auto-pick-44782-branch-3.0 created (now 88926d2b7ee)

2024-11-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44782-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 88926d2b7ee [fix](orc) check all the cases before build_search_argument (#44615) (#44802) No

(doris) branch master updated: [fix](cache) fix same sql return wrong result when switch database with `use db` and enable sql cache (#44782)

2024-11-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ea2a21dc751 [fix](cache) fix same sql return

Re: [PR] [fix](cache) fix same sql return wrong result when switch database with `use db` and enable sql cache [doris]

2024-11-30 Thread via GitHub
morningman merged PR #44782: URL: https://github.com/apache/doris/pull/44782 -- 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] [Shared sink buffer test] [doris]

2024-11-30 Thread via GitHub
Mryange commented on PR #44728: URL: https://github.com/apache/doris/pull/44728#issuecomment-2508982183 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] [Enhancement] (nereids)implement helpCommand in nereids [doris]

2024-11-30 Thread via GitHub
msridhar78 commented on PR #44819: URL: https://github.com/apache/doris/pull/44819#issuecomment-2508978969 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] [Enhancement] (nereids)implement helpCommand in nereids [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44819: URL: https://github.com/apache/doris/pull/44819#issuecomment-2508978913 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+proce

[PR] [Enhancement] (nereids)implement helpCommand in nereids [doris]

2024-11-30 Thread via GitHub
msridhar78 opened a new pull request, #44819: URL: https://github.com/apache/doris/pull/44819 ### What problem does this PR solve? Issue Number: close #42824 Related PR: #xxx Problem Summary: [Enhancement] (nereids)implement helpCommand in nereids ### Relea

Re: [PR] [fix](hudi) upgrade hudi to 0.15.0 [doris]

2024-11-30 Thread via GitHub
github-actions[bot] commented on PR #44267: URL: https://github.com/apache/doris/pull/44267#issuecomment-2508978514 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](hudi) upgrade hudi to 0.15.0 [doris]

2024-11-30 Thread via GitHub
github-actions[bot] commented on PR #44267: URL: https://github.com/apache/doris/pull/44267#issuecomment-2508978506 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](binlog) Add Support recover binlog [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44818: URL: https://github.com/apache/doris/pull/44818#issuecomment-2508963151 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+proce

[PR] [feat](binlog) Add Support recover binlog [doris]

2024-11-30 Thread via GitHub
Vallishp opened a new pull request, #44818: URL: https://github.com/apache/doris/pull/44818 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: Support recover in ccr-syncer. ### Release note None ### Che

Re: [PR] [Fix](build) fix cloud compilation on arm (mac_osx) without libs2n.a [doris]

2024-11-30 Thread via GitHub
kpretty closed pull request #41773: [Fix](build) fix cloud compilation on arm (mac_osx) without libs2n.a URL: https://github.com/apache/doris/pull/41773 -- 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

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

2024-11-30 Thread via GitHub
msridhar78 commented on PR #44817: URL: https://github.com/apache/doris/pull/44817#issuecomment-2508929849 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] [Enhancement] (nereids)implement showSyncJobCommand in nereids [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44817: URL: https://github.com/apache/doris/pull/44817#issuecomment-2508929816 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+proce

[PR] [Enhancement] (nereids)implement showSyncJobCommand in nereids [doris]

2024-11-30 Thread via GitHub
msridhar78 opened a new pull request, #44817: URL: https://github.com/apache/doris/pull/44817 ### What problem does this PR solve? Issue Number: close #42775 Related PR: #xxx Problem Summary: [Enhancement] (nereids)implement showSyncJobCommand in nereids ##

(doris-website) branch asf-site updated (04ac593e36 -> 96d7999883)

2024-11-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 04ac593e36 Automated deployment with doris branch @ ce70cda0903be59cc5076c5706203c711090ae90 new 96

Re: [PR] [test]remove is_date_or_datetime_or_decimal [doris]

2024-11-30 Thread via GitHub
koarz commented on PR #44804: URL: https://github.com/apache/doris/pull/44804#issuecomment-2508896308 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 unsubs

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

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

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

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

[PR] [Enhancement] (nereids)implement showWaringErrorsCommand in nereids [doris]

2024-11-30 Thread via GitHub
msridhar78 opened a new pull request, #44816: URL: https://github.com/apache/doris/pull/44816 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: [Enhancement] (nereids)implement showWaringErrorsCommand in nereids

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

2024-11-30 Thread via GitHub
doris-robot commented on PR #44816: URL: https://github.com/apache/doris/pull/44816#issuecomment-2508889641 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+proce

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

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

Re: [PR] [chore][test] add testcase for recycle bin [doris]

2024-11-30 Thread via GitHub
Vallishp commented on PR #44815: URL: https://github.com/apache/doris/pull/44815#issuecomment-2508886977 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] [chore][test] add testcase for recycle bin [doris]

2024-11-30 Thread via GitHub
doris-robot commented on PR #44815: URL: https://github.com/apache/doris/pull/44815#issuecomment-2508886963 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+proce

[PR] [chore][test] add testcase for recycle bin [doris]

2024-11-30 Thread via GitHub
Vallishp opened a new pull request, #44815: URL: https://github.com/apache/doris/pull/44815 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: add multiple drop and multiple insert overwrite cases for recycle bin feature.