[
https://issues.apache.org/jira/browse/HIVE-24980?focusedWorklogId=577631&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-577631
]
ASF GitHub Bot logged work on HIVE-24980:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Apr/21 14:20
Start Date: 06/Apr/21 14:20
Worklog Time Spent: 10m
Work Description: klcopp opened a new pull request #2156:
URL: https://github.com/apache/hive/pull/2156
### What changes were proposed in this pull request?
Clear failed and not initiated compactions from COMPLETED_COMPACTIONS that
are older than a week (configurable) if there already is a newer successful
compaction on the table/partition and either (1) the succeeded compaction is
major or (2) it is minor and the not initiated or failed compaction is also
minor –– so a minor succeeded compaction will not cause the deletion of a major
not initiated or failed compaction from history.
### Why are the changes needed?
Make completed compactions more legible
### Does this PR introduce _any_ user-facing change?
Yes
### How was this patch tested?
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 577631)
Remaining Estimate: 0h
Time Spent: 10m
> Add timeout for failed and "not initiated" compaction cleanup
> -------------------------------------------------------------
>
> Key: HIVE-24980
> URL: https://issues.apache.org/jira/browse/HIVE-24980
> Project: Hive
> Issue Type: Improvement
> Reporter: Karen Coppage
> Assignee: Karen Coppage
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Clear failed and not initiated compactions from COMPLETED_COMPACTIONS that
> are older than a week (configurable) if there already is a newer successful
> compaction on the table/partition and either (1) the succeeded compaction is
> major or (2) it is minor and the not initiated or failed compaction is also
> minor –– so a minor succeeded compaction will not cause the deletion of a
> major not initiated or failed compaction from history.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)