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

Don't close long-lived RowSets in Downsampler BucketState #5478

Merged
merged 2 commits into from
May 16, 2024

Conversation

niloc132
Copy link
Member

Fixes a bug in downsampling where a table may cause an error if freed while processing an update.

Fixes #5476

Fixes a bug in downsampling where a table may cause an error if freed
while processing an update.

Fixes deephaven#5476
@niloc132 niloc132 added this to the 3. May 2024 milestone May 10, 2024
@niloc132 niloc132 requested a review from rcaudy May 10, 2024 18:35
Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

@rcaudy rcaudy changed the title Don't close long-lived RowSets Don't close long-lived RowSets in Downsampler BucketState May 10, 2024
@niloc132 niloc132 force-pushed the 5476-downsample-use-after-close branch from f0dd72d to a6a31b8 Compare May 10, 2024 18:53
@niloc132 niloc132 merged commit 577b4d4 into deephaven:main May 16, 2024
15 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Downsample use-after-close issue
2 participants