-
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
feat: Support API for setting a spill directory callback in task #11572
Conversation
This pull request was exported from Phabricator. Differential Revision: D65964247 |
✅ Deploy Preview for meta-velox canceled.
|
… spill directory with custom options (facebookincubator#11572) Summary: Add ability to create the parent spill direction with custom options. We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
386f2cb
to
63ac69d
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
… spill directory with custom options (facebookincubator#11572) Summary: Add ability to create the parent spill direction with custom options. We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
63ac69d
to
49f5938
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
… spill directory with custom options (facebookincubator#11572) Summary: Add ability to create the parent spill direction with custom options. We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
49f5938
to
e6beacb
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
e6beacb
to
1ea454f
Compare
… spill directory with custom options (facebookincubator#11572) Summary: Add ability to create the parent spill direction with custom options. We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
This pull request was exported from Phabricator. Differential Revision: D65964247 |
… spill directory with custom options (facebookincubator#11572) Summary: Add ability to create the parent spill direction with custom options. We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
1ea454f
to
c35ed10
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
… spill directory with custom options (facebookincubator#11572) Summary: Add ability to create the parent spill direction with custom options. We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
c35ed10
to
c612d06
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
… spill directory with custom options (facebookincubator#11572) Summary: Add ability to create the parent spill direction with custom options. We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
c612d06
to
41d6adc
Compare
… spill directory with custom options (facebookincubator#11572) Summary: Add ability to create the parent spill direction with custom options. We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
41d6adc
to
25c54bb
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65964247 |
… spill directory with custom options (facebookincubator#11572) Summary: Add ability to create the parent spill direction with custom options. We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
This pull request was exported from Phabricator. Differential Revision: D65964247 |
…ebookincubator#11572) Summary: Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
1a3f8cd
to
ad0a522
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
ad0a522
to
4fcc0f3
Compare
…ebookincubator#11572) Summary: Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
This pull request was exported from Phabricator. Differential Revision: D65964247 |
…ebookincubator#11572) Summary: Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Differential Revision: D65964247
4fcc0f3
to
bc3e323
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
…ebookincubator#11572) Summary: Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Reviewed By: xiaoxmeng Differential Revision: D65964247
bc3e323
to
89db38e
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
…ebookincubator#11572) Summary: Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Reviewed By: xiaoxmeng Differential Revision: D65964247
…ebookincubator#11572) Summary: Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Reviewed By: xiaoxmeng Differential Revision: D65964247
89db38e
to
d407741
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
…ebookincubator#11572) Summary: Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Reviewed By: xiaoxmeng Differential Revision: D65964247
…ebookincubator#11572) Summary: Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Reviewed By: xiaoxmeng Differential Revision: D65964247
d407741
to
b84aba5
Compare
This pull request was exported from Phabricator. Differential Revision: D65964247 |
This pull request has been merged in f013684. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…ebookincubator#11572) Summary: Pull Request resolved: facebookincubator#11572 Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Reviewed By: xiaoxmeng Differential Revision: D65964247 fbshipit-source-id: c35f9953ba134e0ba048213adacc101fb22b1892
…ebookincubator#11572) Summary: Pull Request resolved: facebookincubator#11572 Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created We also add the ability for mkdir to decide whether or not to fail if a directory was created Reviewed By: xiaoxmeng Differential Revision: D65964247 fbshipit-source-id: c35f9953ba134e0ba048213adacc101fb22b1892
Summary:
Add ability to set a spill directory callback in task. The callback will create the spill directory and return the directory created.
We also add the ability for mkdir to decide whether or not to fail if a directory was created.