[
https://issues.apache.org/jira/browse/HIVE-26443?focusedWorklogId=802410&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-802410
]
ASF GitHub Bot logged work on HIVE-26443:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Aug/22 09:41
Start Date: 22/Aug/22 09:41
Worklog Time Spent: 10m
Work Description: veghlaci05 commented on code in PR #3513:
URL: https://github.com/apache/hive/pull/3513#discussion_r951228152
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/CompactionTxnHandler.java:
##########
@@ -202,16 +202,18 @@ public Set<CompactionInfo> findPotentialCompactions(int
abortedThreshold,
* This will grab the next compaction request off of
* the queue, and assign it to the worker.
* @param workerId id of the worker calling this, will be recorded in the db
+ * @param poolName id of the worker calling this, will be recorded in the db
* @deprecated Replaced by
* {@link
CompactionTxnHandler#findNextToCompact(org.apache.hadoop.hive.metastore.api.FindNextCompactRequest)}
* @return an info element for next compaction in the queue, or null if
there is no work to do now.
*/
@Deprecated
Review Comment:
It's kept for backward compatibility reasons.
`public CompactionInfo findNextToCompact(FindNextCompactRequest rqst) throws
MetaException`
should be used instead.
Issue Time Tracking
-------------------
Worklog Id: (was: 802410)
Time Spent: 5h (was: 4h 50m)
> 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
> Remaining Estimate: 0h
>
> The details can be found in the attached design doc.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)