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

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

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



##########
File path: ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager.java
##########
@@ -486,6 +505,8 @@ public void setUp() throws Exception {
     conf.setTimeVar(HiveConf.ConfVars.HIVE_TIMEDOUT_TXN_REAPER_START, 0, 
TimeUnit.SECONDS);
     conf.setTimeVar(HiveConf.ConfVars.HIVE_TXN_TIMEOUT, 10, TimeUnit.SECONDS);
     houseKeeperService = new AcidHouseKeeperService();
+    MetastoreConf.setTimeVar(conf, MetastoreConf.ConfVars.REPL_TXN_TIMEOUT, 1, 
TimeUnit.MINUTES);

Review comment:
       Do we need the test time interval to be a min? Or it can be lesser.




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

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