You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by lh...@apache.org on 2020/02/20 23:18:33 UTC

[samza] branch master updated: Update blog and release notes for 1.3.1 release (#1285)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae9349a  Update blog and release notes for 1.3.1 release (#1285)
ae9349a is described below

commit ae9349a12259f5ace91a48bf9004005312094680
Author: Hai Lu <lh...@gmail.com>
AuthorDate: Thu Feb 20 15:18:26 2020 -0800

    Update blog and release notes for 1.3.1 release (#1285)
---
 ...nnouncing-the-release-of-apache-samza--1.3.1.md | 51 ++++++++++++++++++++++
 docs/_menu/index.html                              |  4 ++
 docs/_releases/1.3.1.md                            | 47 ++++++++++++++++++++
 docs/startup/download/index.md                     | 18 ++++----
 4 files changed, 112 insertions(+), 8 deletions(-)

diff --git a/docs/_blog/2020-02-20-announcing-the-release-of-apache-samza--1.3.1.md b/docs/_blog/2020-02-20-announcing-the-release-of-apache-samza--1.3.1.md
new file mode 100644
index 0000000..2e1063a
--- /dev/null
+++ b/docs/_blog/2020-02-20-announcing-the-release-of-apache-samza--1.3.1.md
@@ -0,0 +1,51 @@
+---
+layout: blog
+title: Announcing the release of Apache Samza 1.3.1
+icon: git-pull-request
+authors:
+    - name: Hai Lu
+      website:
+      image:
+excerpt_separator: <!--more-->
+---
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+# **Announcing the release of Apache Samza 1.3.1**
+
+
+<!--more-->
+
+We have identified some issues with the previous release of Apache Samza 1.3.0. To addressed those identified problems, we have released Apache Samza 1.3.1 with the specific bug fixes listed below:
+
+[SAMZA-2447](https://issues.apache.org/jira/browse/SAMZA-2447) Checkpoint dir removal should only search in valid store dirs (#1261)
+
+[SAMZA-2446](https://issues.apache.org/jira/browse/SAMZA-2446) Invoke onCheckpoint only for registered SSPs (#1260)
+
+[SAMZA-2431](https://issues.apache.org/jira/browse/SAMZA-2431) Fix the checkpoint and changelog topic auto-creation. (#1251)
+
+[SAMZA-2434](https://issues.apache.org/jira/browse/SAMZA-2434) Fix the coordinator steam creation workflow
+
+[SAMZA-2423](https://issues.apache.org/jira/browse/SAMZA-2423) Heartbeat failure causes incorrect container shutdown (#1240)
+
+[SAMZA-2305](https://issues.apache.org/jira/browse/SAMZA-2305) Stream processor should ensure previous container is stopped during a rebalance (#1213)
+
+
+### Sources downloads
+A source download of Samza 1.3.1 is available [here](https://dist.apache.org/repos/dist/release/samza/1.3.1/), and is also available in Apache’s Maven repository. See Samza’s download [page](https://samza.apache.org/startup/download/) for details and Samza’s feature preview for new features.
+
diff --git a/docs/_menu/index.html b/docs/_menu/index.html
index 74feceb..c39db8b 100644
--- a/docs/_menu/index.html
+++ b/docs/_menu/index.html
@@ -12,6 +12,10 @@ items:
     items_attributes: 'data-documentation="/learn/documentation/version/"'
   - menu_title: Releases
     items:
+      - menu_title: 1.3.1
+        url: '/releases/1.3.1'
+      - menu_title: 1.3.0
+        url: '/releases/1.3.0'
       - menu_title: 1.2.0
         url: '/releases/1.2.0'
       - menu_title: 1.1.0
diff --git a/docs/_releases/1.3.1.md b/docs/_releases/1.3.1.md
new file mode 100644
index 0000000..c3d4a93
--- /dev/null
+++ b/docs/_releases/1.3.1.md
@@ -0,0 +1,47 @@
+---
+version: '1.3.1'
+order: 131
+layout: page
+menu_title: '1.3.1'
+title: Apache Samza 1.3.1 <a href="/learn/documentation/1.3.1/">      [Docs] </a>
+---
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+# **Announcing the release of Apache Samza 1.3.1**
+
+
+<!--more-->
+
+We have identified some issues with the previous release of Apache Samza 1.3.0. To addressed those identified problems, we have released Apache Samza 1.3.1 with the specific bug fixes listed below:
+
+[SAMZA-2447](https://issues.apache.org/jira/browse/SAMZA-2447) Checkpoint dir removal should only search in valid store dirs (#1261)
+
+[SAMZA-2446](https://issues.apache.org/jira/browse/SAMZA-2446) Invoke onCheckpoint only for registered SSPs (#1260)
+
+[SAMZA-2431](https://issues.apache.org/jira/browse/SAMZA-2431) Fix the checkpoint and changelog topic auto-creation. (#1251)
+
+[SAMZA-2434](https://issues.apache.org/jira/browse/SAMZA-2434) Fix the coordinator steam creation workflow
+
+[SAMZA-2423](https://issues.apache.org/jira/browse/SAMZA-2423) Heartbeat failure causes incorrect container shutdown (#1240)
+
+[SAMZA-2305](https://issues.apache.org/jira/browse/SAMZA-2305) Stream processor should ensure previous container is stopped during a rebalance (#1213)
+
+
+### Sources downloads
+A source download of Samza 1.3.1 is available [here](https://dist.apache.org/repos/dist/release/samza/1.3.1/), and is also available in Apache’s Maven repository. See Samza’s download [page](https://samza.apache.org/startup/download/) for details and Samza’s feature preview for new features.
+
diff --git a/docs/startup/download/index.md b/docs/startup/download/index.md
index bc29fff..aa7036d 100644
--- a/docs/startup/download/index.md
+++ b/docs/startup/download/index.md
@@ -31,6 +31,7 @@ Starting from 2016, Samza will begin requiring JDK8 or higher. Please see [this
 
  Samza tools package contains command line tools that user can run to use Samza and it's input/output systems.
 
+ * [samza-tools_2.11-1.3.1.tgz](http://www-us.apache.org/dist/samza/1.3.1/samza-tools_2.11-1.3.1.tgz)
  * [samza-tools_2.11-1.3.0.tgz](http://www-us.apache.org/dist/samza/1.3.0/samza-tools_2.11-1.3.0.tgz)
  * [samza-tools_2.11-1.2.0.tgz](http://www-us.apache.org/dist/samza/1.2.0/samza-tools_2.11-1.2.0.tgz)
  * [samza-tools_2.11-1.1.0.tgz](http://www-us.apache.org/dist/samza/1.1.0/samza-tools_2.11-1.1.0.tgz)
@@ -39,6 +40,7 @@ Starting from 2016, Samza will begin requiring JDK8 or higher. Please see [this
 
 ### Source Releases
 
+ * [samza-sources-1.3.1.tgz](http://www.apache.org/dyn/closer.lua/samza/1.3.1)
  * [samza-sources-1.3.0.tgz](http://www.apache.org/dyn/closer.lua/samza/1.3.0)
  * [samza-sources-1.2.0.tgz](http://www.apache.org/dyn/closer.lua/samza/1.2.0)
  * [samza-sources-1.1.0.tgz](http://www.apache.org/dyn/closer.lua/samza/1.1.0)
@@ -69,12 +71,12 @@ A Maven-based Samza project can pull in all required dependencies Samza dependen
 <dependency>
   <setId>org.apache.samza</setId>
   <artifactId>samza-api</artifactId>
-  <version>1.3.0</version>
+  <version>1.3.1</version>
 </dependency>
 <dependency>
   <setId>org.apache.samza</setId>
   <artifactId>samza-core_2.11</artifactId>
-  <version>1.3.0</version>
+  <version>1.3.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
@@ -82,37 +84,37 @@ A Maven-based Samza project can pull in all required dependencies Samza dependen
   <artifactId>samza-shell</artifactId>
   <classifier>dist</classifier>
   <type>tgz</type>
-  <version>1.3.0</version>
+  <version>1.3.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <setId>org.apache.samza</setId>
   <artifactId>samza-yarn_2.11</artifactId>
-  <version>1.3.0</version>
+  <version>1.3.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <setId>org.apache.samza</setId>
   <artifactId>samza-kv_2.11</artifactId>
-  <version>1.3.0</version>
+  <version>1.3.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <setId>org.apache.samza</setId>
   <artifactId>samza-kv-rocksdb_2.11</artifactId>
-  <version>1.3.0</version>
+  <version>1.3.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <setId>org.apache.samza</setId>
   <artifactId>samza-kv-inmemory_2.11</artifactId>
-  <version>1.3.0</version>
+  <version>1.3.1</version>
   <scope>runtime</scope>
 </dependency>
 <dependency>
   <setId>org.apache.samza</setId>
   <artifactId>samza-kafka_2.11</artifactId>
-  <version>1.3.0</version>
+  <version>1.3.1</version>
   <scope>runtime</scope>
 </dependency>
 {% endhighlight %}