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/25 21:31:00 UTC

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

add STORM-1351 to changelog


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

Branch: refs/heads/1.x-branch
Commit: 70fdf486eece628df78f939e5bd1119fdad0d565
Parents: 9ac4c3f
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Apr 25 15:29:54 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Apr 25 15:29:54 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/70fdf486/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa6357e..8f83201 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.1
+ * 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
  * STORM-1679: add storm Scheduler documents