Skip to content

Conversation

@KSDaemon
Copy link
Member

@KSDaemon KSDaemon commented Mar 3, 2025

This PR fixes improper temp table removal during pre-aggregation creations.
The same CacheLock Key was used for dropping tables, so in the case when there were more than 1 simultaneous
temp table creations (e.g. a few partitions for the table) - there was lock contention which prevents table drops.

Check List

  • Tests have been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

@KSDaemon KSDaemon marked this pull request as ready for review March 3, 2025 14:55
@KSDaemon KSDaemon requested a review from a team as a code owner March 3, 2025 14:55
@KSDaemon KSDaemon force-pushed the fix/temp-table-drop-lock branch from 816d458 to 04eaedd Compare March 5, 2025 14:42
@KSDaemon KSDaemon merged commit eb3d980 into master Mar 5, 2025
53 checks passed
@KSDaemon KSDaemon deleted the fix/temp-table-drop-lock branch March 5, 2025 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants