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 2015/09/17 00:22:45 UTC

storm git commit: add STORM-1027 to CHANGELOG.md

Repository: storm
Updated Branches:
  refs/heads/master 5f98cd2c1 -> 7f445d7d8


add STORM-1027 to CHANGELOG.md

* also add Abhishek Agarwal to contributor list


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

Branch: refs/heads/master
Commit: 7f445d7d8383eecc6436b37e31f803bb45370df9
Parents: 5f98cd2
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Sep 17 07:22:14 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Sep 17 07:22:14 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md    | 1 +
 README.markdown | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/7f445d7d/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5da9b76..fc076fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,6 +53,7 @@
  * STORM-949: On the topology summary UI page, last shown error should have the time and date
 
 ## 0.10.0-beta2
+ * STORM-1027: Use overflow buffer for emitting metrics
  * STORM-1024: log4j changes leaving ${sys:storm.log.dir} under STORM_HOME dir
  * STORM-996: netty-unit-tests/test-batch demonstrates out-of-order delivery
  * STORM-944: storm-hive pom.xml has a dependency conflict with calcite

http://git-wip-us.apache.org/repos/asf/storm/blob/7f445d7d/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index dfe1666..6bb8370 100644
--- a/README.markdown
+++ b/README.markdown
@@ -226,6 +226,7 @@ under the License.
 * Renkai Ge ([@Renkai](https://github.com/Renkai))
 * Aaron Coburn ([@acoburn](https://github.com/acoburn))
 * Rick Kellogg ([@rmkellogg](https://github.com/rmkellogg))
+* Abhishek Agarwal ([@abhishekagarwal87](https://github.com/abhishekagarwal87))
 
 ## Acknowledgements