maedhroz commented on code in PR #23:
URL: https://github.com/apache/cassandra-harry/pull/23#discussion_r1412414582
##########
harry-core/src/harry/core/Configuration.java:
##########
@@ -885,20 +885,20 @@ public DefaultCDSelectorConfiguration build()
public static class DefaultCDSelectorConfiguration implements
CDSelectorConfiguration
{
public final DistributionConfig modifications_per_lts;
- public final DistributionConfig rows_per_modification;
+ public final DistributionConfig operations_per_lts;
public final int max_partition_size;
public final Map<OpSelectors.OperationKind, Integer>
operation_kind_weights;
public final Map<OpSelectors.OperationKind, long[]>
column_mask_bitsets;
@JsonCreator
public
DefaultCDSelectorConfiguration(@JsonProperty("modifications_per_lts")
DistributionConfig modifications_per_lts,
-
@JsonProperty("rows_per_modification") DistributionConfig rows_per_modification,
+
@JsonProperty("rows_per_modification") DistributionConfig operations_per_lts,
Review Comment:
Leaving "rows_per_modification" for back-compat?
--
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]