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

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


    from fe15af8  Enable arenas for RPC request and response
     new 74a58cf  [gutil] fix assignment operator signature in 
DISALLOW_COPY_AND_ASSIGN
     new f0446b7  KUDU-3090: Native owner metadata in Kudu

The 2 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:
 src/kudu/client/client-internal.cc               |   8 +-
 src/kudu/client/client-internal.h                |   2 +
 src/kudu/client/client-test.cc                   |  31 +++++++
 src/kudu/client/client.cc                        |  21 ++++-
 src/kudu/client/client.h                         |  20 +++++
 src/kudu/client/client.proto                     |   2 +
 src/kudu/client/scan_token-internal.cc           |   5 +-
 src/kudu/client/table-internal.cc                |   2 +
 src/kudu/client/table-internal.h                 |   9 +-
 src/kudu/client/table_alterer-internal.cc        |   8 +-
 src/kudu/client/table_alterer-internal.h         |   1 +
 src/kudu/client/table_creator-internal.h         |   2 +
 src/kudu/gutil/macros.h                          |   2 +-
 src/kudu/hms/hms_catalog-test.cc                 |  11 +--
 src/kudu/hms/hms_catalog.cc                      |   5 +-
 src/kudu/hms/hms_catalog.h                       |   3 +-
 src/kudu/integration-tests/hms_itest-base.cc     |  10 +++
 src/kudu/integration-tests/hms_itest-base.h      |   5 ++
 src/kudu/integration-tests/master_hms-itest.cc   |  29 +++++++
 src/kudu/integration-tests/registration-test.cc  |   1 +
 src/kudu/master/catalog_manager.cc               | 101 +++++++++++++++++------
 src/kudu/master/catalog_manager.h                |  12 ++-
 src/kudu/master/hms_notification_log_listener.cc |  23 +++++-
 src/kudu/master/master-test.cc                   |  51 ++++++++----
 src/kudu/master/master.proto                     |  12 ++-
 src/kudu/tools/kudu-tool-test.cc                 |  81 +++++++++++++-----
 src/kudu/tools/tool_action_hms.cc                |  46 +++++++++--
 27 files changed, 411 insertions(+), 92 deletions(-)

Reply via email to