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

refactor: Add arg cpuExecutor to ConnectorFactory::newConnector #11861

Closed
wants to merge 1 commit into from

Conversation

gggrace14
Copy link
Contributor

@gggrace14 gggrace14 commented Dec 14, 2024

Add an additional argument, cpuExecutor, to the ConnectorFactory's
newConnector interface. Connectors could send async operators to this
cpuExecutor to prevent occupying the driver executor.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 14, 2024
Copy link

netlify bot commented Dec 14, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit f6e5f03
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/675d28b2f2f22a0008903cbe

@gggrace14 gggrace14 marked this pull request as ready for review December 14, 2024 02:58
@gggrace14 gggrace14 marked this pull request as draft December 14, 2024 02:59
@facebook-github-bot
Copy link
Contributor

@gggrace14 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@gggrace14 gggrace14 force-pushed the cpuexec branch 2 times, most recently from eee9a8e to 7360e66 Compare December 14, 2024 03:37
@gggrace14 gggrace14 changed the title refactor: Add argument cpuExecutor to newConnector interface of Conne… refactor: Add arg cpuExecutor to ConnectorFactory::newConnector Dec 14, 2024
@gggrace14 gggrace14 marked this pull request as ready for review December 14, 2024 03:38
@gggrace14 gggrace14 requested review from Yuhta and xiaoxmeng and removed request for majetideepak December 14, 2024 03:38
@facebook-github-bot
Copy link
Contributor

@gggrace14 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

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

@gggrace14 thanks!

@gggrace14
Copy link
Contributor Author

gggrace14 commented Dec 14, 2024

@gggrace14 thanks!

Ah, thank you, @xiaoxmeng , for the prompt review :)

Add an additional argument, cpuExecutor, to the ConnectorFactory's
newConnector interface. Connectors could send async operators to this
cpuExecutor to prevent occupying the driver executor.
@facebook-github-bot
Copy link
Contributor

@gggrace14 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@gggrace14 merged this pull request in 22ba7ec.

@gggrace14 gggrace14 deleted the cpuexec branch December 15, 2024 04:02
athmaja-n pushed a commit to athmaja-n/velox that referenced this pull request Jan 10, 2025
…bookincubator#11861)

Summary:
Add an additional argument, cpuExecutor, to the ConnectorFactory's
newConnector interface. Connectors could send async operators to this
cpuExecutor to prevent occupying the driver executor.

Pull Request resolved: facebookincubator#11861

Reviewed By: xiaoxmeng

Differential Revision: D67231282

Pulled By: gggrace14

fbshipit-source-id: a92bb2c27ca26bf86a083ffea2a62b6c89231093
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants