You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/06/09 22:37:25 UTC

[4/4] git commit: update changelog for STORM-335

update changelog for STORM-335


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

Branch: refs/heads/master
Commit: c89fb820861427b5be0a204bc3ab7a89d67a97de
Parents: 8f8cb5e
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Jun 9 16:36:54 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Jun 9 16:36:54 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/c89fb820/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5a6d90..0fa35e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-335: add drpc test for removing timed out requests from queue
  * STORM-69: Storm UI Visualizations for Topologies
  * STORM-297: Performance scaling with CPU
  * STORM-244: DRPC timeout can return null instead of throwing an exception