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:08:37 UTC

[4/4] 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/4ea88407
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/4ea88407
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/4ea88407

Branch: refs/heads/master
Commit: 4ea88407199af25282b84dbeed972659d62f161b
Parents: a3c0d5d
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Apr 25 15:08:25 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Apr 25 15:08:25 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4ea88407/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9420e54..c2ab151 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * 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
  * STORM-1679: add storm Scheduler documents