Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

2024-04-16 Thread via GitHub
dataroaring merged PR #32845: URL: https://github.com/apache/doris/pull/32845 -- 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](move-memtable) ignore single replica load when move memtable [doris]

2024-04-16 Thread via GitHub
kaijchen commented on code in PR #32845: URL: https://github.com/apache/doris/pull/32845#discussion_r1568143895 ## fe/fe-core/src/main/java/org/apache/doris/analysis/NativeInsertStmt.java: ## @@ -1023,13 +1023,16 @@ private DataSink createDataSink() throws AnalysisException {

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

2024-04-16 Thread via GitHub
kaijchen commented on code in PR #32845: URL: https://github.com/apache/doris/pull/32845#discussion_r1558066309 ## fe/fe-core/src/main/java/org/apache/doris/analysis/NativeInsertStmt.java: ## @@ -1023,13 +1023,16 @@ private DataSink createDataSink() throws AnalysisException {

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

2024-04-16 Thread via GitHub
liaoxin01 commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2058418387 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] [fix](move-memtable) ignore single replica load when move memtable [doris]

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

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

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

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

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

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

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

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

2024-04-12 Thread via GitHub
liaoxin01 commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2052978313 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](move-memtable) ignore single replica load when move memtable [doris]

2024-04-12 Thread via GitHub
liaoxin01 commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2051855297 run fe_ut -- 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](move-memtable) ignore single replica load when move memtable [doris]

2024-04-11 Thread via GitHub
kaijchen commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2051095237 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](move-memtable) ignore single replica load when move memtable [doris]

2024-04-11 Thread via GitHub
liaoxin01 commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2051054128 run cloud_p1 -- 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](move-memtable) ignore single replica load when move memtable [doris]

2024-04-09 Thread via GitHub
kaijchen commented on code in PR #32845: URL: https://github.com/apache/doris/pull/32845#discussion_r1558066309 ## fe/fe-core/src/main/java/org/apache/doris/analysis/NativeInsertStmt.java: ## @@ -1023,13 +1023,16 @@ private DataSink createDataSink() throws AnalysisException {

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

2024-04-09 Thread via GitHub
morrySnow commented on code in PR #32845: URL: https://github.com/apache/doris/pull/32845#discussion_r1557342473 ## fe/fe-core/src/main/java/org/apache/doris/analysis/NativeInsertStmt.java: ## @@ -1023,13 +1023,16 @@ private DataSink createDataSink() throws AnalysisException {

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2022676867 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](move-memtable) ignore single replica load when move memtable [doris]

2024-03-27 Thread via GitHub
github-actions[bot] commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2022676807 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](move-memtable) ignore single replica load when move memtable [doris]

2024-03-26 Thread via GitHub
doris-robot commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2020395291 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 6f078c7dfe79db7d87e359f816c0e648e93b03ba with default session variables Stream

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

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

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

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

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

2024-03-26 Thread via GitHub
kaijchen commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2020305580 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](move-memtable) ignore single replica load when move memtable [doris]

2024-03-26 Thread via GitHub
kaijchen commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2020013454 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] [fix](move-memtable) ignore single replica load when move memtable [doris]

2024-03-26 Thread via GitHub
kaijchen opened a new pull request, #32845: URL: https://github.com/apache/doris/pull/32845 ## Proposed changes Single replica load is not compatible with memtable on sink node. Enabling single replica load when move memtable will cause missing location in OlapTableSink plan.

Re: [PR] [fix](move-memtable) ignore single replica load when move memtable [doris]

2024-03-26 Thread via GitHub
doris-robot commented on PR #32845: URL: https://github.com/apache/doris/pull/32845#issuecomment-2019994755 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