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

LB-539: fix spark max driver result size bug #814

Merged
merged 3 commits into from
Apr 29, 2020

Conversation

paramsingh
Copy link
Collaborator

Description

The logs show that spark executors died because of this error: https://sentry.metabrainz.org/metabrainz/listenbrainz-beta/issues/93601/?query=py4j

This pull request increases the maximum size of results that a driver can compute.

Problem

https://sentry.metabrainz.org/metabrainz/listenbrainz-beta/issues/93601/?query=py4j

Solution

Increase the driver result max size.

I'm gonna do a followup pull request which restarts workers on errors but this should fix it temporarily.

@paramsingh paramsingh requested a review from vansika April 28, 2020 20:39
@paramsingh paramsingh changed the title fix spark max driver result size bug LB-539: fix spark max driver result size bug Apr 28, 2020
@paramsingh paramsingh requested a review from mayhem April 28, 2020 20:53
Copy link
Member

@mayhem mayhem left a comment

Choose a reason for hiding this comment

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

🍰

@paramsingh paramsingh merged commit c506aee into master Apr 29, 2020
@paramsingh paramsingh deleted the param/fix-spark-driver-size-bug branch May 1, 2020 20:14
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.

2 participants