-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use shrink pools by arbitrator for spill test in hash join uni test #8932
Conversation
✅ Deploy Preview for meta-velox canceled.
|
405f095
to
0876cbd
Compare
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
…acebookincubator#8932) Summary: - Add flag in OperatorTestBase to configure shared arbitrator to use in unit test - Switch to use new api to create query pool and add the memory reclaimer to work with shared arbitrator - Hash build switch to use test utility to trigger spilling by calling shared arbitrator's shrink pools function - Improve the shrink pool test utility to ensure the memory pool is always associated with its memory manager - Turn on shared arbitrator in hash join unit test Eventually, we will make shared arbitrator the default for unit testing. Reviewed By: tanjialiang Differential Revision: D54432889 Pulled By: xiaoxmeng
This pull request was exported from Phabricator. Differential Revision: D54432889 |
…acebookincubator#8932) Summary: - Add flag in OperatorTestBase to configure shared arbitrator to use in unit test - Switch to use new api to create query pool and add the memory reclaimer to work with shared arbitrator - Hash build switch to use test utility to trigger spilling by calling shared arbitrator's shrink pools function - Improve the shrink pool test utility to ensure the memory pool is always associated with its memory manager - Turn on shared arbitrator in hash join unit test Eventually, we will make shared arbitrator the default for unit testing. Reviewed By: tanjialiang Differential Revision: D54432889 Pulled By: xiaoxmeng
This pull request was exported from Phabricator. Differential Revision: D54432889 |
…acebookincubator#8932) Summary: - Add flag in OperatorTestBase to configure shared arbitrator to use in unit test - Switch to use new api to create query pool and add the memory reclaimer to work with shared arbitrator - Hash build switch to use test utility to trigger spilling by calling shared arbitrator's shrink pools function - Improve the shrink pool test utility to ensure the memory pool is always associated with its memory manager - Turn on shared arbitrator in hash join unit test Eventually, we will make shared arbitrator the default for unit testing. Reviewed By: tanjialiang Differential Revision: D54432889 Pulled By: xiaoxmeng
This pull request was exported from Phabricator. Differential Revision: D54432889 |
…acebookincubator#8932) Summary: - Add flag in OperatorTestBase to configure shared arbitrator to use in unit test - Switch to use new api to create query pool and add the memory reclaimer to work with shared arbitrator - Hash build switch to use test utility to trigger spilling by calling shared arbitrator's shrink pools function - Improve the shrink pool test utility to ensure the memory pool is always associated with its memory manager - Turn on shared arbitrator in hash join unit test Eventually, we will make shared arbitrator the default for unit testing. Reviewed By: tanjialiang Differential Revision: D54432889 Pulled By: xiaoxmeng
This pull request was exported from Phabricator. Differential Revision: D54432889 |
@xiaoxmeng merged this pull request in f391c02. |
…i test (facebookincubator#8932)" This reverts commit f391c02.
…acebookincubator#8932) Summary: - Add flag in OperatorTestBase to configure shared arbitrator to use in unit test - Switch to use new api to create query pool and add the memory reclaimer to work with shared arbitrator - Hash build switch to use test utility to trigger spilling by calling shared arbitrator's shrink pools function - Improve the shrink pool test utility to ensure the memory pool is always associated with its memory manager - Turn on shared arbitrator in hash join unit test Eventually, we will make shared arbitrator the default for unit testing. Pull Request resolved: facebookincubator#8932 Reviewed By: tanjialiang Differential Revision: D54432889 Pulled By: xiaoxmeng fbshipit-source-id: 484ccf356a555be837bfa4fa64fb03e6d16c8cb8
work with shared arbitrator
shrink pools function
with its memory manager
Eventually, we will make shared arbitrator the default for unit testing.