veghlaci05 opened a new pull request, #3916: URL: https://github.com/apache/hive/pull/3916
### What changes were proposed in this pull request? Compactor threads are no longer daemon threads allowing them to shutdown gracefully, and close/cleanup all related resources ### Why are the changes needed? Daemon threads are terminated abruptly without executing the code in catch/finally blocks. As a result compactor threads may leave the metastore in an inconsistent state. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manually and through unit tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
