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/05 17:11:00 UTC

[jira] [Work logged] (HIVE-24586) Rename compaction "attempted" status

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

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

                Author: ASF GitHub Bot
            Created on: 05/Jan/21 17:10
            Start Date: 05/Jan/21 17:10
    Worklog Time Spent: 10m 
      Work Description: klcopp opened a new pull request #1831:
URL: https://github.com/apache/hive/pull/1831


   ### What changes were proposed in this pull request?
   Rename compaction 'attempted' status to 'did not initiate'
   
   
   ### Why are the changes needed?
   See HIVE-24587.
   
   ### Does this PR introduce _any_ user-facing change?
   Show compactions and sys.COMPACTIONS tables will list "attempted" status as "did not initiate" now.
   
   ### How was this patch tested?
   Unit test for case of initiator failure.
   


----------------------------------------------------------------
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: 531347)
    Remaining Estimate: 0h
            Time Spent: 10m

> Rename compaction "attempted" status
> ------------------------------------
>
>                 Key: HIVE-24586
>                 URL: https://issues.apache.org/jira/browse/HIVE-24586
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Karen Coppage
>            Assignee: Karen Coppage
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> A compaction with "attempted" status sounds like compactor tried to compact the table/partition and failed. In reality it means one of these:
>  * the Initiator did not queue compaction because the number of previously failed compactions has passed a threshold
>  * the Initiator did not queue compaction because of an error
> In both these cases the user is still able initiate compaction manually. This should be made clearer.



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