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

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

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



##########
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:
       REPL_TXN_TIMEOUT  is the time after 
hive.repl.event.db.listener.timetolive after which replication transactions are 
timed out. So the real timeout is (hive.repl.event.db.listener.timetolive  + 
REPL_TXN_TIMEOUT).




-- 
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: 568842)
    Time Spent: 2h 10m  (was: 2h)

> 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 10m
>  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