[ https://issues.apache.org/jira/browse/HIVE-24909?focusedWorklogId=577764&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-577764 ]
ASF GitHub Bot logged work on HIVE-24909: ----------------------------------------- Author: ASF GitHub Bot Created on: 06/Apr/21 17:19 Start Date: 06/Apr/21 17:19 Worklog Time Spent: 10m Work Description: pkumarsinha commented on a change in pull request #2101: URL: https://github.com/apache/hive/pull/2101#discussion_r608039679 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/lockmgr/DbTxnManager.java ########## @@ -227,6 +228,12 @@ public long openTxn(Context ctx, String user, TxnType txnType) throws LockExcept return openTxn(ctx, user, txnType, 0); } + @Override + public long openTxn(Context ctx, String user, TxnType txnType, String dbUnderReplication) throws LockException { Review comment: We can have two paths - one for repl created one for hive repl txn using same interface and they can differ in the payload(txnType/replPolicy/srcTxnIds. In current form it would be confusing that which call is supposed to be used in repl and which is not. -- 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: 577764) Time Spent: 2h 50m (was: 2h 40m) > Skip the repl events from getting logged in notification log > ------------------------------------------------------------ > > Key: HIVE-24909 > URL: https://issues.apache.org/jira/browse/HIVE-24909 > Project: Hive > Issue Type: Bug > Reporter: Haymant Mangla > Assignee: Haymant Mangla > Priority: Major > Labels: pull-request-available > Time Spent: 2h 50m > Remaining Estimate: 0h > > Currently REPL dump events are logged and replicated as a part of replication > policy. Whenever one replication cycle completed, we always have one > transaction left open on the target corresponding to repl dump operation. > This will never be caught up without manually dealing with the transaction on > target cluster. -- This message was sent by Atlassian Jira (v8.3.4#803005)