Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plan metrics length and stage metrics length not match #764

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

yahoNanJing
Copy link
Contributor

Which issue does this PR close?

Closes #763.

We got lots of error log as follows due to mismatch of the length between plan metrics and stage metrics:
2023-04-27T07:08:05.745787Z ERROR tokio-runtime-worker ThreadId(07) ballista_scheduler::display: Fail to combine stage metrics to plan for stage [5H4NLbc/3], plan metrics array size 5 does not equal to the stage metrics array size 4

The metrics length of stage is always one less than the one of plan.

Rationale for this change

It's caused by #687.

What changes are included in this PR?

Are there any user-facing changes?

@yahoNanJing
Copy link
Contributor Author

Hi @andygrove, could you help have a check?

@r4ntix
Copy link
Contributor

r4ntix commented Apr 27, 2023

I also found this issue today and am locating it, glad to see that there is already a PR fix for this issue 👍

Copy link
Contributor

@r4ntix r4ntix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@yahoNanJing yahoNanJing merged commit fe75513 into apache:main Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix plan metrics length and stage metrics length not match
3 participants