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

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


    from 43905d8  [security] avoid allocating string in SimpleAcl::UserAllowed()
     new f4b6d89  KUDU-3197 [tserver] optimal Schema's memory used, using 
std::shared_ptr
     new 1750aed  [thirdparty] build curl without brotli

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-test.cc                     | 10 ++---
 src/kudu/common/schema.h                           |  1 +
 src/kudu/integration-tests/linked_list-test-util.h |  2 +-
 src/kudu/master/sys_catalog.cc                     |  5 ++-
 src/kudu/tablet/all_types-scan-correctness-test.cc |  2 +-
 src/kudu/tablet/cfile_set.cc                       |  4 +-
 src/kudu/tablet/cfile_set.h                        |  2 +-
 src/kudu/tablet/diff_scan-test.cc                  |  6 +--
 src/kudu/tablet/diskrowset.cc                      |  8 ++--
 src/kudu/tablet/mt-tablet-test.cc                  |  2 +-
 src/kudu/tablet/ops/alter_schema_op.cc             | 10 ++---
 src/kudu/tablet/ops/alter_schema_op.h              |  8 ++--
 src/kudu/tablet/ops/op.h                           |  4 +-
 src/kudu/tablet/ops/write_op.h                     |  7 ++-
 src/kudu/tablet/rowset_metadata.h                  |  2 +-
 src/kudu/tablet/tablet-schema-test.cc              | 10 ++---
 src/kudu/tablet/tablet-test-util.h                 |  3 +-
 src/kudu/tablet/tablet.cc                          | 47 +++++++++++---------
 src/kudu/tablet/tablet.h                           |  6 +--
 src/kudu/tablet/tablet_bootstrap.cc                |  8 ++--
 src/kudu/tablet/tablet_metadata.cc                 | 51 +++++++++++-----------
 src/kudu/tablet/tablet_metadata.h                  | 29 +++++-------
 src/kudu/tablet/tablet_replica-test.cc             | 10 ++---
 src/kudu/tools/kudu-tool-test.cc                   |  8 ++--
 src/kudu/tools/tool_action_fs.cc                   |  8 ++--
 src/kudu/tools/tool_action_local_replica.cc        | 15 ++++---
 src/kudu/tserver/scanners.cc                       |  5 ++-
 src/kudu/tserver/tablet_server-test.cc             |  2 +-
 src/kudu/tserver/tablet_service.cc                 | 23 ++++++----
 src/kudu/tserver/tserver_path_handlers.cc          | 12 ++---
 thirdparty/build-definitions.sh                    |  1 +
 31 files changed, 162 insertions(+), 149 deletions(-)

Reply via email to