You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ar...@apache.org on 2016/04/29 06:12:10 UTC

[3/3] storm git commit: Added STORM-1733 to CHANGELOG.md

Added STORM-1733 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 27be83b2923326044dc935d7246ff0cb92555c47
Parents: ccb66d5
Author: Arun Mahadevan <ai...@hortonworks.com>
Authored: Fri Apr 29 09:35:40 2016 +0530
Committer: Arun Mahadevan <ai...@hortonworks.com>
Committed: Fri Apr 29 09:35:40 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/storm/blob/27be83b2/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2ab151..f0fd5e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1733: Flush stdout before calling "os.execvp" to prevent log loss
  * STORM-1535: Make sure hdfs key tab login happens only once for multiple components
  * STORM-1544: Document Debug/Sampling of Topologies
  * STORM-1681: Bug in scheduling cyclic topologies when scheduling with RAS

http://git-wip-us.apache.org/repos/asf/storm/blob/27be83b2/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index e4e7e26..b163555 100644
--- a/README.markdown
+++ b/README.markdown
@@ -260,6 +260,7 @@ under the License.
 * Basti Liu ([@basti](https://github.com/bastiliu))
 * Jark Wu ([@jark](https://github.com/wuchong))
 * Cody Wang ([@unsleepy22](https://github.com/unsleepy22))
+* Karthick Duraisamy Soundararaj ([@dsKarthick](https://github.com/dsKarthick))
 
 
 ## Acknowledgements