ifesdjeen commented on code in PR #23:
URL: https://github.com/apache/cassandra-harry/pull/23#discussion_r1414610914


##########
harry-core/src/harry/model/DescriptorSelectorBuilder.java:
##########
@@ -33,7 +33,7 @@ public class DescriptorSelectorBuilder implements 
Configuration.CDSelectorConfig
 {
     private Function<SchemaSpec, OpSelectors.ColumnSelector> 
columnSelectorFactory;
     private OpSelectors.OperationSelector operationSelector = 
DEFAULT_OP_SELECTOR;
-    private Distribution numberOfRowsDistribution = new 
Distribution.ScaledDistribution(2, 30);
+    private Distribution modificationsPerLts = new 
Distribution.ScaledDistribution(2, 30);
     private Distribution numberOfModificationsDistribution = new 
Distribution.ScaledDistribution(1, 3);
     private int maxPartitionSize = Integer.MAX_VALUE;
     private Function<SchemaSpec, int[]> fractionsSupplier = null;

Review Comment:
   The initial idea was to use HierarchicalDescriptorSelector: sort of to make 
"predictable" partitions, where parts of CK would repeat. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to