veghlaci05 opened a new pull request #3080: URL: https://github.com/apache/hive/pull/3080
### What changes were proposed in this pull request? This PR fixes the isse that if the the delayed cleaner start is enabled, the compaction requests with null CQ_COMMIT_TIME (this can happen if the compaction worker runs on an older version of hive) are never picked up by the cleaner. ### Why are the changes needed? This issue can cause that the compaction requests are stuck in 'ready for cleaning' state and accumulating. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Through unit and integration 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]
