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

[hive] branch master updated (2022e24 -> c26c37c)

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

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


    from 2022e24  HIVE-25307: Hive Server 2 crashes when Thrift library encounters particular security protocol issue (Matt Mccline, reviewed by Sankar Hariappan)
     add c26c37c  HIVE-24918: Handle failover case during repl dump. (Haymant Mangla, reviewed by Pravin Kumar Sinha)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   3 +
 .../parse/TestReplicationScenariosAcidTables.java  | 233 +++++++++++++++++++++
 .../apache/hadoop/hive/ql/exec/repl/ReplAck.java   |   3 +-
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java     | 203 ++++++++++++++----
 .../hadoop/hive/ql/exec/repl/ReplDumpWork.java     |  37 +++-
 .../hadoop/hive/ql/exec/repl/util/ReplUtils.java   |  16 --
 .../hive/ql/parse/repl/load/FailoverMetaData.java  | 206 ++++++++++++++++++
 .../repl/metric/ReplicationMetricCollector.java    |  21 ++
 .../hive/ql/parse/repl/metric/event/Metadata.java  |  21 ++
 .../hive/ql/parse/repl/metric/event/Status.java    |   4 +-
 .../metric/TestReplicationMetricCollector.java     |  43 ++++
 .../repl/metric/TestReplicationMetricSink.java     |  66 ++++++
 12 files changed, 798 insertions(+), 58 deletions(-)
 create mode 100644 ql/src/java/org/apache/hadoop/hive/ql/parse/repl/load/FailoverMetaData.java