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 0a8bdd4 [util] interface to invalidate cache entries
new 806d7ba [TTL cache] add periodic scrubbing thread
new 754de05 [authz] add scrubbing task for the privileges cache
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/master/sentry_privileges_fetcher.cc | 31 ++++-
src/kudu/util/cache.h | 4 +-
src/kudu/util/ttl_cache-test.cc | 183 ++++++++++++++++++++++++++-
src/kudu/util/ttl_cache.h | 102 ++++++++++++++-
4 files changed, 304 insertions(+), 16 deletions(-)