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 f1a3242 [util] renaming entities in cache-related files
new 2be6869 update outdated comments for Read-your-writes scan
new 39f4637 [util] added cache with FIFO eviction policy
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/block_cache.cc | 14 +++-
src/kudu/client/client.h | 38 +---------
src/kudu/codegen/code_cache.cc | 4 +-
src/kudu/util/cache-bench.cc | 3 +-
src/kudu/util/cache-test.cc | 159 +++++++++++++++++++++++++++++++++++------
src/kudu/util/cache.cc | 108 ++++++++++++++++++++--------
src/kudu/util/cache.h | 53 +++++++++++---
src/kudu/util/file_cache.cc | 2 +-
8 files changed, 276 insertions(+), 105 deletions(-)