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

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

                Author: ASF GitHub Bot
            Created on: 22/Apr/21 15:46
            Start Date: 22/Apr/21 15:46
    Worklog Time Spent: 10m 
      Work Description: klcopp commented on a change in pull request #2195:
URL: https://github.com/apache/hive/pull/2195#discussion_r618515655



##########
File path: 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/MetricsConstants.java
##########
@@ -61,6 +63,8 @@
   public static final String JVM_EXTRA_SLEEP = "jvm.pause.extraSleepTime";
 
   public static final String NUM_OPEN_TXNS = "num_open_transactions";

Review comment:
       +1 for leaving this here, TxnHandler uses this for its own calculations 
and I didn't want our changes to bother it:)




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

> Divide oldest_open_txn into oldest replication and non-replication 
> transactions
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-25021
>                 URL: https://issues.apache.org/jira/browse/HIVE-25021
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Antal Sinkovits
>            Assignee: Antal Sinkovits
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> We should have different metrics (age and txn id) for 
> oldest replication txn (TXN_TYPE==1)
> oldest non-replication txn (TXN_TYPE!=1)
> so recommendations can be tailored to the different cases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to