You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dk...@apache.org on 2021/04/14 07:26:45 UTC

[hive] branch master updated (6e56a9c -> 29923da)

This is an automated email from the ASF dual-hosted git repository.

dkuzmenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 6e56a9c  HIVE-24854: Incremental MV refresh in presence of update/delete operations (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)
     add 29923da  HIVE-24985: Create new metrics about the locks (Denys Kuzmenko, reviewed by Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../ql/txn/compactor/TestCompactionMetrics.java    | 52 ++++++++++++----------
 .../hive/metastore/metrics/AcidMetricService.java  | 47 +++++++++----------
 .../hive/metastore/metrics/MetricsConstants.java   | 12 +++--
 .../hadoop/hive/metastore/txn/MetricsInfo.java     | 18 ++++++++
 .../hadoop/hive/metastore/txn/TxnHandler.java      | 11 +++--
 5 files changed, 87 insertions(+), 53 deletions(-)