-
Notifications
You must be signed in to change notification settings - Fork 3k
Hive: Ensure tableLevelMutex is unlocked when uncommitted metadata de… #3264
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
Conversation
|
Thanks for the catch and fix @jshmchenxi! |
|
@pvary Thanks for merging this! |
|
Marking this one temporarily for 0.12.1, as I've noticed that some test suites will run forever. When people go to test the release candidate, we don't want that to happen. Very open to not including it if need be. |
This is a correctness fix so leaving it marked for inclusion in 0.12.1. |
…lete fails
Simillar to #1998,
tableLevelMutexshould also be in the finally block ofcleanupMetadataAndUnlock()so that it must be unlocked.