[Enhancement] Optimize LoadsHistorySyncer #56169
Triggered via pull request
December 13, 2024 11:56
gengjun-git
synchronize
#53864
Status
Success
Total duration
20s
Artifacts
–
ci-doc-checker.yml
on: pull_request_target
Annotations
6 errors and 3 warnings
REMOVE DOC LABEL
Error: failed to remove labels: documentation
|
PCTRefreshListPartitionOlapTest.testMVRefreshWithLooseModeTT1:
fe/fe-core/src/test/java/com/starrocks/scheduler/PCTRefreshListPartitionOlapTest.java#L1562
PLAN FRAGMENT 0
OUTPUT EXPRS:1: id | 2: age | 3: dt | 4: province
PARTITION: UNPARTITIONED
RESULT SINK
1:EXCHANGE
PLAN FRAGMENT 1
OUTPUT EXPRS:
PARTITION: RANDOM
STREAM DATA SINK
EXCHANGE ID: 01
UNPARTITIONED
0:OlapScanNode
TABLE: tt1
PREAGGREGATION: ON
PREDICATES: 3: dt >= '2024-11-13'
partitions=2/6
rollup: tt1
tabletRatio=2/2
tabletList=10135,10139
cardinality=1
avgRowSize=4.0
|
PCTRefreshListPartitionOlapTest.testMVRefreshWithLooseModeTT2:
fe/fe-core/src/test/java/com/starrocks/scheduler/PCTRefreshListPartitionOlapTest.java#L1571
PLAN FRAGMENT 0
OUTPUT EXPRS:1: id | 2: age | 3: dt | 4: province
PARTITION: UNPARTITIONED
RESULT SINK
1:EXCHANGE
PLAN FRAGMENT 1
OUTPUT EXPRS:
PARTITION: RANDOM
STREAM DATA SINK
EXCHANGE ID: 01
UNPARTITIONED
0:OlapScanNode
TABLE: tt2
PREAGGREGATION: ON
PREDICATES: 3: dt >= '2024-11-13'
partitions=2/6
rollup: tt2
tabletRatio=2/2
tabletList=10180,10176
cardinality=1
avgRowSize=4.0
|
PCTRefreshListPartitionOlapTest.testMVRefreshWithTTLConditionTT1:
fe/fe-core/src/test/java/com/starrocks/scheduler/PCTRefreshListPartitionOlapTest.java#L1485
PLAN FRAGMENT 0
OUTPUT EXPRS:1: id | 2: age | 3: dt | 4: province
PARTITION: UNPARTITIONED
RESULT SINK
2:EXCHANGE
PLAN FRAGMENT 1
OUTPUT EXPRS:
PARTITION: RANDOM
STREAM DATA SINK
EXCHANGE ID: 02
UNPARTITIONED
1:Project
| <slot 1> : 5: id
| <slot 2> : 6: age
| <slot 3> : 7: dt
| <slot 4> : 8: province
|
0:OlapScanNode
TABLE: test_mv1
PREAGGREGATION: ON
PREDICATES: 7: dt >= '2024-11-13'
partitions=2/2
rollup: test_mv1
tabletRatio=4/4
tabletList=10217,10219,10223,10225
cardinality=1
avgRowSize=8.0
MaterializedView: true
|
PCTRefreshListPartitionOlapTest.testMVRefreshWithTTLConditionTT2:
fe/fe-core/src/test/java/com/starrocks/scheduler/PCTRefreshListPartitionOlapTest.java#L1494
PLAN FRAGMENT 0
OUTPUT EXPRS:1: id | 2: age | 3: dt | 4: province
PARTITION: UNPARTITIONED
RESULT SINK
2:EXCHANGE
PLAN FRAGMENT 1
OUTPUT EXPRS:
PARTITION: RANDOM
STREAM DATA SINK
EXCHANGE ID: 02
UNPARTITIONED
1:Project
| <slot 1> : 5: id
| <slot 2> : 6: age
| <slot 3> : 7: dt
| <slot 4> : 8: province
|
0:OlapScanNode
TABLE: test_mv1
PREAGGREGATION: ON
PREDICATES: 7: dt >= '2024-11-13'
partitions=2/2
rollup: test_mv1
tabletRatio=4/4
tabletList=10258,10260,10264,10266
cardinality=1
avgRowSize=8.0
MaterializedView: true
|
MvTimeSeriesRewriteWithOlapTest.testAggTimeSeriesWithRollupFunctionsOneByOne:
fe/fe-core/src/test/java/com/starrocks/sql/optimizer/rule/transformation/materialization/MvTimeSeriesRewriteWithOlapTest.java#L331
PLAN FRAGMENT 0
OUTPUT EXPRS:4: date_trunc | 5: sum
PARTITION: UNPARTITIONED
RESULT SINK
5:EXCHANGE
PLAN FRAGMENT 1
OUTPUT EXPRS:
PARTITION: HASH_PARTITIONED: 4: date_trunc
STREAM DATA SINK
EXCHANGE ID: 05
UNPARTITIONED
4:AGGREGATE (merge finalize)
| output: sum(5: sum)
| group by: 4: date_trunc
|
3:EXCHANGE
PLAN FRAGMENT 2
OUTPUT EXPRS:
colocate exec groups: ExecGroup{groupId=1, nodeIds=[0, 1, 2]}
PARTITION: RANDOM
STREAM DATA SINK
EXCHANGE ID: 03
HASH_PARTITIONED: 4: date_trunc
2:AGGREGATE (update serialize)
| STREAMING
| output: sum(2: v1)
| group by: 4: date_trunc
|
1:Project
| <slot 2> : 2: v1
| <slot 4> : date_trunc('day', 1: k1)
|
0:OlapScanNode
TABLE: t0
PREAGGREGATION: ON
PREDICATES: 1: k1 >= '2024-01-01 01:00:00'
partitions=4/5
rollup: t0
tabletRatio=8/8
tabletList=10015,10017,10020,10022,10025,10027,10030,10032
cardinality=1
avgRowSize=3.0
|
DOC FILTER
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
REMOVE DOC LABEL
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
REMOVE DOC LABEL
failed to remove label: documentation: HttpError: Label does not exist
|