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/08/25 02:24:06 UTC

[4/5] storm git commit: add STORM-992 to CHANGELOG.md

add STORM-992 to CHANGELOG.md

* also add Li Wang 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/199bb3be
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/199bb3be
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/199bb3be

Branch: refs/heads/master
Commit: 199bb3be477ed6a373f70a70b68d5f2a3dff0844
Parents: 7c38ff6
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Aug 25 09:07:06 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Aug 25 09:07:06 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/199bb3be/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d043a5f..b035319 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +51,7 @@
  * STORM-860: UI: while topology is transitioned to killed, "Activate" button is enabled but not functioning
  * STORM-966: ConfigValidation.DoubleValidator doesn't really validate whether the type of the object is a double
  * STORM-742: Let ShellBolt treat all messages to update heartbeat
+ * STORM-992: A bug in the timer.clj might cause unexpected delay to schedule new event
 
 ## 0.10.0-beta1
  * STORM-873: Flux does not handle diamond topologies

http://git-wip-us.apache.org/repos/asf/storm/blob/199bb3be/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index c90a4ed..85974ef 100644
--- a/README.markdown
+++ b/README.markdown
@@ -216,6 +216,7 @@ under the License.
 * Arun Mahadevan ([@arunmahadevan](https://github.com/arunmahadevan))
 * Yvonne Ironberg ([@YvonneIronberg](https://github.com/YvonneIronberg))
 * Boyang Jerry Peng ([@jerrypeng](https://github.com/jerrypeng))
+* Li Wang ([@wangli1426](https://github.com/wangli1426))
 
 ## Acknowledgements