-
Notifications
You must be signed in to change notification settings - Fork 80
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
Update expressions run in embedded python server error #5426
Comments
This regression appears to be caused by #5070 - the commit prior to that change does not have this issue, but that commit causes this. |
Our main community image does not exhibit this issue, appears to be specific to the embedded python server. For reference, running the same query formula in the community image produces something like:
|
Here is a somewhat similar/related case and I talked to both @nbauernfeind and @rcaudy about it.
|
When you are running two instances of DH on the same physical (or virtual) instance, it's probably better practice to set the application name: https://deephaven.io/core/docs/how-to-guides/configuration/native-application/#application-name which will ensure that the data, config, and cache dirs are unique. |
Closed by #5436 |
This appears to be a regression in 0.34.
Code to run in python, with deephaven-core and deephaven-embedded installed:
The last line will fail with an error:
java.nio.file.NoSuchFileException: /home/colin/.cache/deephaven/script-session-classes/7a9e91f0-6e81-42ad-8c69-b3390cf98660/temporaryCompilationDirectory8658035305834051200
Full error message:
The text was updated successfully, but these errors were encountered: