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 2016/09/23 01:21:21 UTC

[3/3] storm git commit: add STORM-2003 to CHANGELOG

add STORM-2003 to CHANGELOG


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

Branch: refs/heads/1.0.x-branch
Commit: 01c9923d0a91758cb1e483f4267cc637bc58160e
Parents: 4724618
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Sep 23 10:21:10 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Sep 23 10:21:10 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/01c9923d/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a62ef6e..899ee64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.3
+ * STORM-2003: Make sure config contains TOPIC before get it
  * STORM-1567: in defaults.yaml 'topology.disable.loadaware' should be 'topology.disable.loadaware.messaging'
  * STORM-1987: Fix TridentKafkaWordCount arg handling in distributed mode.
  * STORM-1969: Modify HiveTopology to show usage of non-partition table.