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/27 20:29:59 UTC

[5/5] storm git commit: add STORM-1729 and STORM-1731 to changelog

add STORM-1729 and STORM-1731 to changelog


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

Branch: refs/heads/1.x-branch
Commit: 5b5dd184eb9b346c886725756b61f0901db72883
Parents: 6525223
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Apr 27 13:20:08 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Apr 27 13:20:08 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/5b5dd184/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f83201..3607a71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
 ## 1.0.1
+ * 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.
  * STORM-1725: Kafka Spout New Consumer API - KafkaSpoutRetryExponential Backoff method should use HashMap instead of TreeMap not to throw Exception
  * STORM-1544: Document Debug/Sampling of Topologies