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:14 UTC

[39/50] storm git commit: Added STORM-835 to Changelog and README

Added STORM-835 to Changelog and README


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

Branch: refs/heads/0.10.x-branch
Commit: 93544b20799d05379d943f47eca8f22c583fe5dc
Parents: dc3f28f
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu May 28 15:10:10 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu May 28 15:10:10 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/93544b20/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9933057..af3dd5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-835: Netty Client hold batch object until io operation complete
  * STORM-790: Log "task is null" instead of let worker died when task is null in transfer-fn
  * STORM-596: remove config topology.receiver.buffer.size
  * STORM-808: allow null to be parsed as null

http://git-wip-us.apache.org/repos/asf/storm/blob/93544b20/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 9a6ef2e..1fd1f01 100644
--- a/README.markdown
+++ b/README.markdown
@@ -198,6 +198,7 @@ under the License.
 * Mark Davis ([@markdav](https://github.com/markdav))
 * Zhuo Liu ([@zhuoliu](https://github.com/zhuoliu))
 * jangie ([@jangie](https://github.com/jangie))
+* Hailei Zhang ([@Hailei](https://github.com/Hailei))
 
 ## Acknowledgements