-
Notifications
You must be signed in to change notification settings - Fork 74
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
Avoid caching presto worker nodes #462
Comments
@stagraqubole - I can take this one if you'd like. |
Sure @JamesRTaylor |
JamesRTaylor
pushed a commit
to JamesRTaylor/rubix
that referenced
this issue
Oct 6, 2020
JamesRTaylor
pushed a commit
to JamesRTaylor/rubix
that referenced
this issue
Oct 7, 2020
JamesRTaylor
changed the title
Avoid caching presto worker worker nodes
Avoid caching presto worker nodes
Nov 4, 2020
JamesRTaylor
pushed a commit
to JamesRTaylor/rubix
that referenced
this issue
Nov 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After a presto worker nodes gets deregistered from the coordinator. because it is no longer responsive, we've noticed that it still receives cache requests to be read from for a period of time. This can lead to internal errors for the query and/or slower response times. Instead, since the rubix presto cluster manager has a handle to the presto node manager, it can get the worker nodes directly from it, sorting and adjusting the node index only when the nodes have changed.
The text was updated successfully, but these errors were encountered: