-
Notifications
You must be signed in to change notification settings - Fork 27
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
dbcUpload/Deploy fails with NoSuchElementException: cannot find node with id <id> #42
Comments
when we restart a cluster and then deploy again, we get the following error -
|
@arushijain Does your |
@brkyvz no it doesn't. It is just |
@arushijain I have not seen that error, even after restarting the cluster. Did you get that error after getting the error I mentioned above? Also, our |
@justinmills So when I deploy to a cluster that already has a jar attached to it, it fails on deleting the previous jar. When I go and check which libraries are used in dbc, I see the following. Then, I restart the cluster and it has then successfully deleted the jar at which point I can deploy again. Highly unsustainable. |
I think this is the same issue reported in #35, but I may have narrowed down when it happens.
If I attach a jar to a cluster and then delete that jar the cluster still has the jar attached, but it's in a "deleted pending restart" state. If you attempt to upload or deploy the jar you get this following error:
It can be fixed by restarting the cluster. I suspect what's going on is that the plugin is trying to find an existing version of the jar, it does, but it's marked as deleted and only exists because there's still a cluster with the jar loaded. Once the last cluster using the jar is restarted, the jar is removed and the plugin no longer finds an existing copy of the jar.
The text was updated successfully, but these errors were encountered: