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/04 19:49:30 UTC

[kudu] branch master updated: [docs] add info on KUDU-2990 into known issues

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dc32b67  [docs] add info on KUDU-2990 into known issues
dc32b67 is described below

commit dc32b679401d227ed9b95a4ac17d018a3e33e6dd
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Fri Nov 1 16:08:45 2019 -0700

    [docs] add info on KUDU-2990 into known issues
    
    Change-Id: I786c561c6b84c5181b799dca881eab9833383c8d
    Reviewed-on: http://gerrit.cloudera.org:8080/14616
    Tested-by: Alexey Serbin <as...@cloudera.com>
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
---
 docs/known_issues.adoc | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc
index d0151f3..b1b4bd9 100644
--- a/docs/known_issues.adoc
+++ b/docs/known_issues.adoc
@@ -204,3 +204,14 @@ to communicate only the most important known issues.
   tables, the `live_row_count` and `on_disk_size` metrics might produce
   inconsistent readings in some scenarios
   (see link:https://issues.apache.org/jira/browse/KUDU-2986[KUDU-2986]).
+
+* In Kudu 1.10.0 and Kudu 1.11.0, the kudu-binary JAR (targeted for
+  containerized Kudu deployments using mini-cluster) contains libnuma dynamic
+  library. Also, if building Kudu binaries in release mode with default cmake
+  settings, the libnuma library is linked statically with the Kudu binaries
+  (add `-DKUDU_LINK=dynamic` when running cmake to avoid that). The library is
+  licensed under LGPL v.2.1, however the ASF thirdparty license policy
+  explicitly prohibits including such contents into releases: see
+  link:https://www.apache.org/legal/resolved.html#category-x[Category X]. This
+  issue will be addressed ASAP in upcoming patch releases
+  (see link:https://issues.apache.org/jira/browse/KUDU-2990[KUDU-2990]).