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(client): disable spark memory spill #844

Merged
merged 3 commits into from
Apr 26, 2023
Merged

Conversation

zuston
Copy link
Member

@zuston zuston commented Apr 26, 2023

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

@zuston
Copy link
Member Author

zuston commented Apr 26, 2023

I have to say sorry about this. PTAL @jerqi @advancedxy

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for your effort.

@jerqi jerqi merged commit 4ce4a8d into apache:master Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants