You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by al...@apache.org on 2019/11/09 07:44:09 UTC

[kudu] 01/02: docs: update memkind dependency to 1.8.0

This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch branch-1.10.x
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 31dcaf1f190e9bd2f2da5d862e1d8bcbef14e629
Author: Adar Dembo <ad...@cloudera.com>
AuthorDate: Fri Nov 8 20:13:27 2019 -0800

    docs: update memkind dependency to 1.8.0
    
    1.6.0 isn't good enough as it lacks the memkind_malloc_usable_size symbol.
    
    Change-Id: Ic9fefddff9d38bad6e9754e5ea28541738943b6a
    Reviewed-on: http://gerrit.cloudera.org:8080/14678
    Tested-by: Kudu Jenkins
    Reviewed-by: Alexey Serbin <as...@cloudera.com>
---
 docs/release_notes.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index b5057a8..df40f98 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -36,7 +36,7 @@ issue in Kudu 1.10.0.
 == Upgrade Notes
 When upgrading from earlier versions of Kudu, if support for Kudu's NVM
 (non-volatile memory) block cache is desired, install the `memkind` library
-of version 1.6.0 or newer as documented in link:installation.html[Kudu
+of version 1.8.0 or newer as documented in link:installation.html[Kudu
 Installation] for corresponding platform. This is a mandatory step for existing
 users of the NVM block cache (i.e. those who set `--block_cache_type=NVM`
 for `kudu-master` and `kudu-tserver`): they must install `memkind`, otherwise