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 2020/10/27 11:04:00 UTC

[jira] [Work logged] (HIVE-24314) compactor.Cleaner should not set state "mark cleaned" if it didn't remove any files

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

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

                Author: ASF GitHub Bot
            Created on: 27/Oct/20 11:03
            Start Date: 27/Oct/20 11:03
    Worklog Time Spent: 10m 
      Work Description: klcopp opened a new pull request #1613:
URL: https://github.com/apache/hive/pull/1613


   #57 # What changes were proposed in this pull request?
   If the Cleaner didn't remove any files, don't mark the compaction queue entry as "succeeded" but instead leave it in "ready for cleaning" state for later cleaning. If it removed at least one, then the compaction queue entry as "succeeded". This is a partial fix


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

> compactor.Cleaner should not set state "mark cleaned" if it didn't remove any files
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-24314
>                 URL: https://issues.apache.org/jira/browse/HIVE-24314
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Karen Coppage
>            Assignee: Karen Coppage
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If the Cleaner didn't remove any files, don't mark the compaction queue entry as "succeeded" but instead leave it in "ready for cleaning" state for later cleaning. If it removed at least one file, then the compaction queue entry as "succeeded". This is a partial fix, HIVE-24291 is the complete fix.



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