veghlaci05 opened a new pull request #3127: URL: https://github.com/apache/hive/pull/3127
### What changes were proposed in this pull request? Purge refused compactions from COMPLETED_COMPACTIONS. ### Why are the changes needed? Compactions in states succeeded, failed, and did not initiate have a retention threshold (example: metastore.compactor.history.retention.succeeded) and are purged from COMPLETED_COMPACTIONS if the number of compactions in this state per partition/unpartitioned table passes the threshold. This behaviour should also be applied to compactions in REFUSED 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]
