Skip to content

Conversation

@sopel39
Copy link
Member

@sopel39 sopel39 commented Jan 27, 2023

FileSingleStreamSpillerFactory#cleanupOldSpillFiles() will cleanup spill files, which means there is a race condition when multiple spill tests are running
using same spill path.

  • no release notes *

Fixes: #13288

Copy link
Member

@findepi findepi left a comment

Choose a reason for hiding this comment

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

thank you for working on this!

@findepi findepi added the no-release-notes This pull request does not require release notes entry label Jan 27, 2023
FileSingleStreamSpillerFactory#cleanupOldSpillFiles()
will cleanup spill files, which means there is a race
condition when multiple spill tests are running
using same spill path.
@sopel39 sopel39 force-pushed the ks/fix_spill_tests branch from 228c4a4 to d5e8109 Compare January 27, 2023 10:17
@sopel39 sopel39 merged commit 4c52daa into trinodb:master Jan 27, 2023
@sopel39 sopel39 deleted the ks/fix_spill_tests branch January 27, 2023 15:38
@github-actions github-actions bot added this to the 407 milestone Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed no-release-notes This pull request does not require release notes entry

Development

Successfully merging this pull request may close these issues.

Query sometimes fails when spill enabled: Failed to read spilled pages

3 participants