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

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


    from b003609  [server] add 'uptime' metric for server
     new a052549  KUDU-2612: allow participant ops to detect idempotent calls
     new 7ecc6c7  [thirdparty] Upgrade Ranger to 2.1.0
     new 808881e  [thirdparty] Upgrade Hive to 3.1.2

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../integration-tests/txn_participant-itest.cc     |  79 +--
 src/kudu/tablet/ops/participant_op.cc              |  11 +-
 src/kudu/tablet/ops/write_op.cc                    |   4 +-
 src/kudu/tablet/ops/write_op.h                     |   5 +-
 src/kudu/tablet/tablet_metadata.cc                 |  20 +-
 src/kudu/tablet/tablet_metadata.h                  |   6 +-
 src/kudu/tablet/txn_participant-test.cc            |  50 +-
 src/kudu/tablet/txn_participant.cc                 |  30 +-
 src/kudu/tablet/txn_participant.h                  | 142 +++--
 src/kudu/tserver/tserver.proto                     |   3 +
 thirdparty/download-thirdparty.sh                  |   1 -
 thirdparty/patches/ranger-python3.patch            | 667 ---------------------
 thirdparty/vars.sh                                 |   7 +-
 13 files changed, 221 insertions(+), 804 deletions(-)
 delete mode 100644 thirdparty/patches/ranger-python3.patch

Reply via email to