laszlocsabapinter opened a new pull request #2915: URL: https://github.com/apache/hive/pull/2915
### What changes were proposed in this pull request? Move delta metric collection from Tez side to compaction side. All delta file metrics are collected during initiator, worker and cleaner phase. ### Why are the changes needed? Metrics are collected only when a Tez query runs a table (select * and select count( * ) don't update the metrics) Metrics aren't updated after compaction or cleaning after compaction, so users will probably see "issues" with compaction (like many active or obsolete or small deltas) that don't exist. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manual test, unit test -- 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]
