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 5312dd8 [backup] Support partition alterations between Kudu backups
new 09cb512 [token-test] a small cleanup
new 0a8bdd4 [util] interface to invalidate cache entries
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/security/token-test.cc | 48 ++++++++++----------
src/kudu/util/cache-test.cc | 97 +++++++++++++++++++++++++++++++++++++++++
src/kudu/util/cache.cc | 63 ++++++++++++++++++++++++++
src/kudu/util/cache.h | 94 ++++++++++++++++++++++++++++++++++++++-
src/kudu/util/nvm_cache.cc | 52 +++++++++++++++++++++-
src/kudu/util/ttl_cache-test.cc | 51 ++++++++++++++++++++++
src/kudu/util/ttl_cache.h | 1 +
7 files changed, 377 insertions(+), 29 deletions(-)