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/09/17 11:01:50 UTC

[hive] branch master updated (0c3fea9 -> 71583e3)

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 0c3fea9  HIVE-25527 : LLAP Scheduler task exits with fatal error if the executor node is down. (Mahesh Kumar Behera, reviewed by Panos Garefalakis)
     add 71583e3  HIVE-25503: Add cleanup for the duplicate COMPLETED_TXN_COMPONENTS entries (Denys Kuzmenko, reviewed by Peter Vary and Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/lockmgr/TestDbTxnManager2.java  | 41 ++++++++++
 .../hadoop/hive/metastore/DatabaseProduct.java     |  8 +-
 .../hive/metastore/txn/AcidHouseKeeperService.java |  1 +
 .../hive/metastore/txn/CompactionTxnHandler.java   | 95 +++++++++++++++++++++-
 .../apache/hadoop/hive/metastore/txn/TxnStore.java | 18 ++--
 5 files changed, 150 insertions(+), 13 deletions(-)