Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13830 )
Change subject: Remove experimental tags from NVM block cache gflags ...................................................................... Remove experimental tags from NVM block cache gflags The block cache has supported non-volatile memory for almost four years now, though one needed to configure some experimental gflags in order to use it. The implementation was recently changed to use the newer memkind library and, in the process, underwent additional testing on NVM hardware. As such, I think it's time to remove the experimental tags to communicate to users that the underlying code is supported upstream. Note: I'm not marking them as 'stable' so that we retain the flexibility to modify the configuration surface itself, if we find we need that. Change-Id: Ie6b58118116ecc11b2eaa5cec4a9e72c29ac27f8 Reviewed-on: http://gerrit.cloudera.org:8080/13830 Reviewed-by: Greg Solovyev <[email protected]> Reviewed-by: Andrew Wong <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/cfile/block_cache.cc M src/kudu/util/nvm_cache.cc 2 files changed, 1 insertion(+), 3 deletions(-) Approvals: Greg Solovyev: Looks good to me, but someone else must approve Andrew Wong: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/13830 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie6b58118116ecc11b2eaa5cec4a9e72c29ac27f8 Gerrit-Change-Number: 13830 Gerrit-PatchSet: 2 Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Greg Solovyev <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: ye yuqiang <[email protected]>
