You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/02/23 18:08:31 UTC

[2/2] storm git commit: Update CHANGELOG and contributors for STORM-685

Update CHANGELOG and contributors for STORM-685


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

Branch: refs/heads/master
Commit: 0eb5f30e95f29a02d88935850527ddb3bd23237b
Parents: fa429b2
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Mon Feb 23 11:04:33 2015 -0600
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Mon Feb 23 11:07:56 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/0eb5f30e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3614b44..1c34d8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -56,6 +56,7 @@
  * STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist.
  * STORM-684: In RichSpoutBatchExecutor: underlying spout is not closed when emitter is closed
  * STORM-683: Make false in a conf really evaluate to false in clojure.
+ * STORM-685: wrong output in log when committed offset is too far behind latest offset
 
 ## 0.9.3-rc2
  * STORM-558: change "swap!" to "reset!" to fix assignment-versions in supervisor

http://git-wip-us.apache.org/repos/asf/storm/blob/0eb5f30e/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index f9c997a..f9cb612 100644
--- a/README.markdown
+++ b/README.markdown
@@ -190,6 +190,7 @@ under the License.
 * Paul DelRe ([@pdelre](https://github.com/pdelre))
 * Zhihui Jiao ([@onlychoice](https://github.com/onlychoice))
 * Hari Sekhon ([@harisekhon](https://github.com/harisekhon))
+* iBuddha ([@iBuddha](https://github.com/iBuddha))
 
 ## Acknowledgements