Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-09-01 Thread via GitHub
gavinchou merged PR #38243: URL: https://github.com/apache/doris/pull/38243 -- 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] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-29 Thread via GitHub
github-actions[bot] commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2317507906 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] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-29 Thread via GitHub
github-actions[bot] commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2317508011 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] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-28 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2314491020 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2314312023 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
github-actions[bot] commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1733937630 ## cloud/src/meta-service/txn_lazy_committer.cpp: ## @@ -0,0 +1,476 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2314139153 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
gavinchou commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1730632559 ## cloud/src/recycler/recycler.cpp: ## @@ -1843,11 +1997,12 @@ int InstanceRecycler::scan_and_recycle( return ret; } -int InstanceRecycler::abort_timeout_txn(

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1733771936 ## cloud/src/recycler/recycler.cpp: ## @@ -1119,6 +1200,12 @@ int InstanceRecycler::recycle_tablets(int64_t table_id, int64_t index_id, int64_ retu

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1733771142 ## cloud/src/recycler/recycler.cpp: ## @@ -1222,6 +1309,10 @@ int InstanceRecycler::recycle_tablets(int64_t table_id, int64_t index_id, int64_ int ret =

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
github-actions[bot] commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1733036625 ## cloud/src/meta-service/txn_lazy_committer.cpp: ## @@ -0,0 +1,475 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2312796154 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2312460807 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732725106 ## cloud/src/meta-service/txn_lazy_committer.cpp: ## @@ -0,0 +1,459 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732724162 ## cloud/src/meta-service/txn_lazy_committer.cpp: ## @@ -0,0 +1,459 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732718352 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -974,353 +1361,476 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << "

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
github-actions[bot] commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732716284 ## cloud/src/meta-service/txn_lazy_committer.cpp: ## @@ -0,0 +1,478 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732712524 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -974,353 +1361,476 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << "

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732711244 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -974,353 +1361,476 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << "

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732710627 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -862,94 +863,485 @@ void update_tablet_stats(const StatsTabletKeyInfo& info, const TabletStats& stat */

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2312363624 run cloud_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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
github-actions[bot] commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732486494 ## cloud/src/meta-service/txn_lazy_committer.cpp: ## @@ -0,0 +1,471 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-27 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2312021091 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-26 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732239346 ## cloud/src/meta-service/txn_lazy_committer.cpp: ## @@ -0,0 +1,459 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-26 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732235705 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -974,353 +1361,476 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << "

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-26 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732234447 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -974,353 +1361,476 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << "

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-26 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732038003 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -862,94 +863,485 @@ void update_tablet_stats(const StatsTabletKeyInfo& info, const TabletStats& stat */

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-26 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732029358 ## cloud/src/meta-service/meta_service.cpp: ## @@ -265,6 +267,20 @@ void MetaServiceImpl::get_version(::google::protobuf::RpcController* controller,

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-26 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732025419 ## cloud/src/common/config.h: ## @@ -206,4 +206,8 @@ CONF_Validator(s3_client_http_scheme, [](const std::string& config) -> bool { // Max retry times for objec

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-26 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1730964155 ## cloud/src/meta-service/txn_lazy_committer.cpp: ## @@ -0,0 +1,459 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-26 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1730953469 ## cloud/src/meta-service/txn_lazy_committer.cpp: ## @@ -0,0 +1,459 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-26 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1730850089 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -974,353 +1361,476 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << "

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-25 Thread via GitHub
gavinchou commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1730627524 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -974,353 +1361,476 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << " txn_i

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-25 Thread via GitHub
gavinchou commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1730626928 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -974,353 +1361,476 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << " txn_i

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-25 Thread via GitHub
gavinchou commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1730411458 ## cloud/src/recycler/recycler.cpp: ## @@ -1119,6 +1200,12 @@ int InstanceRecycler::recycle_tablets(int64_t table_id, int64_t index_id, int64_ return -1

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-22 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2306018891 run cloud_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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-21 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2303598622 run cloudut -- 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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-21 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2303572834 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-21 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2302092292 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-21 Thread via GitHub
github-actions[bot] commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2301568583 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] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-20 Thread via GitHub
github-actions[bot] commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1724473528 ## cloud/test/txn_lazy_commit_test.cpp: ## @@ -0,0 +1,214 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-20 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2301232335 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-20 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2300026963 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-19 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1722772720 ## be/src/cloud/config.h: ## @@ -94,4 +94,6 @@ DECLARE_mBool(save_load_error_log_to_s3); // the theads which sync the datas which loaded in other clusters DECL

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-19 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1722772480 ## cloud/src/meta-service/meta_service.cpp: ## @@ -618,11 +649,13 @@ void MetaServiceImpl::create_tablets(::google::protobuf::RpcController* controll m

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-19 Thread via GitHub
SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1722773609 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -913,320 +1458,420 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << "

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-19 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2298087733 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-19 Thread via GitHub
github-actions[bot] commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2298075542 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] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-19 Thread via GitHub
github-actions[bot] commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2298075618 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] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-19 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2297864583 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-19 Thread via GitHub
w41ter commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1722598237 ## be/src/cloud/config.h: ## @@ -94,4 +94,6 @@ DECLARE_mBool(save_load_error_log_to_s3); // the theads which sync the datas which loaded in other clusters DECLARE_mInt

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-19 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2296748712 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-15 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2291136442 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-15 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2290937110 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-13 Thread via GitHub
w41ter commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1716269904 ## cloud/src/meta-service/meta_service_txn.cpp: ## @@ -969,320 +1356,345 @@ void commit_txn_immediately( LOG(WARNING) << msg << " err=" << err << " txn_id="

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

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

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-13 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2286243101 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.

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-13 Thread via GitHub
w41ter commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1715102836 ## cloud/src/recycler/recycler.cpp: ## @@ -1707,6 +1777,62 @@ int InstanceRecycler::recycle_rowsets() { return ret; } +bool check_txn_abort(std::shared_ptr txn_k

  1   2   >