Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/13468


Change subject: [util] extract libkudu_nvm_cache from libkudu_util
......................................................................

[util] extract libkudu_nvm_cache from libkudu_util

This patch extracts NVM/memkind-specific code from libkudu_util into
its own separate library: libkudu_nvm_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.

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/1
--
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: newchange
Gerrit-Change-Id: Ibafea70676f7be9c086f9f195ab215cfff0719fe
Gerrit-Change-Number: 13468
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to