You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Laszlo Pinter (Jira)" <ji...@apache.org> on 2019/11/28 13:42:00 UTC

[jira] [Updated] (HIVE-22554) ACID: Wait timeout for blocking compaction should be configurable

     [ https://issues.apache.org/jira/browse/HIVE-22554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Pinter updated HIVE-22554:
---------------------------------
    Status: Patch Available  (was: Open)

> ACID: Wait timeout for blocking compaction should be configurable
> -----------------------------------------------------------------
>
>                 Key: HIVE-22554
>                 URL: https://issues.apache.org/jira/browse/HIVE-22554
>             Project: Hive
>          Issue Type: Task
>          Components: Hive
>            Reporter: Laszlo Pinter
>            Assignee: Laszlo Pinter
>            Priority: Minor
>         Attachments: HIVE-22554.01.patch
>
>
> The wait timeout for blocking compaction is hardcoded to 5 minutes. 
> {code:java}
> public class AlterTableCompactOperation extends DDLOperation<AlterTableCompactDesc> {
>   private static final int FIVE_MINUTES_IN_MILLIES = 5*60*1000;
> ...
> }{code}
> This should be configurable via a Hive Configuration parameter. 



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