-
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
Don't keep hard references to Table #2158
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a lot of code for the state machines, etc. That said, I think it does a pretty good job of cleaning up the reachability and liveness issues, and it's overall simpler/more obviously correct.
I'm a little concerned that @nbauernfeind mentioned we might have liveness issues with Java applications. I assume Groovy or Python get executed as scripts using the session's LivenessScope
. That is arguably out-of-scope for this PR, however.
server/src/main/java/io/deephaven/server/appmode/ApplicationServiceGrpcImpl.java
Outdated
Show resolved
Hide resolved
server/src/main/java/io/deephaven/server/appmode/ApplicationServiceGrpcImpl.java
Outdated
Show resolved
Hide resolved
server/src/main/java/io/deephaven/server/appmode/ApplicationServiceGrpcImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made some strictly cosmetic comments. I like this change a lot. Merge it as-is, or make the small changes, either way it's good.
Fixes #2130
Co-authored-by: Ryan Caudy ryan@deephaven.io