You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/11/05 21:53:49 UTC

[1/3] storm git commit: [STORM-1170] Fix the producer alive issue in DisruptoQueueTest

Repository: storm
Updated Branches:
  refs/heads/master 9e2b02dcd -> 2bad9c62e


[STORM-1170] Fix the producer alive issue in DisruptoQueueTest


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

Branch: refs/heads/master
Commit: 77aa363ddf9de8a1bd0a11e86ee29c1c283424c2
Parents: f3ed08b
Author: zhuol <zh...@yahoo-inc.com>
Authored: Wed Nov 4 14:24:18 2015 -0600
Committer: zhuol <zh...@yahoo-inc.com>
Committed: Wed Nov 4 14:24:18 2015 -0600

----------------------------------------------------------------------
 storm-core/test/jvm/backtype/storm/utils/DisruptorQueueTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/77aa363d/storm-core/test/jvm/backtype/storm/utils/DisruptorQueueTest.java
----------------------------------------------------------------------
diff --git a/storm-core/test/jvm/backtype/storm/utils/DisruptorQueueTest.java b/storm-core/test/jvm/backtype/storm/utils/DisruptorQueueTest.java
index 281c19a..2ab0109 100644
--- a/storm-core/test/jvm/backtype/storm/utils/DisruptorQueueTest.java
+++ b/storm-core/test/jvm/backtype/storm/utils/DisruptorQueueTest.java
@@ -126,7 +126,7 @@ public class DisruptorQueueTest extends TestCase {
 
         @Override
         public void run() {
-            for (long i = 0; i < _max; i++) {
+            for (long i = 0; i < _max && !(Thread.currentThread().isInterrupted()); i++) {
                 queue.publish(i);
             }
         }


[2/3] storm git commit: Merge branch '1170' of https://github.com/zhuoliu/storm into STORM-1170

Posted by bo...@apache.org.
Merge branch '1170' of https://github.com/zhuoliu/storm into STORM-1170

STORM-1170: Fix the producer alive issue in DisruptorQueueTest


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

Branch: refs/heads/master
Commit: a213ccefc17f05951524391fcc5999339f70d9f9
Parents: 9e2b02d 77aa363
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Nov 5 14:47:47 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Nov 5 14:47:47 2015 -0600

----------------------------------------------------------------------
 storm-core/test/jvm/backtype/storm/utils/DisruptorQueueTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] storm git commit: Added STORM-1170 to Changelog

Posted by bo...@apache.org.
Added STORM-1170 to Changelog


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

Branch: refs/heads/master
Commit: 2bad9c62e0f7b5a0c101379a929bffac9cccb5ca
Parents: a213cce
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Nov 5 14:48:15 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Nov 5 14:48:15 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/2bad9c62/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 279b247..c47ab20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1170: Fix the producer alive issue in DisruptorQueueTest
  * STORM-1168: removes noisy log message & a TODO
  * STORM-1143: Validate topology Configs during topology submission
  * STORM-1157: Adding dynamic profiling for worker, restarting worker, jstack, heap dump, and profiling