Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13188 )
Change subject: KUDU-2605: replace nvml with memkind ...................................................................... KUDU-2605: 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 Reviewed-on: http://gerrit.cloudera.org:8080/13188 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Adar Dembo <[email protected]> --- 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/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 16 files changed, 317 insertions(+), 224 deletions(-) Approvals: Adar Dembo: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I08855c62bc42b9e6f7a4b3bfa27a708ed2c133f5 Gerrit-Change-Number: 13188 Gerrit-PatchSet: 16 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]>
