forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release memory when reservation triggers spilling (facebookincubator#…
…11063) Summary: Spillable operator might trigger spill when it reserve memory from the arbitrator. If that happens, we shall release the reserved memory if the reserved memory is no longer needed after spilling. Pull Request resolved: facebookincubator#11063 Reviewed By: xiaoxmeng Differential Revision: D63207407 Pulled By: tanjialiang fbshipit-source-id: 8a956a25be69ca6fccc55e929a62034d4b9e8c5b
- Loading branch information
1 parent
b48c5dd
commit a95acb7
Showing
3 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters