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

Improve launch task efficiency by calling LaunchMultiTask #394

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

yahoNanJing
Copy link
Contributor

@yahoNanJing yahoNanJing commented Oct 19, 2022

Which issue does this PR close?

Closes #389.

Rationale for this change

This PR handles two improvements:

  • Put tasks belonging to the same executor together by just one rpc for launching tasks
  • Put tasks belonging to the same stage together by just one rpc for launching tasks

What changes are included in this PR?

Are there any user-facing changes?

@yahoNanJing
Copy link
Contributor Author

Hi @thinkharderdev and @andygrove, could you help review this PR?

@yahoNanJing yahoNanJing mentioned this pull request Oct 19, 2022
18 tasks
Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Tested this locally and no regressions.

@andygrove andygrove merged commit 93df744 into apache:master Oct 21, 2022
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.

Improve launch task efficiency by calling LaunchMultiTask
3 participants