Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B5AF1200C5B for ; Thu, 13 Apr 2017 07:01:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B4616160BA9; Thu, 13 Apr 2017 05:01:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0FF02160BA8 for ; Thu, 13 Apr 2017 07:01:14 +0200 (CEST) Received: (qmail 84108 invoked by uid 500); 13 Apr 2017 05:01:14 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 84095 invoked by uid 99); 13 Apr 2017 05:01:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2017 05:01:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 09A18E9622; Thu, 13 Apr 2017 05:01:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: todd@apache.org To: commits@kudu.apache.org Date: Thu, 13 Apr 2017 05:01:15 -0000 Message-Id: <047fbe3aa9304b0980474a2dea13251a@git.apache.org> In-Reply-To: <0d91a4e5c4c1477585bba00e43f77377@git.apache.org> References: <0d91a4e5c4c1477585bba00e43f77377@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] kudu git commit: Release notes for 1.3.1 archived-at: Thu, 13 Apr 2017 05:01:15 -0000 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 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 Authored: Wed Apr 12 19:21:19 2017 -0700 Committer: Todd Lipcon 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