Hello Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/13468
to look at the new patch set (#3).
Change subject: [util] extract libnvm_cache from libkudu_util
......................................................................
[util] extract libnvm_cache from libkudu_util
This patch extracts NVM/memkind-specific code from libkudu_util into
its own separate library: libnvm_cache. The motivation for this
change is to avoid linking NVM-backed LRU/FIFO cache code and libmemkind
into libraries and binaries which do not use that functionality,
but use DRAM-backed LRU/FIFO cache only.
A few follow-up changelists depend on this patch to introduce TTL cache
into DnsResolver.
Change-Id: Ibafea70676f7be9c086f9f195ab215cfff0719fe
---
M src/kudu/cfile/CMakeLists.txt
M src/kudu/util/CMakeLists.txt
M src/kudu/util/cache.cc
M src/kudu/util/cache.h
M src/kudu/util/nvm_cache.cc
M src/kudu/util/nvm_cache.h
6 files changed, 48 insertions(+), 43 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/68/13468/3
--
To view, visit http://gerrit.cloudera.org:8080/13468
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibafea70676f7be9c086f9f195ab215cfff0719fe
Gerrit-Change-Number: 13468
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)