maedhroz commented on code in PR #23:
URL: https://github.com/apache/cassandra-harry/pull/23#discussion_r1412434836
##########
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);
Review Comment:
`numberOfModificationsDistribution` is unused now?
--
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]