-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(client): disable spark memory spill (#844)
### What changes were proposed in this pull request? Disable the memory spill operation. ### Why are the changes needed? In #714 , the memory spill is introduced to solve the dead lock. For a pity, these part code should be handled carefully, including concurrency and data consistency, like the fix PR #811 . And this part has bugs and I will fix these in the next days. Currently, I want to revert the PR #714. But the partial refactor of #714 is still meaningful. So I submit this PR to disable the memory spill. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Don't need
- Loading branch information
Showing
2 changed files
with
1 addition
and
25 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