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/08 23:33:54 UTC

[kudu] branch branch-1.11.x updated: [docs] add release notes for 1.11.1

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


The following commit(s) were added to refs/heads/branch-1.11.x by this push:
     new 4ec0061  [docs] add release notes for 1.11.1
4ec0061 is described below

commit 4ec00612a68f08d50de0965f28bb578a1d444d52
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Fri Nov 8 23:05:07 2019 +0100

    [docs] add release notes for 1.11.1
    
    Change-Id: I59baeb2086d46e3a9a86999adfd471e2af0f10da
    Reviewed-on: http://gerrit.cloudera.org:8080/14670
    Tested-by: Alexey Serbin <as...@cloudera.com>
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
---
 docs/release_notes.adoc | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 76cbd7d..4a54472 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -16,7 +16,7 @@
 // under the License.
 
 [[release_notes]]
-= Apache Kudu 1.11.0 Release Notes
+= Apache Kudu 1.11.1 Release Notes
 
 :author: Kudu Team
 :imagesdir: ./images
@@ -28,6 +28,34 @@
 :sectlinks:
 :experimental:
 
+[[rn_1.11.1]]
+Apache Kudu 1.11.1 is a bug-fix release which fixes one critical licensing
+issue in Kudu 1.11.0.
+
+[[rn_1.11.1_upgrade_notes]]
+== 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
+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
+their Kudu processes will crash at startup.
+
+[[rn_1.11.1_fixed_issues]]
+== Fixed Issues
+* Fixed an issue with distributing `libnuma` dynamic library with `kudu-binary`
+  JAR artifact. Also, fixed the issue of statically compiling in `libnuma.a`
+  into `kudu-master` and `kudu-tserver` binaries when building Kudu
+  from source in release mode. The fix removes both `numactl` and `memkind`
+  projects from Kudu's thirdparty dependencies and makes the dependency on the
+  `libmemkind` library optional, opening the library using `dlopen()` and
+  resolving required symbols via `dlsym()`
+  (see link:https://issues.apache.org/jira/browse/KUDU-2990[KUDU-2990]).
+
+[[rn_1.11.0]]
+= Apache Kudu 1.11.0 Release Notes
+
 [[rn_1.11.0_upgrade_notes]]
 == Upgrade Notes