This is an automated email from the ASF dual-hosted git repository.
alexey pushed a commit to branch branch-1.11.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
commit bc7b81330405d077ebc268fe6c4f7eed478b7d1b
Author: Adar Dembo <adar@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/14679
Reviewed-by: Andrew Wong <awong@cloudera.com>
Tested-by: Kudu Jenkins
---
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 4a54472..2bb3672 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -36,7 +36,7 @@ issue in Kudu 1.11.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
|