belliottsmith commented on code in PR #2245:
URL: https://github.com/apache/cassandra/pull/2245#discussion_r1151186719
##########
test/simulator/main/org/apache/cassandra/simulator/ClusterSimulation.java:
##########
@@ -544,7 +543,7 @@ IInstanceConfig update(IInstanceConfig config)
.set("concurrent_counter_writes", take(1, 4))
.set("concurrent_materialized_view_writes", take(1, 4))
.set("concurrent_reads", take(1, 4))
- .forceSet("available_processors", take(3, 4));
+ .set("available_processors", take(3, 4));
Review Comment:
We previously verified that the property existed in the yaml I think? So if
a property wasn't available in earlier versions it could be an issue, or
something like that.
--
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]