You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kl...@apache.org on 2021/07/28 08:59:58 UTC

[hive] branch master updated (69c97c2 -> ce62aeb)

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

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


    from 69c97c2  HIVE-25370: Improve SharedWorkOptimizer performance (#2536) (Zoltan Haindrich reviewed by Krisztian Kasa)
     add ce62aeb  HIVE-25390: Metrics compaction_failed_initiator_ratio and compaction_failed_cleaner_ratio should be counters (Karen Coppage, reviewed by Laszlo Pinter)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/txn/compactor/Cleaner.java      | 12 +++----
 .../hadoop/hive/ql/txn/compactor/Initiator.java    | 10 ++----
 .../ql/txn/compactor/TestCompactionMetrics.java    | 39 ++++++++--------------
 .../hadoop/hive/metastore/metrics/Metrics.java     | 30 -----------------
 .../hive/metastore/metrics/MetricsConstants.java   |  4 +--
 5 files changed, 22 insertions(+), 73 deletions(-)