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 5291221 KUDU-3154: add policy to Ranger before authorizing
new a600f38 KUDU-636. Use Arena for EncodedKeys
new e55ee9d [master] cache for table locations
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/cfile/cfile-test.cc | 24 +-
src/kudu/client/scan_configuration.cc | 11 +-
src/kudu/client/write_op.cc | 12 -
src/kudu/client/write_op.h | 7 -
src/kudu/common/encoded_key-test.cc | 67 ++-
src/kudu/common/encoded_key.cc | 81 +--
src/kudu/common/encoded_key.h | 75 +--
src/kudu/common/partition_pruner-test.cc | 43 +-
src/kudu/common/scan_spec-test.cc | 96 ++--
src/kudu/common/scan_spec.cc | 13 +-
src/kudu/common/scan_spec.h | 3 -
.../integration-tests/table_locations-itest.cc | 549 ++++++++++++++++++++-
src/kudu/master/CMakeLists.txt | 2 +
src/kudu/master/catalog_manager.cc | 106 +++-
src/kudu/master/catalog_manager.h | 6 +
src/kudu/master/master_service.cc | 36 +-
src/kudu/master/table_locations_cache.cc | 162 ++++++
src/kudu/master/table_locations_cache.h | 162 ++++++
src/kudu/master/table_locations_cache_metrics.cc | 75 +++
.../table_locations_cache_metrics.h} | 8 +-
src/kudu/tablet/all_types-scan-correctness-test.cc | 4 +-
src/kudu/tablet/cfile_set-test.cc | 4 +-
src/kudu/tablet/compaction-test.cc | 6 +-
src/kudu/tablet/diskrowset-test-base.h | 9 +-
src/kudu/tablet/diskrowset-test.cc | 25 +-
src/kudu/tablet/memrowset-test.cc | 9 +-
src/kudu/tablet/row_op.h | 8 +-
src/kudu/tablet/rowset.h | 22 +-
src/kudu/tablet/tablet-decoder-eval-test.cc | 7 +-
src/kudu/tablet/tablet-pushdown-test.cc | 7 +-
src/kudu/tablet/tablet-test.cc | 10 +-
src/kudu/tablet/tablet.cc | 4 +-
src/kudu/tools/tool_action_fs.cc | 2 +-
src/kudu/tserver/scanners.h | 10 -
src/kudu/tserver/tablet_server-test.cc | 8 +-
.../tserver/tablet_server_authorization-test.cc | 6 +-
src/kudu/tserver/tablet_service.cc | 22 +-
37 files changed, 1334 insertions(+), 367 deletions(-)
create mode 100644 src/kudu/master/table_locations_cache.cc
create mode 100644 src/kudu/master/table_locations_cache.h
create mode 100644 src/kudu/master/table_locations_cache_metrics.cc
copy src/kudu/{util/block_cache_metrics.h =>
master/table_locations_cache_metrics.h} (82%)