Joe McDonnell has uploaded a new patch set (#3). ( 
http://gerrit.cloudera.org:8080/15169 )

Change subject: IMPALA-8960 (prep 1): Copy Kudu cache code to be/src/util/cache
......................................................................

IMPALA-8960 (prep 1): Copy Kudu cache code to be/src/util/cache

The data cache uses Kudu's cache code in be/src/kudu/util.
To make it easy to make Impala specific changes (such as
introducing new cache eviction algorithms), this copies the
code into Impala's utilities directory.

To make the review easier, this is a simple copy of the files
with a minimal CMakeLists.txt and RAT changes. This does not link
the resulting library into anything.

A subsequent change will modify the code to be usable by
Impala. To test, I verified that this compiles.

Change-Id: I0e7b8b852b56613803dea125456fa9e8b3736d76
---
A be/src/util/cache/CMakeLists.txt
A be/src/util/cache/cache-bench.cc
A be/src/util/cache/cache-test.cc
A be/src/util/cache/cache.cc
A be/src/util/cache/cache.h
A be/src/util/cache/nvm_cache.cc
A be/src/util/cache/nvm_cache.h
M bin/rat_exclude_files.txt
8 files changed, 2,595 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/69/15169/3
--
To view, visit http://gerrit.cloudera.org:8080/15169
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0e7b8b852b56613803dea125456fa9e8b3736d76
Gerrit-Change-Number: 15169
Gerrit-PatchSet: 3
Gerrit-Owner: Joe McDonnell <joemcdonn...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>

Reply via email to