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:46:59 UTC

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

add STORM-1535 to changelog


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

Branch: refs/heads/0.10.x-branch
Commit: 80aef1306423a82e06f615c28643a426f73ae391
Parents: 534b388
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Apr 25 15:46:22 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Apr 25 15:46:22 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/80aef130/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74670d4..37a4b4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.1
+ * STORM-1535: Make sure hdfs key tab login happens only once for multiple bolts/executors
  * STORM-584: Fix logging for LoggingMetricsConsumer metrics.log file
  * STORM-1603: Storm UT fails on supervisor test in Windows (0.10.x)
  * STORM-1596: Do not use single Kerberos TGT instance between multiple threads