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 2015/06/01 19:38:22 UTC

[47/50] storm git commit: add STORM-737 to changelog

add STORM-737 to changelog


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

Branch: refs/heads/0.10.x-branch
Commit: 13c33f33573ca4e09f3fd6e723d8c3a08c496ca5
Parents: 4073dbe
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri May 29 13:55:30 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri May 29 13:55:30 2015 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/13c33f33/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8814aa..41f31e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-737: Check task->node+port with read lock to prevent sending to closed connection
  * STORM-715: Add a link to AssignableMetric.java in Metrics.md
  * STORM-729: Include Executors (Window Hint) if the component is of Bolt type
  * STORM-835: Netty Client hold batch object until io operation complete