Repository: cassandra Updated Branches: refs/heads/trunk 8501e5186 -> 4a1879c23
ninja change stress read-lookback default to none Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/213b0669 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/213b0669 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/213b0669 Branch: refs/heads/trunk Commit: 213b06695775718ebcecd738c95107f5be7b026f Parents: 7712e0e Author: T Jake Luciani <[email protected]> Authored: Wed Mar 4 16:28:30 2015 -0500 Committer: T Jake Luciani <[email protected]> Committed: Wed Mar 4 16:28:56 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/213b0669/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 e57faea..9d62c3b 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=", "fixed(1)", "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"); 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)
