yiguolei merged PR #9:
URL: https://github.com/apache/doris/pull/9
--
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.apa
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-204220
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
```
Load test result on commit 803559e14147053416cf6905e1497834929ad886 with
default session variables
Stream
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2042195054
ClickBench: Total hot run time: 30.67 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2042184557
TPC-DS: Total hot run time: 182570 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 #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2042156792
TPC-H: Total hot run time: 38715 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 #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2042149094
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 #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2042148993
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
wangbo commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2042106061
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
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2042031124
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
```
Load test result on commit 16f5002d5be28145693b21e68e1509b430d235fa with
default session variables
Stream
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2042025912
ClickBench: Total hot run time: 31 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
Cli
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2042016817
TPC-DS: Total hot run time: 180895 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 #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2041997908
TPC-H: Total hot run time: 39562 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
yiguolei commented on code in PR #9:
URL: https://github.com/apache/doris/pull/9#discussion_r1555307528
##
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java:
##
@@ -504,6 +504,9 @@ public void execute() throws Exception {
if (!e.getMessage()
wangbo commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2041973395
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 #9:
URL: https://github.com/apache/doris/pull/9#discussion_r1555196786
##
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##
@@ -634,7 +636,11 @@ public void exec() throws Exception {
if
(!queueToken.w
yiguolei commented on code in PR #9:
URL: https://github.com/apache/doris/pull/9#discussion_r1555133821
##
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##
@@ -1438,6 +1444,7 @@ public boolean shouldCancel(List
currentBackends) {
// if any, as well
yiguolei commented on code in PR #9:
URL: https://github.com/apache/doris/pull/9#discussion_r1555134165
##
fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueueToken.java:
##
@@ -38,7 +38,8 @@ public int compareTo(QueueToken other) {
public enum T
yiguolei commented on code in PR #9:
URL: https://github.com/apache/doris/pull/9#discussion_r1555132616
##
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##
@@ -1438,6 +1444,7 @@ public boolean shouldCancel(List
currentBackends) {
// if any, as well
yiguolei commented on code in PR #9:
URL: https://github.com/apache/doris/pull/9#discussion_r1555133032
##
fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueueToken.java:
##
@@ -38,7 +38,8 @@ public int compareTo(QueueToken other) {
public enum T
yiguolei commented on code in PR #9:
URL: https://github.com/apache/doris/pull/9#discussion_r1555132616
##
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##
@@ -1438,6 +1444,7 @@ public boolean shouldCancel(List
currentBackends) {
// if any, as well
yiguolei commented on code in PR #9:
URL: https://github.com/apache/doris/pull/9#discussion_r1554981561
##
fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueueToken.java:
##
@@ -38,7 +38,8 @@ public int compareTo(QueueToken other) {
public enum T
yiguolei commented on code in PR #9:
URL: https://github.com/apache/doris/pull/9#discussion_r1554981561
##
fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueueToken.java:
##
@@ -38,7 +38,8 @@ public int compareTo(QueueToken other) {
public enum T
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2041441429
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
```
Load test result on commit 02f50dac7c99635c6cbd289e74a57dee2c57186a with
default session variables
Stream
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2041440511
ClickBench: Total hot run time: 29.12 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2041438912
TPC-DS: Total hot run time: 180299 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 #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2041435729
TPC-H: Total hot run time: 38955 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
wangbo commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2041430306
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
wangbo opened a new pull request, #9:
URL: https://github.com/apache/doris/pull/9
## Proposed changes
Support cancel query when it is queued.
--
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
doris-robot commented on PR #9:
URL: https://github.com/apache/doris/pull/9#issuecomment-2041429267
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
29 matches
Mail list logo