You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sa...@apache.org on 2017/05/24 05:20:10 UTC

[2/2] storm git commit: Added STORM-2527 to CHANGELOG.mdOC

Added STORM-2527 to CHANGELOG.mdOC


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

Branch: refs/heads/1.x-branch
Commit: 46a8d29c23afb3299e7e81032d24482dece1b0fb
Parents: ec0bf47
Author: Satish Duggana <sa...@apache.org>
Authored: Wed May 24 10:49:40 2017 +0530
Committer: Satish Duggana <sa...@apache.org>
Committed: Wed May 24 10:49:40 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/storm/blob/46a8d29c/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47aa80d..e93802c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
 ## 1.1.1
+ * STORM-2527: Initialize java.sql.DriverManager earlier to avoid deadlock
  * STORM-2448: Add in Storm and JDK versions when submitting a topology
  * STORM-2413: Make new Kafka spout respect tuple retry limits
- * STORM-2518 Handles empty name for "USER type" ACL when normalizing
+ * STORM-2518: Handles empty name for "USER type" ACL when normalizing
  * STORM-2501: Auto populate Hive Credentials
  * STORM-2520: AutoHDFS should prefer cluster-wise hdfs kerberos principal
  * STORM-2519: Modify AbstractAutoCreds to look for configKeys in both nimbus and topology configs