You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by je...@apache.org on 2016/08/11 16:43:13 UTC

[1/2] storm git commit: [STORM-2036] - Fix minor bug in RAS Tests

Repository: storm
Updated Branches:
  refs/heads/1.x-branch 9e9ec4347 -> ce51159fc


[STORM-2036] - Fix minor bug in RAS Tests


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

Branch: refs/heads/1.x-branch
Commit: 9bd21ca6efd67fd84c340cd0250f8c0b31ec9ff1
Parents: 9e9ec43
Author: Boyang Jerry Peng <je...@gmail.com>
Authored: Fri Mar 11 14:21:16 2016 -0600
Committer: Boyang Jerry Peng <je...@yahoo-inc.com>
Committed: Thu Aug 11 11:38:08 2016 -0500

----------------------------------------------------------------------
 .../scheduler/resource/TestUtilsForResourceAwareScheduler.java      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/9bd21ca6/storm-core/test/jvm/org/apache/storm/scheduler/resource/TestUtilsForResourceAwareScheduler.java
----------------------------------------------------------------------
diff --git a/storm-core/test/jvm/org/apache/storm/scheduler/resource/TestUtilsForResourceAwareScheduler.java b/storm-core/test/jvm/org/apache/storm/scheduler/resource/TestUtilsForResourceAwareScheduler.java
index f21645b..612b852 100644
--- a/storm-core/test/jvm/org/apache/storm/scheduler/resource/TestUtilsForResourceAwareScheduler.java
+++ b/storm-core/test/jvm/org/apache/storm/scheduler/resource/TestUtilsForResourceAwareScheduler.java
@@ -161,6 +161,7 @@ public class TestUtilsForResourceAwareScheduler {
             }
             BoltDeclarer b1 = builder.setBolt("bolt-" + i, new TestBolt(),
                     boltParallelism).shuffleGrouping("spout-" + j);
+            j++;
         }
 
         return builder.createTopology();


[2/2] storm git commit: Add STORM-2036 to Changelog

Posted by je...@apache.org.
Add STORM-2036 to Changelog


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

Branch: refs/heads/1.x-branch
Commit: ce51159fc407f52b82a8dacf86e25e8284e177df
Parents: 9bd21ca
Author: Boyang Jerry Peng <je...@yahoo-inc.com>
Authored: Thu Aug 11 11:42:36 2016 -0500
Committer: Boyang Jerry Peng <je...@yahoo-inc.com>
Committed: Thu Aug 11 11:42:36 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ce51159f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 844e220..eff0aa3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-2036: Fix minor bug in RAS Tests
  * STORM-1979: Storm Druid Connector implementation.
  * STORM-1839: Storm spout implementation for Amazon Kinesis Streams.
  * STORM-1876: Option to build storm-kafka and storm-kafka-client with different kafka client version