You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bi...@apache.org on 2022/03/26 00:08:12 UTC

[storm-site] branch asf-site updated: Blog and Release notes for Storm 2.4.0 release.

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

bipinprasad pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/storm-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0e6fa58  Blog and Release notes for Storm 2.4.0 release.
0e6fa58 is described below

commit 0e6fa5852cc6bfcba1ae38e5cfdc4fd951c2eb67
Author: bipinprasad <bi...@apache.org>
AuthorDate: Fri Mar 25 20:07:18 2022 -0400

    Blog and Release notes for Storm 2.4.0 release.
---
 _posts/2022-03-25-storm240-released.md | 47 ++++++++++++++++++++++++++
 downloads.html                         | 60 ++++++++++++++++++++++++++--------
 2 files changed, 94 insertions(+), 13 deletions(-)

diff --git a/_posts/2022-03-25-storm240-released.md b/_posts/2022-03-25-storm240-released.md
new file mode 100644
index 0000000..437b057
--- /dev/null
+++ b/_posts/2022-03-25-storm240-released.md
@@ -0,0 +1,47 @@
+---
+layout: post
+title: Apache Storm 2.4.0 Released
+author: Bipin Prasad
+---
+
+The Apache Storm community is pleased to announce that  version 2.4.0 has been
+released and is available from [the downloads page](/downloads.html).
+
+This release includes a number of code improvements and important bug fixes 
+that improve Apache Storm's performance, stability and fault tolerance. 
+We encourage users of previous versions to upgrade to this latest release.
+
+
+Thanks
+------
+Special thanks are due to all those who have contributed to Apache Storm -- whether 
+through direct code contributions, documentation, bug reports, or helping other 
+users on the mailing lists. Your efforts are much appreciated.
+
+
+Changes in this Release - Storm 2.4.0
+---------
+<h1></h1>
+<p>JIRA issues addressed in the 2.4.0 release of Storm. Documentation for this
+    release is available at the <a href="http://storm.apache.org/">Apache Storm
+    project site</a>.</p>
+<h2>Improvement</h2>
+<ul>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3799">STORM-3799</a>] - Logging user information for blob delete req</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3801">STORM-3801</a>] - newWorkerEvent doesn't report properly for multiple reporters</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3802">STORM-3802</a>] - Allow adding metrics reporters to all topologies</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3803">STORM-3803</a>] - Format large integers in Storm UI with commas for readability</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3804">STORM-3804</a>] - Don't allow deleting blobs if they are required for an active topology</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3807">STORM-3807</a>] - Topology Stats columns show NaN</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3815">STORM-3815</a>] - allow option to disable sending of __send-iconnection metrics</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3824">STORM-3824</a>] - upgrade httpclient due to security issues</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3828">STORM-3828</a>] - upgrade org/glassfish/javax.el due to build problems</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3829">STORM-3829</a>] - Remove log4j version 1 (1.2.17) from storm-core</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3831">STORM-3831</a>] - exclude all old log4j</li>
+</ul>
+<h2>Dependency upgrade</h2>
+<ul>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3811">STORM-3811</a>] - Upgrade log4j version to 2.17.1</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3817">STORM-3817</a>] - Upgrading to Zookeeper 3.5.x, 3.6.x or 3.7.x</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-3821">STORM-3821</a>] - use commons-compress 1.21 due to security issues</li>
+</ul>
diff --git a/downloads.html b/downloads.html
index 9b4b110..2ed3232 100644
--- a/downloads.html
+++ b/downloads.html
@@ -22,14 +22,48 @@ older:
 	<div class="container-fluid">
     	<div class="row">
         	<div class="col-md-12">
-				  <p>
-				  Downloads for Apache Storm are below. Instructions for how to set up an Apache Storm cluster can be found <a href="/documentation/Setting-up-a-Storm-cluster.html">here</a>.
-				  </p>
+				<p>
+				Downloads for Apache Storm are below. Instructions for how to set up an Apache Storm cluster can be found <a href="/documentation/Setting-up-a-Storm-cluster.html">here</a>.
+				</p>
 
-				  <h3>Current 2.3.x Release</h3>
-				  The current 2.3.x release is 2.3.0. Source and binary distributions can be found below.
-				  
-				  The list of changes for this release can be found <a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/RELEASE_NOTES.html">here.</a>
+				<h3>Current 2.4.x Release</h3>
+				The current 2.4.x release is 2.4.0. Source and binary distributions can be found below.
+
+				The list of changes for this release can be found <a href="https://www.apache.org/dist/storm/apache-storm-2.4.0/RELEASE_NOTES.html">here.</a>
+
+				<p><a href="releases/2.4.0/index.html">Documentation</a>
+					<br/><a href="releases/2.4.0/javadocs/index.html">Javadocs</a></p>
+
+				<ul>
+					<li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.4.0/apache-storm-2.4.0.tar.gz">apache-storm-2.4.0.tar.gz</a>
+						[<a href="https://www.apache.org/dist/storm/apache-storm-2.4.0/apache-storm-2.4.0.tar.gz.asc">PGP</a>]
+						[<a href="https://www.apache.org/dist/storm/apache-storm-2.4.0/apache-storm-2.4.0.tar.gz.sha512">SHA512</a>]
+					</li>
+					<li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.4.0/apache-storm-2.4.0.zip">apache-storm-2.4.0.zip</a>
+						[<a href="https://www.apache.org/dist/storm/apache-storm-2.4.0/apache-storm-2.4.0.zip.asc">PGP</a>]
+						[<a href="https://www.apache.org/dist/storm/apache-storm-2.4.0/apache-storm-2.4.0.zip.sha512">SHA512</a>]
+					</li>
+					<li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.4.0/apache-storm-2.4.0-src.tar.gz">apache-storm-2.4.0-src.tar.gz</a>
+						[<a href="https://www.apache.org/dist/storm/apache-storm-2.4.0/apache-storm-2.4.0-src.tar.gz.asc">PGP</a>]
+						[<a href="https://www.apache.org/dist/storm/apache-storm-2.4.0/apache-storm-2.4.0-src.tar.gz.sha512">SHA512</a>]
+					</li>
+					<li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.4.0/apache-storm-2.4.0-src.zip">apache-storm-2.4.0-src.zip</a>
+						[<a href="https://www.apache.org/dist/storm/apache-storm-2.4.0/apache-storm-2.4.0-src.zip.asc">PGP</a>]
+						[<a href="https://www.apache.org/dist/storm/apache-storm-2.4.0/apache-storm-2.4.0-src.zip.sha512">SHA512</a>]
+					</li>
+				</ul>
+				Apache Storm artifacts are hosted in <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Apache Storm as a dependency with the following coordinates:
+
+				<pre>
+groupId: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a>
+artifactId: storm-{component}
+version: 2.4.0
+				</pre>
+
+				<h3>Current 2.3.x Release</h3>
+				The current 2.3.x release is 2.3.0. Source and binary distributions can be found below.
+
+				The list of changes for this release can be found <a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/RELEASE_NOTES.html">here.</a>
                   
                   <p><a href="releases/2.3.0/index.html">Documentation</a>
                   <br/><a href="releases/2.3.0/javadocs/index.html">Javadocs</a></p>
@@ -37,19 +71,19 @@ older:
 				  <ul>
 					  <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.3.0/apache-storm-2.3.0.tar.gz">apache-storm-2.3.0.tar.gz</a>
 					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0.tar.gz.asc">PGP</a>]
-					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0.tar.gz.sha512">SHA512</a>] 
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0.tar.gz.sha512">SHA512</a>]
 					  </li>
 					  <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.3.0/apache-storm-2.3.0.zip">apache-storm-2.3.0.zip</a>
 					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0.zip.asc">PGP</a>]
-					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0.zip.sha512">SHA512</a>] 
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0.zip.sha512">SHA512</a>]
 					  </li>
 					  <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.3.0/apache-storm-2.3.0-src.tar.gz">apache-storm-2.3.0-src.tar.gz</a>
 					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0-src.tar.gz.asc">PGP</a>]
-					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0-src.tar.gz.sha512">SHA512</a>] 
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0-src.tar.gz.sha512">SHA512</a>]
 					  </li>
 					  <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.3.0/apache-storm-2.3.0-src.zip">apache-storm-2.3.0-src.zip</a>
 					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0-src.zip.asc">PGP</a>]
-					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0-src.zip.sha512">SHA512</a>] 
+					     [<a href="https://www.apache.org/dist/storm/apache-storm-2.3.0/apache-storm-2.3.0-src.zip.sha512">SHA512</a>]
 					  </li>
 				  </ul>
 				  Apache Storm artifacts are hosted in <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Apache Storm as a dependency with the following coordinates:
@@ -58,8 +92,8 @@ older:
 groupId: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a>
 artifactId: storm-{component}
 version: 2.3.0</pre>
-          
-          <h3>Current 2.2.x Release</h3>
+
+				  <h3>Current 2.2.x Release</h3>
 				  The current 2.2.x release is 2.2.1. Source and binary distributions can be found below.
 				  
 				  The list of changes for this release can be found <a href="https://www.apache.org/dist/storm/apache-storm-2.2.1/RELEASE_NOTES.html">here.</a>