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

Synchronize listing tables in file metastore #21122

Conversation

findepi
Copy link
Member

@findepi findepi commented Mar 17, 2024

This is to prevent listing tables failures when tables dropped concurrently. This also fixes IDE warning about synchronization not matching @GuardedBy annotations.

Fixes #21121

This is to prevent listing tables failures when tables dropped
concurrently. This also fixes IDE warning about synchronization not
matching `@GuardedBy` annotations.
@findepi findepi added the no-release-notes This pull request does not require release notes entry label Mar 17, 2024
@findepi findepi requested review from dain and wendigo March 17, 2024 19:56
@cla-bot cla-bot bot added the cla-signed label Mar 17, 2024
@github-actions github-actions bot added tests:hive hive Hive connector labels Mar 17, 2024
@wendigo wendigo merged commit 0219059 into trinodb:master Mar 18, 2024
57 checks passed
@github-actions github-actions bot added this to the 443 milestone Mar 18, 2024
@findepi findepi deleted the findepi/synchronize-listing-tables-in-file-metastore-9ce156 branch March 18, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

Flaky tests due to insufficient synchronization in FileHiveMetastore
3 participants