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 22:40:31 UTC

[kudu] branch branch-1.10.x updated: [docs] add release notes for 1.10.1

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


The following commit(s) were added to refs/heads/branch-1.10.x by this push:
     new 95940a1  [docs] add release notes for 1.10.1
95940a1 is described below

commit 95940a1ae5cc527b87e58ba5fa0437b9b5bd440d
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Thu Nov 7 22:49:30 2019 +0100

    [docs] add release notes for 1.10.1
    
    Change-Id: If6c1759e795a8a32a452f72fad3f3862311b33f4
    Reviewed-on: http://gerrit.cloudera.org:8080/14659
    Tested-by: Kudu Jenkins
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
    Reviewed-by: Hao Hao <ha...@cloudera.com>
---
 docs/release_notes.adoc | 38 +++++++++++++++++++++++++++++---------
 1 file changed, 29 insertions(+), 9 deletions(-)

diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 3adf489..b5057a8 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -16,7 +16,7 @@
 // under the License.
 
 [[release_notes]]
-= Apache Kudu 1.10.0 Release Notes
+= Apache Kudu 1.10.1 Release Notes
 
 :author: Kudu Team
 :imagesdir: ./images
@@ -28,6 +28,34 @@
 :sectlinks:
 :experimental:
 
+[[rn_1.10.1]]
+Apache Kudu 1.10.1 is a bug-fix release which fixes one critical licensing
+issue in Kudu 1.10.0.
+
+[[rn_1.10.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.10.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.10.0]]
+= Apache Kudu 1.10.0 Release Notes
+
 [[rn_1.10.0_upgrade_notes]]
 == Upgrade Notes
 
@@ -35,14 +63,6 @@
   7 days to better support touchless incremental backups
   (see link:https://issues.apache.org/jira/browse/KUDU-2677[KUDU-2677]).
 
-[[rn_1.10.0_obsoletions]]
-== Obsoletions
-
-
-[[rn_1.10.0_deprecations]]
-== Deprecations
-
-
 [[rn_1.10.0_new_features]]
 == New features