You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/02/08 02:11:38 UTC

[3/3] storm git commit: STORM-2281: CHANGELOG

STORM-2281: CHANGELOG


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

Branch: refs/heads/master
Commit: 3e232e2fc70c8dcc1fa1f79e0e2b50dce37072b0
Parents: 4691626
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Feb 8 11:11:24 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Feb 8 11:11:24 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/3e232e2f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e705c93..c7fb4c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -197,6 +197,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.0
+ * STORM-2281: Running Multiple Kafka Spouts (Trident) Throws Illegal State Exception
  * STORM-2296: Kafka spout no dup on leader changes
  * STORM-2014: New Kafka spout duplicates checking if failed messages have reached max retries
  * STORM-1443: [Storm SQL] Support customizing parallelism in StormSQL