You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2015/03/04 22:37:30 UTC

[1/2] cassandra git commit: make stress read-lookback optional

Repository: cassandra
Updated Branches:
  refs/heads/trunk 4a1879c23 -> b2d16f4cd


make stress read-lookback optional


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

Branch: refs/heads/trunk
Commit: 4176f9e78cd4d8c64ad791cf97b32b0a86448874
Parents: 213b066
Author: T Jake Luciani <ja...@apache.org>
Authored: Wed Mar 4 16:36:33 2015 -0500
Committer: T Jake Luciani <ja...@apache.org>
Committed: Wed Mar 4 16:36:33 2015 -0500

----------------------------------------------------------------------
 .../org/apache/cassandra/stress/settings/SettingsPopulation.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4176f9e7/tools/stress/src/org/apache/cassandra/stress/settings/SettingsPopulation.java
----------------------------------------------------------------------
diff --git a/tools/stress/src/org/apache/cassandra/stress/settings/SettingsPopulation.java b/tools/stress/src/org/apache/cassandra/stress/settings/SettingsPopulation.java
index 9d62c3b..9425776 100644
--- a/tools/stress/src/org/apache/cassandra/stress/settings/SettingsPopulation.java
+++ b/tools/stress/src/org/apache/cassandra/stress/settings/SettingsPopulation.java
@@ -107,7 +107,7 @@ public class SettingsPopulation implements Serializable
     private static final class SequentialOptions extends GenerateOptions
     {
         final OptionSimple populate;
-        final OptionDistribution lookback = new OptionDistribution("read-lookback=", null, "Select read seeds from the recently visited write seeds");
+        final OptionDistribution lookback = new OptionDistribution("read-lookback=", null, "Select read seeds from the recently visited write seeds", false);
         final OptionSimple nowrap = new OptionSimple("no-wrap", "", null, "Terminate the stress test once all seeds in the range have been visited", false);
 
         public SequentialOptions(String defaultLimit)


[2/2] cassandra git commit: Merge branch 'cassandra-2.1' into trunk

Posted by ja...@apache.org.
Merge branch 'cassandra-2.1' into trunk


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

Branch: refs/heads/trunk
Commit: b2d16f4cdd1c3441b6f39ad10786b36ddc69730d
Parents: 4a1879c 4176f9e
Author: T Jake Luciani <ja...@apache.org>
Authored: Wed Mar 4 16:37:17 2015 -0500
Committer: T Jake Luciani <ja...@apache.org>
Committed: Wed Mar 4 16:37:17 2015 -0500

----------------------------------------------------------------------
 .../org/apache/cassandra/stress/settings/SettingsPopulation.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------