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 2018/01/24 17:28:10 UTC

svn commit: r24415 - in /dev/storm/apache-storm-1.1.2-rc1: RELEASE_NOTES.html RELEASE_NOTES.html.asc RELEASE_NOTES.html.md5 RELEASE_NOTES.html.sha

Author: ptgoetz
Date: Wed Jan 24 17:28:09 2018
New Revision: 24415

Log:
add release notes

Added:
    dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html
    dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.asc
    dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.md5
    dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.sha

Added: dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html
==============================================================================
--- dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html (added)
+++ dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html Wed Jan 24 17:28:09 2018
@@ -0,0 +1,78 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Storm 1.1.2 Release Notes</title>
+</head>
+<body>
+<h1>Release Notes for Storm 1.1.2</h1>
+<p>JIRA issues addressed in the 1.1.2 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-2512">STORM-2512</a>] - Change KafkaSpoutConfig in storm-kafka-client to make it work with flux</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2616">STORM-2616</a>] - Document the built in metrics (just in time to replace them???)</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2657">STORM-2657</a>] - Update SECURITY.MD </li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2663">STORM-2663</a>] - Backport STORM-2558 and deprecate storm.cmd on 1.x-branch</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2712">STORM-2712</a>] - accept arbitrary number of rows per tuple in storm-cassandra</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2775">STORM-2775</a>] - Improve KafkaPartition Metric Names</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2807">STORM-2807</a>] - Integration test should shut down topologies immediately after the test</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2862">STORM-2862</a>] - More flexible logging in multilang (Python, Ruby, JS)</li>
+</ul>
+<h2>Bug</h2>
+<ul>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2231">STORM-2231</a>] - NULL in DisruptorQueue while multi-threaded ack</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2426">STORM-2426</a>] - First tuples fail after worker is respawn</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2500">STORM-2500</a>] - waitUntilReady in PacemakerClient cannot be invoked</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2525">STORM-2525</a>] - Fix flaky integration tests</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2535">STORM-2535</a>] - test-reset-timeout is flaky. Replace with a more reliable test.</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2541">STORM-2541</a>] - Manual partition assignment doesn't work</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2607">STORM-2607</a>] - [kafka-client] Consumer group every time with lag 1</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2642">STORM-2642</a>] - Storm-kafka-client spout cannot be serialized when using manual partition assignment</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2660">STORM-2660</a>] - The Nimbus storm-local directory is relative to the working directory of the shell executing "storm nimbus"</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2666">STORM-2666</a>] - Storm-kafka-client spout can sometimes emit messages that were already committed. </li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2674">STORM-2674</a>] - NoNodeException when ZooKeeper tries to delete nodes</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2677">STORM-2677</a>] - consider all sampled tuples which took greater than 0 ms processing time</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2682">STORM-2682</a>] - Supervisor crashes with NullPointerException</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2690">STORM-2690</a>] - resurrect invocation of ISupervisor.assigned() & make Supervisor.launchDaemon() accessible</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2695">STORM-2695</a>] - BlobStore uncompress argument should be Boolean</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2705">STORM-2705</a>] - DRPCSpout sleeps twice when idle</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2706">STORM-2706</a>] - Nimbus stuck in exception and does not fail fast</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2724">STORM-2724</a>] - ExecutorService in WaterMarkEventGenerator never shutdown</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2736">STORM-2736</a>] - o.a.s.b.BlobStoreUtils [ERROR] Could not update the blob with key</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2750">STORM-2750</a>] - fix double_checked locking</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2751">STORM-2751</a>] - Remove AsyncLoggingContext from Supervisor</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2764">STORM-2764</a>] - HDFSBlobStore leaks file system objects</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2769">STORM-2769</a>] - Fast-fail if output stream Id is null </li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2771">STORM-2771</a>] - Some tests are being run twice</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2779">STORM-2779</a>] - NPE on shutting down WindowedBoltExecutor</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2786">STORM-2786</a>] - Ackers leak tracking info on failure and lots of other cases.</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2810">STORM-2810</a>] - Storm-hdfs tests are leaking resources</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2811">STORM-2811</a>] - Nimbus may throw NPE if the same topology is killed multiple times, and the integration test kills the same topology multiple times</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2814">STORM-2814</a>] - Logviewer HTTP server should return 403 instead of 200 if the user is unauthorized</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2815">STORM-2815</a>] - UI HTTP server should return 403 if the user is unauthorized</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2833">STORM-2833</a>] - Cached Netty Connections can have different keys for the same thing.</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2855">STORM-2855</a>] - Travis build doesn't work after update of Ubuntu image</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2856">STORM-2856</a>] - Make Storm build work on post 2017Q4 Travis Trusty image</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2868">STORM-2868</a>] - Address handling activate/deactivate in multilang module files</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2870">STORM-2870</a>] - FileBasedEventLogger leaks non-daemon ExecutorService which prevents process to be finished</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2876">STORM-2876</a>] - Some storm-hdfs tests fail with out of memory periodically</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2879">STORM-2879</a>] - Supervisor collapse continuously when there is a expired assignment for overdue storm</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2892">STORM-2892</a>] - Flux test fails to parse valid PATH environment variable</li>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2894">STORM-2894</a>] - fix some random typos in tests</li>
+</ul>
+<h2>Epic</h2>
+<ul>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2709">STORM-2709</a>] - Release Apache Storm 1.1.2</li>
+</ul>
+<h2>Task</h2>
+<ul>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2874">STORM-2874</a>] - Minor style improvements to backpressure code</li>
+</ul>
+<h2>Sub-task</h2>
+<ul>
+<li>[<a href="https://issues.apache.org/jira/browse/STORM-2858">STORM-2858</a>] - Fix worker-launcher build</li>
+</ul>
+</body>
+</html>

Added: dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.asc
==============================================================================
--- dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.asc (added)
+++ dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.asc Wed Jan 24 17:28:09 2018
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEErO/hjdIyLh6EWHoUjeA5YugLj/0FAlpowfIACgkQjeA5YugL
+j/1pBQf/Wp5wxV14aUsNAreIvITn9gyEmvkAekaNE3loWKKfnPWX+VQEGCibaHfP
+1dcQMXkhWQ2Bwa+WOJVfiI9VpgwtwBqSzHWF1dRBLit9Fi3BkIVKTqI7MgNKt3iE
+vHgt8bJlYq+9fr9DKXyWPljgF0b6sKCc1Ou9FKklidCO4EzOcxsqwaooShIBnXjg
+wfjRI+DROfHHTNty8l78hcY8oi1oP/FvxeemzfBWmSjl9od0oX0DLNH69hewqTwQ
+QXYYfWSyUDRJHG/iQf7XA61B5JLB/IIIOZ+kTXgjyi1pqxF0T+XkO9mBNUyLhYNT
+AcBq4EhrzOdgeocgv3w3DECGrJ2Vxg==
+=s+BM
+-----END PGP SIGNATURE-----

Added: dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.md5
==============================================================================
--- dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.md5 (added)
+++ dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.md5 Wed Jan 24 17:28:09 2018
@@ -0,0 +1 @@
+RELEASE_NOTES.html: 15 52 59 F7 9C 44 B3 62  B2 69 D3 4C 8F 40 F6 66

Added: dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.sha
==============================================================================
--- dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.sha (added)
+++ dev/storm/apache-storm-1.1.2-rc1/RELEASE_NOTES.html.sha Wed Jan 24 17:28:09 2018
@@ -0,0 +1,3 @@
+RELEASE_NOTES.html: 9CBAA351 6140E7AE BF7E0746 FFCA8A53 D926BF9D B75A84E5
+                    9F6354B3 CC2D74C5 753E78C6 C8577691 94EFA81C 0D8D479F
+                    BE9D6495 38A0E2DD 3E3F2AC5 784EF00F