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 2020/08/13 11:59:46 UTC

[hive] branch master updated (3808f1d -> d2cfbc0)

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 3808f1d  HIVE-23993:Handle irrecoverable errors (Aasha Medhi, reviewed by Pravin Kumar Sinha)
     add d2cfbc0  HIVE-24024: Improve logging around CompactionTxnHandler (Karen Coppage, reviewed by Laszlo Pinter)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/txn/compactor/Cleaner.java      |  6 ++
 .../hadoop/hive/ql/txn/compactor/CompactorMR.java  | 18 +++---
 .../hadoop/hive/ql/txn/compactor/Initiator.java    | 34 ++++++----
 .../hadoop/hive/ql/txn/compactor/Worker.java       |  9 ++-
 .../hive/metastore/txn/CompactionTxnHandler.java   | 72 ++++++++++++++++------
 5 files changed, 95 insertions(+), 44 deletions(-)