You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/07 11:35:01 UTC

[jira] [Work logged] (HIVE-24602) Retry compaction after configured time

     [ https://issues.apache.org/jira/browse/HIVE-24602?focusedWorklogId=532410&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-532410 ]

ASF GitHub Bot logged work on HIVE-24602:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jan/21 11:34
            Start Date: 07/Jan/21 11:34
    Worklog Time Spent: 10m 
      Work Description: pvargacl opened a new pull request #1839:
URL: https://github.com/apache/hive/pull/1839


   
   ### What changes were proposed in this pull request?
   Automatic compaction initiation stops if compaction fails for a given partition two consecutive time. The Initiator should retry after some time elapses.
   
   
   ### Why are the changes needed?
   Compaction not running for a table / partition can have serious performance impact
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   
   ### How was this patch tested?
   Added unittest.
   


----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 532410)
    Remaining Estimate: 0h
            Time Spent: 10m

> Retry compaction after configured time
> --------------------------------------
>
>                 Key: HIVE-24602
>                 URL: https://issues.apache.org/jira/browse/HIVE-24602
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Peter Varga
>            Assignee: Peter Varga
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently if compaction fails two consecutive times it will stop compaction forever for the given partition / table unless someone manually intervenes. See COMPACTOR_INITIATOR_FAILED_THRESHOLD.
> The Initiator should retry again after a configurable amount of time.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)