[ https://issues.apache.org/jira/browse/HIVE-24329?focusedWorklogId=510287&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-510287 ]
ASF GitHub Bot logged work on HIVE-24329: ----------------------------------------- Author: ASF GitHub Bot Created on: 11/Nov/20 15:10 Start Date: 11/Nov/20 15:10 Worklog Time Spent: 10m Work Description: deniskuzZ commented on a change in pull request #1647: URL: https://github.com/apache/hive/pull/1647#discussion_r521424854 ########## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java ########## @@ -8373,6 +8374,11 @@ public void commit_txn(CommitTxnRequest rqst) throws TException { if (listeners != null && !listeners.isEmpty()) { MetaStoreListenerNotifier.notifyEvent(listeners, EventType.COMMIT_TXN, new CommitTxnEvent(rqst.getTxnid(), this)); + CompactionInfo compactionInfo = getTxnHandler().getCompactionByTxnId(rqst.getTxnid()); Review comment: I think this overlap with code in CompactionTxnHandler ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 510287) Time Spent: 1h 40m (was: 1.5h) > Add HMS notification for compaction commit > ------------------------------------------ > > Key: HIVE-24329 > URL: https://issues.apache.org/jira/browse/HIVE-24329 > Project: Hive > Issue Type: New Feature > Reporter: Peter Varga > Assignee: Peter Varga > Priority: Major > Labels: pull-request-available > Time Spent: 1h 40m > Remaining Estimate: 0h > > This could be used by file metadata caches, to invalidate the cache content -- This message was sent by Atlassian Jira (v8.3.4#803005)