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

[SPARK-31711][CORE][FOLLOWUP] Move executorSourceLocalModeOnly to sparkEnv #30619

Closed

Conversation

LucaCanali
Copy link
Contributor

What changes were proposed in this pull request?

This followup of from SPARK-31711 and a recent review comment in #28528 by @zsxwing :
( executorSourceLocalModeOnly ) is never been cleaned. It would be great to avoid using a global executorSourceLocalModeOnly to save a state of a specific executor. Can we move this to SparkEnv so that a state of one test won't be leaked to other tests?

Why are the changes needed?

This PR moves executorSourceLocalModeOnly from Executor to SparkEnv

Does this PR introduce any user-facing change?

No

How was this patch tested?

This is covered by existing tests + also manually tested.

@github-actions github-actions bot added the CORE label Dec 5, 2020
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@LucaCanali
Copy link
Contributor Author

Hi @zsxwing this PR follows up on your comment in #28528 in case you want to take a look at it.

@github-actions
Copy link

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label Apr 18, 2021
@github-actions github-actions bot closed this Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants