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

[BUG] Spark jobs should only select UP nodes in current subcluster at the time the job starts #551

Open
bryanherger opened this issue Jul 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bryanherger
Copy link

This is an issue emerging with v12 Eon mode and sandbox support. Current behavior appears to be to select all nodes; this doesn't work with sandboxing, where some nodes can't write to the main communal storage, and also may break during dynamic scaling, especially when a subcluster shrinks, which means some workers will point to a down node. The correct behavior is to check for Eon mode when the job starts, then select UP nodes in the current subcluster for workers to connect to.

@bryanherger bryanherger added the bug Something isn't working label Jul 11, 2023
@bryanherger bryanherger changed the title [BUG] Spark jobs should only select nodes in current subcluster at the time the job starts [BUG] Spark jobs should only select UP nodes in current subcluster at the time the job starts Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant