[
https://issues.apache.org/jira/browse/HIVE-26443?focusedWorklogId=802430&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-802430
]
ASF GitHub Bot logged work on HIVE-26443:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Aug/22 10:18
Start Date: 22/Aug/22 10:18
Worklog Time Spent: 10m
Work Description: veghlaci05 commented on code in PR #3513:
URL: https://github.com/apache/hive/pull/3513#discussion_r951263511
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java:
##########
@@ -3783,9 +3785,10 @@ public boolean submitForCleanup(CompactionRequest rqst,
long highestWriteId, lon
buf.append("\"CQ_PARTITION\", ");
params.add(partName);
}
- buf.append("\"CQ_STATE\", \"CQ_TYPE\"");
+ buf.append("\"CQ_STATE\", \"CQ_TYPE\", \"CQ_POOL_NAME\"");
Review Comment:
You are right, this method creates the entries with `READY_FOR_CLEANING`
status. If there's no use case where these requests are somehow picked up by
the Worker, this change can be reverted.
Issue Time Tracking
-------------------
Worklog Id: (was: 802430)
Time Spent: 5h 50m (was: 5h 40m)
> 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 50m
> Remaining Estimate: 0h
>
> The details can be found in the attached design doc.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)