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/02 00:03:59 UTC

[3/3] storm git commit: add STORM-994 to CHANGELOG.md

add STORM-994 to CHANGELOG.md

* also add Frantz Mazoyer 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/c559f421
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c559f421
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c559f421

Branch: refs/heads/master
Commit: c559f421a57d4494d6b46e848c84b8b844281b7f
Parents: 394cbcf
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Sep 2 06:50:41 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Sep 2 06:50:41 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/c559f421/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0508ad7..4456564 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,6 +47,7 @@
  * STORM-949: On the topology summary UI page, last shown error should have the time and date
 
 ## 0.10.0-beta2
+ * STORM-994: Connection leak between nimbus and supervisors
  * STORM-1001: Undefined STORM_EXT_CLASSPATH adds '::' to classpath of workers
  * STORM-977: Incorrect signal (-9) when as-user is true
  * STORM-843: [storm-redis] Add Javadoc to storm-redis

http://git-wip-us.apache.org/repos/asf/storm/blob/c559f421/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 3af0cff..6521f4a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -221,6 +221,7 @@ under the License.
 * Alex Panov ([@alexpanov](https://github.com/alexpanov))
 * Sanket Reddy ([@redsanket](https://github.com/redsanket))
 * Drew Robb ([@drewrobb](https://github.com/drewrobb))
+* Frantz Mazoyer ([@fmazoyer](https://github.com/fmazoyer))
 
 ## Acknowledgements