Skip to content

[Enhancement] Optimize routine load task schedule strategy, the distribution of nodes is as even as possible in scenarios with large differences in task scale. #97739

[Enhancement] Optimize routine load task schedule strategy, the distribution of nodes is as even as possible in scenarios with large differences in task scale.

[Enhancement] Optimize routine load task schedule strategy, the distribution of nodes is as even as possible in scenarios with large differences in task scale. #97739

Triggered via pull request August 7, 2024 18:23
@meegoomeegoo
opened #49542
Status Failure
Total duration 35s
Artifacts

pr-checker.yml

on: pull_request_target
SYNC CHECKER
0s
SYNC CHECKER
behavior-check
3s
behavior-check
changelist-check
10s
changelist-check
title-check
5s
title-check
backport-check
3s
backport-check
automerge-check
0s
automerge-check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
behavior-check
You must specify the type of change!
behavior-check
Process completed with exit code 1.
backport-check
You must mark this checkbox - I have checked the version labels which the pr will be auto-backported to the target branch
backport-check
Process completed with exit code 1.
TestSQLCases.test_object_dependencies: TestSQLCases#L1
Element counts were not equal: First has 1, Second has 0: 'mv1\tdefault_catalog\tMATERIALIZED_VIEW\tt1\tdefault_catalog\tOLAP' First has 0, Second has 1: 'mv1\tdefault_catalog\tMATERIALIZED_VIEW\tt2\tdefault_catalog\tOLAP' : sql result not match: - [SQL]: select object_name, object_catalog, object_type, ref_object_name, ref_object_catalog, ref_object_type from sys.object_dependencies where object_database = 'db_30c384438b4a408b836955584068c13f' and object_name = 'mv1'; - [exp]: ['mv1\tdefault_catalog\tMATERIALIZED_VIEW\tt1\tdefault_catalog\tOLAP'] - [act]: ['mv1\tdefault_catalog\tMATERIALIZED_VIEW\tt2\tdefault_catalog\tOLAP'] ---
TestDropView.test_drop_materialized_view_using_select: TestDropView#L1
{'status': False, 'msg': (1064, 'Query exceeded time limit of 300 seconds')}
title-check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: thehanimo/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/