You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by xi...@apache.org on 2017/04/11 10:25:30 UTC

storm git commit: Added CHANGELOG: STORM-2458,STORM-2461

Repository: storm
Updated Branches:
  refs/heads/master de753cba7 -> 65c8b7bd7


Added CHANGELOG: STORM-2458,STORM-2461


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

Branch: refs/heads/master
Commit: 65c8b7bd7d7fc23e4b1d64500baada13ff6c6fc0
Parents: de753cb
Author: vesense <be...@163.com>
Authored: Tue Apr 11 18:25:02 2017 +0800
Committer: vesense <be...@163.com>
Committed: Tue Apr 11 18:25:02 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/65c8b7bd/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a1aec9..1090a36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
 \ufeff## 2.0.0
+ * STORM-2458: Kafka Spout should allow hooking up custom logic when retries have exhanusted
+ * STORM-2461: modify storm-hdfs's READEME.md and update storm-hdfs.md
  * STORM-2454: the default returned value of this method which named "isConsumerAutoCommitMode" in KafkaSpoutConfig.java should be false
  * STORM-2457: update and modify storm/hbase/README.md and storm-hbase.md
  * STORM-2453: Move non-connectors into the top directory