You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/09/21 00:04:16 UTC

[4/4] storm git commit: add STORM-1051 to CHANGELOG.md

add STORM-1051 to CHANGELOG.md

* also add Michael Schonfeld to contributor list


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/acd048a4
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/acd048a4
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/acd048a4

Branch: refs/heads/master
Commit: acd048a4089167905e7a447b398bbbbedc277462
Parents: 4ccbc6a
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Sep 21 06:58:25 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Sep 21 06:58:25 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md    | 1 +
 README.markdown | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/acd048a4/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d1e66e..adf5080 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -245,6 +245,7 @@
  * STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist.
 
 ## 0.9.6
+ * STORM-1051: Netty Client.java's flushMessages produces a NullPointerException
  * STORM-763: nimbus reassigned worker A to another machine, but other worker's netty client can't connect to the new worker A
  * STORM-935: Update Disruptor queue version to 2.10.4
  * STORM-503: Short disruptor queue wait time leads to high CPU usage when idle

http://git-wip-us.apache.org/repos/asf/storm/blob/acd048a4/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 2eb5149..cd5ed80 100644
--- a/README.markdown
+++ b/README.markdown
@@ -228,6 +228,7 @@ under the License.
 * Rick Kellogg ([@rmkellogg](https://github.com/rmkellogg))
 * Abhishek Agarwal ([@abhishekagarwal87](https://github.com/abhishekagarwal87))
 * chenyuzhao ([@danny0405](https://github.com/danny0405))
+* Michael Schonfeld ([@schonfeld](https://github.com/schonfeld))
 
 ## Acknowledgements