You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/08/10 18:37:04 UTC

svn commit: r1755797 - in /storm/site: _posts/2016-05-05-storm0101-released.md _posts/2016-05-06-storm101-released.md _posts/2016-08-10-storm102-released.md downloads.html

Author: ptgoetz
Date: Wed Aug 10 18:37:04 2016
New Revision: 1755797

URL: http://svn.apache.org/viewvc?rev=1755797&view=rev
Log:
blog post for 1.0.2 release

Added:
    storm/site/_posts/2016-05-05-storm0101-released.md
    storm/site/_posts/2016-05-06-storm101-released.md
    storm/site/_posts/2016-08-10-storm102-released.md
Modified:
    storm/site/downloads.html

Added: storm/site/_posts/2016-05-05-storm0101-released.md
URL: http://svn.apache.org/viewvc/storm/site/_posts/2016-05-05-storm0101-released.md?rev=1755797&view=auto
==============================================================================
--- storm/site/_posts/2016-05-05-storm0101-released.md (added)
+++ storm/site/_posts/2016-05-05-storm0101-released.md Wed Aug 10 18:37:04 2016
@@ -0,0 +1,29 @@
+---
+layout: post
+title: Storm 0.10.1 Released
+author: P. Taylor Goetz
+---
+
+The Apache Storm community is pleased to announce that version 0.10.1 has been released and is available from [the downloads page](/downloads.html).
+
+This is a maintenance release that includes a number of important bug fixes that improve 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.
+
+
+Full Changelog
+---------
+
+ * STORM-1731: Avoid looking up debug enable flags within critical path
+ * STORM-1645: convert nimbus.thrift.port to int to avoid ClassCastException
+ * STORM-1535: Make sure hdfs key tab login happens only once for multiple bolts/executors
+ * STORM-584: Fix logging for LoggingMetricsConsumer metrics.log file
+ * STORM-1603: Storm UT fails on supervisor test in Windows (0.10.x)
+ * STORM-1596: Do not use single Kerberos TGT instance between multiple threads
+ * STORM-1482: add missing 'break' for RedisStoreBolt
+ * STORM-1481: avoid Math.abs(Integer) get a negative value
+ * STORM-1121: Deprecate test only configuraton nimbus.reassign
+ * STORM-1180: FLUX logo wasn't appearing quite right

Added: storm/site/_posts/2016-05-06-storm101-released.md
URL: http://svn.apache.org/viewvc/storm/site/_posts/2016-05-06-storm101-released.md?rev=1755797&view=auto
==============================================================================
--- storm/site/_posts/2016-05-06-storm101-released.md (added)
+++ storm/site/_posts/2016-05-06-storm101-released.md Wed Aug 10 18:37:04 2016
@@ -0,0 +1,46 @@
+---
+layout: post
+title: Storm 1.0.1 Released
+author: P. Taylor Goetz
+---
+
+The Apache Storm community is pleased to announce that version 1.0.1 has been released and is available from [the downloads page](/downloads.html).
+
+This is a maintenance release that includes a number of important bug fixes that improve Storm's performance, stability and fault tolerance. We encourage users of previous versions to upgrade to this latest release.
+
+
+Performance Improvements
+------------------------
+This release includes performance improvements to Storm's internal messaging system. The maximum rate at which spouts can emit data has nearly doubled, and performance of inter-task communication has improved.
+
+
+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.
+
+
+Full Changelog
+---------
+
+ * STORM-1741: remove unconditional setting of JAVA_HOME from storm-env.sh
+ * STORM-1739: update the minor JAVA version dependency in 0.10.0 and above
+ * STORM-1727: document 1.0 package renaming and how to use the migration tool
+ * STORM-1733: Flush stdout and stderr before calling "os.execvp" to prevent log loss.
+ * STORM-1729: Get rid of reflections while recording stats
+ * STORM-1731: Avoid looking up debug / backpressure enable flags within critical path
+ * STORM-1535: Make sure hdfs key tab login happens only once for multiple bolts/executors.
+ * STORM-1725: Kafka Spout New Consumer API - KafkaSpoutRetryExponential Backoff method should use HashMap instead of TreeMap not to throw Exception
+ * STORM-1544: Document Debug/Sampling of Topologies
+ * STORM-1679: add storm Scheduler documents
+ * STORM-1704: When logviewer_search.html opens daemon file, next search always show no result
+ * STORM-1714: StatefulBolts ends up as normal bolts while using TopologyBuilder.setBolt without parallelism
+ * STORM-1683: only check non-system streams by default
+ * STORM-1680: Provide configuration to set min fetch size in KafkaSpout
+ * STORM-1649: Optimize Kryo instaces creation in HBaseWindowsStore
+ * STORM-1696: status not sync if zk fails in backpressure
+ * STORM-1693: Move stats cleanup to executor shutdown
+ * STORM-1585: Add DDL support for UDFs in storm-sql
+ * STORM-1681: Bug in scheduling cyclic topologies when scheduling with RAS
+ * STORM-1706: Add RELEASE and storm-env.sh to storm-diet assembly
+ * STORM-1613: Upgraded HBase version to 1.1.0
+ * STORM-1687: divide by zero in stats

Added: storm/site/_posts/2016-08-10-storm102-released.md
URL: http://svn.apache.org/viewvc/storm/site/_posts/2016-08-10-storm102-released.md?rev=1755797&view=auto
==============================================================================
--- storm/site/_posts/2016-08-10-storm102-released.md (added)
+++ storm/site/_posts/2016-08-10-storm102-released.md Wed Aug 10 18:37:04 2016
@@ -0,0 +1,70 @@
+---
+layout: post
+title: Storm 1.0.2 Released
+author: P. Taylor Goetz
+---
+
+The Apache Storm community is pleased to announce that version 1.0.2 has been released and is available from [the downloads page](/downloads.html).
+
+This is a maintenance release that includes a number of important bug fixes that improve 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.
+
+
+Full Changelog
+---------
+
+ * STORM-1939: Frequent InterruptedException raised by ShellBoltMessageQueue.poll
+ * STORM-1968: Storm logviewer does not work for nimbus.log in secure cluster
+ * STORM-1928: ShellSpout should check heartbeat while ShellSpout is waiting for subprocess to sync
+ * STORM-1922: Supervisor summary default order by host
+ * STORM-1956: Disabling Backpressure by default
+ * STORM-1934: Fix race condition between sync-supervisor and sync-processes
+ * STORM-1895: blobstore replication-factor argument
+ * STORM-118: Docs: typo in transactional-commit-flow.png
+ * STORM-1633: Document blobstore to command-line-client.md
+ * STORM-1899: Release HBase connection when topology shutdown
+ * STORM-1844: Some tests are flaky due to low timeout
+ * STORM-1946: initialize lastHeartbeatTimestamp before starting heartbeat task
+ * STORM-1941 Nimbus discovery can fail when zookeeper reconnect happens
+ * STORM-1937 Fix WindowTridentProcessor cause NullPointerException
+ * STORM-1924: Add a config file parameter to HDFS test topologies
+ * STORM-1705: Cap number of retries for a failed message
+ * STORM-1884: Prioritize pendingPrepare over pendingCommit
+ * STORM-1575: fix TwitterSampleSpout NPE on close
+ * STORM-1874: Update logger private permissions
+ * STORM-1865: update command line client document
+ * STORM-1771: HiveState should flushAndClose before closing old or idle Hive connections
+ * STORM-1882: Expose TextFileReader public
+ * STORM-1864 : StormSubmitter should throw respective exceptions and log respective errors for registered submitter hook invocation
+ * STORM-1887: Fixed help message for set_log_level command
+ * STORM-1878: Flux can now handle IStatefulBolts
+ * STORM-1861: Storm submit command returns exit code of 0 even when it fails.
+ * STORM-1755: Revert the kafka client version upgrade in storm-kafka module
+ * STORM-1853: Replace ClassLoaderObjectInputStream with ObjectInputStream
+ * STORM-1868: Modify TridentKafkaWordCount to run in distributed mode
+ * STORM-1859: Ack late tuples in windowed mode
+ * STORM-1851: Fix default nimbus impersonation authorizer config
+ * STORM-1848: Make KafkaMessageId and Partition serializable to support event logging
+ * STORM-1862: Flux ShellSpout and ShellBolt can't emit to named streams
+ * Storm-1728: TransactionalTridentKafkaSpout error
+ * STORM-1850: State Checkpointing Documentation update
+ * STORM-1674: Idle KafkaSpout consumes more bandwidth than needed
+ * STORM-1842: Forward references in storm.thrift cause tooling issues
+ * STORM-1745: Add partition to log output in PartitionManager
+ * STORM-1735: Nimbus should log that replication succeeded when min replicas was reached exactly
+ * STORM-1835: add lock info in thread dump
+ * STORM-1749: Fix storm-starter github links
+ * STORM-1764: Pacemaker is throwing some stack traces
+ * STORM-1761: Storm-Solr Example Throws ArrayIndexOutOfBoundsException in Remote Cluster Mode
+ * STORM-1756: Explicitly null KafkaServer reference in KafkaTestBroker to prevent out of memory on large test classes.
+ * STORM-1750: Ensure worker dies when report-error-and-die is called.
+ * STORM-1715: using Jedis Protocol.DEFAULT_HOST to replace DEFAULT_HOST
+ * STORM-1713: Replace NotImplementedException with UnsupportedOperationException
+ * STORM-1678: abstract batch processing to common api `BatchHelper`
+ * STORM-1773: Utils.javaDeserialize() doesn't work with primitive types
+ * STORM-1661: Introduce a config to turn off blobstore acl validation in insecure mode
+

Modified: storm/site/downloads.html
URL: http://svn.apache.org/viewvc/storm/site/downloads.html?rev=1755797&r1=1755796&r2=1755797&view=diff
==============================================================================
--- storm/site/downloads.html (original)
+++ storm/site/downloads.html Wed Aug 10 18:37:04 2016
@@ -29,33 +29,33 @@ older:
 				  <h3>Source Code</h3>
 				  Current source code is mirrored on GitHub: <a href="https://github.com/apache/storm">apache/storm</a>
 				  <h3>Current 1.0.x Release</h3>
-				  The current 1.0.x release is 1.0.1. Source and binary distributions can be found below.
+				  The current 1.0.x release is 1.0.2. Source and binary distributions can be found below.
 				  
-				  The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v1.0.0/CHANGELOG.md">here.</a>
+				  The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v1.0.2/CHANGELOG.md">here.</a>
                   
-                  <p><a href="releases/1.0.1/index.html">Documentation</a>
-                  <br/><a href="releases/1.0.1/javadocs/index.html">Javadocs</a></p>
+                  <p><a href="releases/1.0.2/index.html">Documentation</a>
+                  <br/><a href="releases/1.0.2/javadocs/index.html">Javadocs</a></p>
 
 				  <ul>
-					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.1/apache-storm-1.0.1.tar.gz">apache-storm-1.0.1.tar.gz</a>
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.tar.gz.asc">PGP</a>]
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.tar.gz.sha">SHA512</a>] 
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.tar.gz.md5">MD5</a>]
-					  </li>
-					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.1/apache-storm-1.0.1.zip">apache-storm-1.0.1.zip</a>
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.zip.asc">PGP</a>]
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.zip.sha">SHA512</a>] 
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.zip.md5">MD5</a>]
-					  </li>
-					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.tar.gz">apache-storm-1.0.1-src.tar.gz</a>
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.tar.gz.asc">PGP</a>]
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.tar.gz.sha">SHA512</a>] 
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.tar.gz.md5">MD5</a>]
-					  </li>
-					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.zip">apache-storm-1.0.1-src.zip</a>
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.zip.asc">PGP</a>]
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.zip.sha">SHA512</a>] 
-					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.zip.md5">MD5</a>]
+					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.2/apache-storm-1.0.2.tar.gz">apache-storm-1.0.2.tar.gz</a>
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2.tar.gz.asc">PGP</a>]
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2.tar.gz.sha">SHA512</a>] 
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2.tar.gz.md5">MD5</a>]
+					  </li>
+					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.2/apache-storm-1.0.2.zip">apache-storm-1.0.2.zip</a>
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2.zip.asc">PGP</a>]
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2.zip.sha">SHA512</a>] 
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2.zip.md5">MD5</a>]
+					  </li>
+					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.2/apache-storm-1.0.2-src.tar.gz">apache-storm-1.0.2-src.tar.gz</a>
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2-src.tar.gz.asc">PGP</a>]
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2-src.tar.gz.sha">SHA512</a>] 
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2-src.tar.gz.md5">MD5</a>]
+					  </li>
+					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.2/apache-storm-1.0.2-src.zip">apache-storm-1.0.2-src.zip</a>
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2-src.zip.asc">PGP</a>]
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2-src.zip.sha">SHA512</a>] 
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.2/apache-storm-1.0.2-src.zip.md5">MD5</a>]
 					  </li>
 				  </ul>
 				  Storm artifacts are hosted in <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Storm as a dependency with the following coordinates:
@@ -63,7 +63,7 @@ older:
 				  <pre>
 groupId: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a>
 artifactId: storm-core
-version: 1.0.1</pre>				  
+version: 1.0.2</pre>				  
 				  
 				  <h3>Current 0.10.x Release</h3>
 				  The current 0.10.x release is 0.10.1. Source and binary distributions can be found below.
@@ -149,6 +149,31 @@ version: 0.9.6</pre>
 					  
 				  </p>
 				  <h3>Previous Releases</h3>
+                  <b>1.0.1</b>
+				  <ul>
+					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.1/apache-storm-1.0.1.tar.gz">apache-storm-1.0.1.tar.gz</a>
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.tar.gz.asc">PGP</a>]
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.tar.gz.sha">SHA512</a>] 
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.tar.gz.md5">MD5</a>]
+					  </li>
+					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.1/apache-storm-1.0.1.zip">apache-storm-1.0.1.zip</a>
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.zip.asc">PGP</a>]
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.zip.sha">SHA512</a>] 
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1.zip.md5">MD5</a>]
+					  </li>
+					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.tar.gz">apache-storm-1.0.1-src.tar.gz</a>
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.tar.gz.asc">PGP</a>]
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.tar.gz.sha">SHA512</a>] 
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.tar.gz.md5">MD5</a>]
+					  </li>
+					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.zip">apache-storm-1.0.1-src.zip</a>
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.zip.asc">PGP</a>]
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.zip.sha">SHA512</a>] 
+					     [<a href="http://www.us.apache.org/dist/storm/apache-storm-1.0.1/apache-storm-1.0.1-src.zip.md5">MD5</a>]
+					  </li>
+				  </ul>                  
+                  
+                  
                   <b>1.0.0</b>
 				  <ul>
 					  <li><a href="http://www.apache.org/dyn/closer.lua/storm/apache-storm-1.0.0/apache-storm-1.0.0.tar.gz">apache-storm-1.0.0.tar.gz</a>