Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, Adar Dembo, Grant Henke, Todd
Lipcon,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/13188
to look at the new patch set (#10).
Change subject: replace nvml with memkind
......................................................................
replace nvml with memkind
The current nvm cache based on PMDK, formerly know as NVML. For volatile
memory usage(libvmem), PMDK will not have a long-term maintenance. Since
persistent memory support has been integrated into libmemkind, memkind is
the recommended choice for any new volatile usages, since it combines
support for multiple types of volatile memory into a single, convenient API.
Change-Id: I08855c62bc42b9e6f7a4b3bfa27a708ed2c133f5
---
M CMakeLists.txt
A cmake_modules/FindMemkind.cmake
A cmake_modules/FindNuma.cmake
D cmake_modules/FindPmem.cmake
M src/kudu/cfile/block_cache.cc
M src/kudu/cfile/cfile-test.cc
M src/kudu/client/symbols.map
M src/kudu/util/CMakeLists.txt
M src/kudu/util/cache-test.cc
M src/kudu/util/cache.cc
M src/kudu/util/cache.h
M src/kudu/util/nvm_cache.cc
M thirdparty/LICENSE.txt
M thirdparty/build-definitions.sh
M thirdparty/build-thirdparty.sh
M thirdparty/download-thirdparty.sh
M thirdparty/vars.sh
17 files changed, 320 insertions(+), 224 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/88/13188/10
--
To view, visit http://gerrit.cloudera.org:8080/13188
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I08855c62bc42b9e6f7a4b3bfa27a708ed2c133f5
Gerrit-Change-Number: 13188
Gerrit-PatchSet: 10
Gerrit-Owner: ye yuqiang <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Todd Lipcon <[email protected]>
Gerrit-Reviewer: ye yuqiang <[email protected]>