You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2017/04/13 05:01:15 UTC

[2/2] kudu git commit: Release notes for 1.3.1

Release notes for 1.3.1

I chose not to move 1.3.0 release notes to "prior version" since the
release notes for the dot-release are small.

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


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

Branch: refs/heads/branch-1.3.x
Commit: afc0f479ba6e04ec84c3c10c55be940c0784c8e1
Parents: 696e8f8
Author: Todd Lipcon <to...@apache.org>
Authored: Wed Apr 12 19:21:19 2017 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Thu Apr 13 04:59:37 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/kudu/blob/afc0f479/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index bba1c4f..e9a520b 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -16,7 +16,7 @@
 // under the License.
 
 [[release_notes]]
-= Apache Kudu 1.3.0 Release Notes
+= Apache Kudu 1.3.1 Release Notes
 
 :author: Kudu Team
 :imagesdir: ./images
@@ -28,6 +28,35 @@
 :sectlinks:
 :experimental:
 
+[[rn_1.3.1]]
+Apache Kudu 1.3.1 is a bug-fix release which fixes critical issues in Kudu 1.3.0.
+
+* link:https://issues.apache.org/jira/browse/KUDU-1962[KUDU-1962]
+  Fixed a NullPointerException in the Java client in the case that the Kudu master
+  is overloaded at the time the client requests location information. This could
+  cause client applications to hang indefinitely regardless of configured timeouts.
+
+* link:https://issues.apache.org/jira/browse/KUDU-1963[KUDU-1963]
+  Fixed cases in which the Java client could log NullPointerException or
+  SSLException stack traces in the case that it was closed while in the process
+  of connecting to a server.
+
+* link:https://issues.apache.org/jira/browse/KUDU-1607[KUDU-1607]
+  Fixed a case in which a tablet replica on a tablet server could retain blocks
+  of data which prevented it from being fully deleted.
+
+* link:https://issues.apache.org/jira/browse/KUDU-1933[KUDU-1933]
+  Fixed an issue in which a tablet server would crash and fail to restart after
+  a single tablet received more than two billion write operations. Upgrading to
+  Kudu 1.3.1 or later will allow a server which previously experienced this
+  issue to restart.
+
+* link:https://issues.apache.org/jira/browse/KUDU-1968[KUDU-1968]
+  Fixed an issue in which the tablet server would delete an incorrect set of
+  data blocks after an aborted attempt to copy a tablet from another server.
+  This would produce data loss in unrelated tablets.
+
+= Apache Kudu 1.3.0 Release Notes
 [[rn_1.3.0]]
 
 [[rn_1.3.0_new_features]]
@@ -126,6 +155,8 @@ These new defaults match the default behavior of other storage mechanisms such a
   Fixed an issue where disk space could be leaked on servers which experienced an error
   during the process of copying tablet data from another server.
 
+NOTE: The fix for KUDU-1853 resulted in a regression and was reverted in Kudu 1.3.1.
+
 * link:https://issues.apache.org/jira/browse/KUDU-1856[KUDU-1856]
   Fixed an issue in which disk space could be leaked by Kudu servers storing data on
   partitions using the XFS file system. Any leaked disk space will be automatically