You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by gr...@apache.org on 2018/05/02 21:12:22 UTC

[2/3] kudu git commit: Release notes for 1.7.1

Release notes for 1.7.1

Change-Id: I4415544947904665f7ccd9698468d1b28af70d0d
Reviewed-on: http://gerrit.cloudera.org:8080/10282
Reviewed-by: Alexey Serbin <as...@cloudera.com>
Tested-by: Kudu Jenkins


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/47fec6ca
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/47fec6ca
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/47fec6ca

Branch: refs/heads/branch-1.7.x
Commit: 47fec6cab4049513fc3ab70ecdc6012e64f5d0cf
Parents: e495478
Author: Grant Henke <gr...@apache.org>
Authored: Wed May 2 13:46:26 2018 -0500
Committer: Grant Henke <gr...@apache.org>
Committed: Wed May 2 21:11:13 2018 +0000

----------------------------------------------------------------------
 docs/release_notes.adoc | 39 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 38 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/47fec6ca/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index f31d026..17304e5 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -16,7 +16,7 @@
 // under the License.
 
 [[release_notes]]
-= Apache Kudu 1.7.0 Release Notes
+= Apache Kudu 1.7.1 Release Notes
 
 :author: Kudu Team
 :imagesdir: ./images
@@ -28,6 +28,43 @@
 :sectlinks:
 :experimental:
 
+[[rn_1.7.1_fixed_issues]]
+== Fixed Issues
+
+Apache Kudu 1.7.1 is a bug-fix release which fixes critical issues in Kudu 1.7.0.
+
+* Fixed and issue where a leader replica could report a follower's health status
+  as FAILED instead of FAILED_UNRECOVERABLE. In configurations where the tablet
+  replication factor equals to the total number of tablet servers in the cluster,
+  that lead to situations where the tablet could not be automatically recovered
+  until a new leader was elected or corresponding tablet servers were restarted.
+  (see link:https://issues.apache.org/jira/browse/KUDU-2367[KUDU-2367]).
+
+* Fixed an issue where Kudu would fail to start if RLIMIT_NPROC was set to -1.
+  (see link:https://issues.apache.org/jira/browse/KUDU-2377[KUDU-2377]).
+
+* Fixed an issue where `kudu-spark` was unable to connect to secure clusters.
+  (see link:https://issues.apache.org/jira/browse/KUDU-2379[KUDU-2379]).
+
+* Fixed an issue where the `kudu-python` client would not compile in environments
+  where `__int128` is not supported. This was most commonly el6 environments.
+  (see link:https://issues.apache.org/jira/browse/KUDU-2412[KUDU-2412]).
+
+* Fixed an issue where unaligned loads of `__int128` integers could result
+  in a crash.
+  (see link:https://issues.apache.org/jira/browse/KUDU-2378[KUDU-2378]).
+
+* Fixed a bug in `PartialRow.setMin` that could lead to incorrect partition
+  pruning when a `decimal` column is part of the tables range partition but
+  not a part of the query predicate.
+  (see link:https://issues.apache.org/jira/browse/KUDU-2416[KUDU-2416]).
+
+* Fixed an equality check on `decimal` column predicates that could result
+  in pruning that is too conservative.
+
+[[rn_1.7.0_release_notes]]
+= Apache Kudu 1.7.0 Release Notes
+
 [[rn_1.7.0_upgrade_notes]]
 == Upgrade Notes