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 memory pool dtor race in VeloxSubstraitRoundTripPlanConverterTest #2828

Closed
wants to merge 1 commit into from

Conversation

xiaoxmeng
Copy link
Contributor

This is caused by the async task deletion (task dtor triggered by
async driver removal). The fix is to add memory counting wait in
Substrait2VeloxValuesNodeConversionTest dtor.

@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 Oct 13, 2022
@netlify
Copy link

netlify bot commented Oct 13, 2022

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 6b22664
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6347b50ab5946900086f2b15

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

@xiaoxmeng xiaoxmeng linked an issue Oct 13, 2022 that may be closed by this pull request
@facebook-github-bot
Copy link
Contributor

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

xiaoxmeng added a commit to xiaoxmeng/velox that referenced this pull request Oct 13, 2022
…acebookincubator#2828)

Summary:
This is caused by the async task deletion (task dtor triggered by
async driver removal). The fix is to add memory counting wait in
Substrait2VeloxValuesNodeConversionTest dtor.

Pull Request resolved: facebookincubator#2828

Differential Revision: D40332245

Pulled By: xiaoxmeng

fbshipit-source-id: 7b433274385b9ed0e08cec06cd658e2a5f012a62
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D40332245

@xiaoxmeng xiaoxmeng changed the title Fix memory pool dtor race in Substrait2VeloxValuesNodeConversionTest Fix memory pool dtor race in VeloxSubstraitRoundTripPlanConverterTest Oct 13, 2022
@facebook-github-bot
Copy link
Contributor

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

…facebookincubator#2828)

Summary:
This is caused by the async task deletion (task dtor triggered by
async driver removal). The fix is to add memory counting wait in
Substrait2VeloxValuesNodeConversionTest dtor.

Pull Request resolved: facebookincubator#2828

Differential Revision: D40332245

Pulled By: xiaoxmeng

fbshipit-source-id: 3344c92d57e98d38f3ba860c75125039b6c4b0b7
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D40332245

@mbasmanova
Copy link
Contributor

CC: @zhejiangxiaomai @rui-mo

Copy link
Contributor

@mbasmanova mbasmanova left a comment

Choose a reason for hiding this comment

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

@xiaoxmeng Thanks.

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Substrait velox_plan_conversion_test is flaky
3 participants