wangbo merged PR #42053:
URL: https://github.com/apache/doris/pull/42053
--
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
github-actions[bot] commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2430700726
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
github-actions[bot] commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2430700679
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-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2428510390
TeamCity be ut coverage result:
Function Coverage: 37.45% (9702/25908)
Line Coverage: 28.69% (80490/280536)
Region Coverage: 28.14% (41648/148024)
Branch Coverage: 24.7
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2428501240
ClickBench: Total hot run time: 32.42 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2428490226
TPC-DS: Total hot run time: 192486 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2428465697
TPC-H: Total hot run time: 41385 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
wangbo commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2428346928
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
github-actions[bot] commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2428316431
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
yiguolei commented on code in PR #42053:
URL: https://github.com/apache/doris/pull/42053#discussion_r1809780884
##
be/src/olap/memtable_flush_executor.h:
##
@@ -84,6 +86,8 @@ class FlushToken : public
std::enable_shared_from_this {
bool _is_shutdown() { return _shutdown.lo
yiguolei commented on code in PR #42053:
URL: https://github.com/apache/doris/pull/42053#discussion_r1809779557
##
be/src/olap/memtable_flush_executor.cpp:
##
@@ -83,6 +83,10 @@ std::ostream& operator<<(std::ostream& os, const
FlushStatistic& stat) {
return os;
}
+std::
yiguolei commented on code in PR #42053:
URL: https://github.com/apache/doris/pull/42053#discussion_r1809779870
##
be/src/olap/memtable_flush_executor.cpp:
##
@@ -100,7 +104,16 @@ Status FlushToken::submit(std::shared_ptr
mem_table) {
int64_t submit_task_time = MonotonicNa
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2426406733
ClickBench: Total hot run time: 33.4 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
C
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2426395716
TPC-DS: Total hot run time: 193461 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2426366600
TPC-H: Total hot run time: 41595 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2426345116
TeamCity be ut coverage result:
Function Coverage: 37.47% (9701/25893)
Line Coverage: 28.70% (80507/280483)
Region Coverage: 28.15% (41656/148002)
Branch Coverage: 24.7
github-actions[bot] commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2426180252
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
wangbo commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2426169371
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
yiguolei commented on code in PR #42053:
URL: https://github.com/apache/doris/pull/42053#discussion_r1808115541
##
be/src/olap/delta_writer.cpp:
##
@@ -103,10 +103,18 @@ Status BaseDeltaWriter::init() {
if (_is_init) {
return Status::OK();
}
+ThreadPool* f
yiguolei commented on code in PR #42053:
URL: https://github.com/apache/doris/pull/42053#discussion_r1808114319
##
be/src/olap/delta_writer.h:
##
@@ -104,6 +104,10 @@ class BaseDeltaWriter {
WriteRequest _req;
std::unique_ptr _rowset_builder;
std::shared_ptr _memt
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-241466
ClickBench: Total hot run time: 33.08 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2422212070
TPC-DS: Total hot run time: 193344 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2422197303
TeamCity be ut coverage result:
Function Coverage: 37.47% (9712/25918)
Line Coverage: 28.74% (80651/280601)
Region Coverage: 28.17% (41722/148091)
Branch Coverage: 24.7
doris-robot commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2422190016
TPC-H: Total hot run time: 41687 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
github-actions[bot] commented on PR #42053:
URL: https://github.com/apache/doris/pull/42053#issuecomment-2421971991
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
25 matches
Mail list logo