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

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

                Author: ASF GitHub Bot
            Created on: 22/Aug/22 10:13
            Start Date: 22/Aug/22 10:13
    Worklog Time Spent: 10m 
      Work Description: veghlaci05 commented on code in PR #3513:
URL: https://github.com/apache/hive/pull/3513#discussion_r951259129


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java:
##########
@@ -3711,6 +3711,8 @@ public CompactionResponse compact(CompactionRequest rqst) 
throws MetaException {
             buf.append(thriftCompactionType2DbType(rqst.getType()));
             buf.append("',");
             buf.append(getEpochFn(dbProduct));
+            buf.append(", ?");
+            params.add(rqst.getPoolName());

Review Comment:
   According to the tests in 
`org.apache.hadoop.hive.ql.txn.compactor.TestCompactionPools` yes.





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

    Worklog Id:     (was: 802426)
    Time Spent: 5h 40m  (was: 5.5h)

> Add priority queueing to compaction
> -----------------------------------
>
>                 Key: HIVE-26443
>                 URL: https://issues.apache.org/jira/browse/HIVE-26443
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: László Végh
>            Assignee: László Végh
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: Pool based compaction queues.docx
>
>          Time Spent: 5h 40m
>  Remaining Estimate: 0h
>
> The details can be found in the attached design doc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to