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/04/20 09:32:02 UTC

[3/3] storm git commit: add STORM-1680 to CHANGELOG.md

add STORM-1680 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: ce36b6dbf0372c704964e5e854f7863960447a49
Parents: c845781
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Apr 20 16:31:42 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Apr 20 16:31:42 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ce36b6db/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fb0134..b02c866 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -78,6 +78,7 @@
  * STORM-1521: When using Kerberos login from keytab with multiple bolts/executors ticket is not renewed in hbase bolt.
 
 ## 1.0.1
+ * STORM-1680: Provide configuration to set min fetch size in KafkaSpout
  * STORM-1649: Optimize Kryo instaces creation in trident windowing
  * STORM-1696: status not sync if zk fails in backpressure
  * STORM-1693: Move stats cleanup to executor shutdown