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:14 UTC

[1/2] kudu git commit: Bump version to 1.3.1

Repository: kudu
Updated Branches:
  refs/heads/branch-1.3.x 72ae1efba -> afc0f479b


Bump version to 1.3.1

Change-Id: I57a62725cd407f81044d1b9c40af30cc337cfaa5
Reviewed-on: http://gerrit.cloudera.org:8080/6621
Reviewed-by: Jean-Daniel Cryans <jd...@apache.org>
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/696e8f8d
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/696e8f8d
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/696e8f8d

Branch: refs/heads/branch-1.3.x
Commit: 696e8f8de9db573b0e1fc0ad504b0743df1c9483
Parents: 72ae1ef
Author: Todd Lipcon <to...@apache.org>
Authored: Wed Apr 12 19:03:53 2017 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Thu Apr 13 02:34:30 2017 +0000

----------------------------------------------------------------------
 java/interface-annotations/pom.xml | 2 +-
 java/kudu-client-tools/pom.xml     | 2 +-
 java/kudu-client/pom.xml           | 2 +-
 java/kudu-flume-sink/pom.xml       | 2 +-
 java/kudu-jepsen/pom.xml           | 2 +-
 java/kudu-mapreduce/pom.xml        | 2 +-
 java/kudu-spark/pom.xml            | 2 +-
 java/pom.xml                       | 2 +-
 python/setup.py                    | 2 +-
 version.txt                        | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/java/interface-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/java/interface-annotations/pom.xml b/java/interface-annotations/pom.xml
index 76f5642..85201e4 100644
--- a/java/interface-annotations/pom.xml
+++ b/java/interface-annotations/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.kudu</groupId>
     <artifactId>kudu-parent</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.1</version>
   </parent>
 
   <artifactId>interface-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/java/kudu-client-tools/pom.xml
----------------------------------------------------------------------
diff --git a/java/kudu-client-tools/pom.xml b/java/kudu-client-tools/pom.xml
index 0e61229..73477ec 100644
--- a/java/kudu-client-tools/pom.xml
+++ b/java/kudu-client-tools/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.kudu</groupId>
         <artifactId>kudu-parent</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.1</version>
     </parent>
 
     <artifactId>kudu-client-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/java/kudu-client/pom.xml
----------------------------------------------------------------------
diff --git a/java/kudu-client/pom.xml b/java/kudu-client/pom.xml
index 2a636a7..3a30888 100644
--- a/java/kudu-client/pom.xml
+++ b/java/kudu-client/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.kudu</groupId>
         <artifactId>kudu-parent</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.1</version>
     </parent>
 
     <artifactId>kudu-client</artifactId>

http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/java/kudu-flume-sink/pom.xml
----------------------------------------------------------------------
diff --git a/java/kudu-flume-sink/pom.xml b/java/kudu-flume-sink/pom.xml
index 312ab47..b1be9b6 100644
--- a/java/kudu-flume-sink/pom.xml
+++ b/java/kudu-flume-sink/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>kudu-parent</artifactId>
     <groupId>org.apache.kudu</groupId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.1</version>
   </parent>
   <artifactId>kudu-flume-sink</artifactId>
   <name>Kudu Flume NG Sink</name>

http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/java/kudu-jepsen/pom.xml
----------------------------------------------------------------------
diff --git a/java/kudu-jepsen/pom.xml b/java/kudu-jepsen/pom.xml
index f871494..2b0a266 100644
--- a/java/kudu-jepsen/pom.xml
+++ b/java/kudu-jepsen/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.kudu</groupId>
         <artifactId>kudu-parent</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.1</version>
     </parent>
 
     <artifactId>kudu-jepsen</artifactId>

http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/java/kudu-mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/java/kudu-mapreduce/pom.xml b/java/kudu-mapreduce/pom.xml
index 81150fb..2e88935 100644
--- a/java/kudu-mapreduce/pom.xml
+++ b/java/kudu-mapreduce/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.kudu</groupId>
         <artifactId>kudu-parent</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.1</version>
     </parent>
 
     <artifactId>kudu-mapreduce</artifactId>

http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/java/kudu-spark/pom.xml
----------------------------------------------------------------------
diff --git a/java/kudu-spark/pom.xml b/java/kudu-spark/pom.xml
index 8dec99a..599635e 100644
--- a/java/kudu-spark/pom.xml
+++ b/java/kudu-spark/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.kudu</groupId>
         <artifactId>kudu-parent</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.1</version>
     </parent>
 
     <artifactId>kudu-${spark.version.label}_${scala.binary.version}</artifactId>

http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index fd5aef8..9d37eaa 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -24,7 +24,7 @@
 
     <groupId>org.apache.kudu</groupId>
     <artifactId>kudu-parent</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.1</version>
     <packaging>pom</packaging>
 
     <!-- inherit from the ASF POM for distribution management -->

http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/python/setup.py
----------------------------------------------------------------------
diff --git a/python/setup.py b/python/setup.py
index 6eb23ed..ed8fd84 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -40,7 +40,7 @@ MAJOR = 1
 MINOR = 3
 MICRO = 1
 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
-ISRELEASED = False
+ISRELEASED = True
 
 setup_dir = os.path.abspath(os.path.dirname(__file__))
 

http://git-wip-us.apache.org/repos/asf/kudu/blob/696e8f8d/version.txt
----------------------------------------------------------------------
diff --git a/version.txt b/version.txt
index 5c73cd1..3a3cd8c 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.3.1-SNAPSHOT
+1.3.1


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

Posted by to...@apache.org.
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