[ https://issues.apache.org/jira/browse/HIVE-26280?focusedWorklogId=779880&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-779880 ]
ASF GitHub Bot logged work on HIVE-26280: ----------------------------------------- Author: ASF GitHub Bot Created on: 09/Jun/22 11:11 Start Date: 09/Jun/22 11:11 Worklog Time Spent: 10m Work Description: deniskuzZ commented on code in PR #3340: URL: https://github.com/apache/hive/pull/3340#discussion_r893373277 ########## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/CompactionInfo.java: ########## @@ -59,6 +59,9 @@ public class CompactionInfo implements Comparable<CompactionInfo> { public boolean tooManyAborts = false; public boolean hasOldAbort = false; public long retryRetention = 0; + public long nextTxnId = 0; Review Comment: this is needed for `show compactions`, right? Issue Time Tracking ------------------- Worklog Id: (was: 779880) Time Spent: 20m (was: 10m) > Copy more data into COMPLETED_COMPACTIONS for better supportability > ------------------------------------------------------------------- > > Key: HIVE-26280 > URL: https://issues.apache.org/jira/browse/HIVE-26280 > Project: Hive > Issue Type: Improvement > Components: Transactions > Reporter: Karen Coppage > Assignee: Karen Coppage > Priority: Minor > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > There is some information in COMPACTION_QUEUE that doesn't get copied over to > COMPLETED_COMPACTIONS when compaction completes. It would help with > supportability if COMPLETED_COMPACTIONS (and especially the view of it in the > SYS database) also contained this information. -- This message was sent by Atlassian Jira (v8.20.7#820007)