[
https://issues.apache.org/jira/browse/HIVE-26443?focusedWorklogId=802053&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-802053
]
ASF GitHub Bot logged work on HIVE-26443:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Aug/22 15:27
Start Date: 19/Aug/22 15:27
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #3513:
URL: https://github.com/apache/hive/pull/3513#discussion_r950314461
##########
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:
why it's deprecated?
Issue Time Tracking
-------------------
Worklog Id: (was: 802053)
Time Spent: 3h 40m (was: 3.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: 3h 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)