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 2016/04/29 17:41:11 UTC

[3/3] storm git commit: add STORM-1733 to changelog

add STORM-1733 to changelog


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

Branch: refs/heads/1.x-branch
Commit: be63150d28d265a8ed1fef3e4f580f29ef85b199
Parents: f884aa3
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 29 11:40:53 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 29 11:40:53 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/be63150d/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3607a71..3a4c77a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.1
+ * STORM-1733: Flush stdout and stderr before calling "os.execvp" to prevent log loss.
  * STORM-1729: Get rid of reflections while recording stats
  * STORM-1731: Avoid looking up debug / backpressure enable flags within critical path
  * STORM-1535: Make sure hdfs key tab login happens only once for multiple bolts/executors.