[
https://issues.apache.org/jira/browse/HIVE-26443?focusedWorklogId=802494&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-802494
]
ASF GitHub Bot logged work on HIVE-26443:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Aug/22 14:47
Start Date: 22/Aug/22 14:47
Worklog Time Spent: 10m
Work Description: veghlaci05 commented on code in PR #3513:
URL: https://github.com/apache/hive/pull/3513#discussion_r951533741
##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Initiator.java:
##########
@@ -171,6 +176,7 @@ public void run() {
for (CompactionInfo ci : potentials) {
try {
+ Database d = resolveDatabaseAndCache(ci);
Review Comment:
Only the pool can be set on DB level. The code is not looking for any other
properties, like `no_auto_compaction`. The DB level pool assignment was a
specific requirement from Janos, to make it easier to assign a whole DB to some
dedicated pool.
Issue Time Tracking
-------------------
Worklog Id: (was: 802494)
Time Spent: 6h 10m (was: 6h)
> 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: 6h 10m
> Remaining Estimate: 0h
>
> The details can be found in the attached design doc.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)