[ https://issues.apache.org/jira/browse/HIVE-24881?focusedWorklogId=568841&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-568841 ]
ASF GitHub Bot logged work on HIVE-24881: ----------------------------------------- Author: ASF GitHub Bot Created on: 19/Mar/21 09:08 Start Date: 19/Mar/21 09:08 Worklog Time Spent: 10m Work Description: klcopp commented on a change in pull request #2068: URL: https://github.com/apache/hive/pull/2068#discussion_r597512018 ########## File path: standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java ########## @@ -1031,6 +1031,9 @@ public static ConfVars getMetaConf(String name) { REPL_METRICS_MAX_AGE("metastore.repl.metrics.max.age", "hive.metastore.repl.metrics.max.age", 7, TimeUnit.DAYS, "Maximal age of a replication metrics entry before it is removed."), + REPL_TXN_TIMEOUT("metastore.repl.txn.timeout", "hive.repl.txn.timeout", 1, TimeUnit.DAYS, Review comment: Thanks for taking a look! What default value do you suggest? -- 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: 568841) Time Spent: 2h (was: 1h 50m) > Abort old open replication txns > ------------------------------- > > Key: HIVE-24881 > URL: https://issues.apache.org/jira/browse/HIVE-24881 > Project: Hive > Issue Type: Bug > Reporter: Karen Coppage > Assignee: Karen Coppage > Priority: Major > Labels: pull-request-available > Time Spent: 2h > Remaining Estimate: 0h > > We should auto-abort/remove open replication txns that are older than a time > threshold (default: 24h). -- This message was sent by Atlassian Jira (v8.3.4#803005)