[ 
https://issues.apache.org/jira/browse/HIVE-24881?focusedWorklogId=568774&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-568774
 ]

ASF GitHub Bot logged work on HIVE-24881:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Mar/21 04:22
            Start Date: 19/Mar/21 04:22
    Worklog Time Spent: 10m 
      Work Description: aasha commented on a change in pull request #2068:
URL: https://github.com/apache/hive/pull/2068#discussion_r597397758



##########
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:
       The default value of this should be a very high value.




-- 
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: 568774)
    Time Spent: 1h 50m  (was: 1h 40m)

> 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: 1h 50m
>  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)

Reply via email to