Alexey Serbin has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/13468 )

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
Reviewed-on: http://gerrit.cloudera.org:8080/13468
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <[email protected]>
---
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(-)

Approvals:
  Kudu Jenkins: Verified
  Adar Dembo: Looks good to me, approved

--
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: merged
Gerrit-Change-Id: Ibafea70676f7be9c086f9f195ab215cfff0719fe
Gerrit-Change-Number: 13468
Gerrit-PatchSet: 4
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to