dcapwell commented on code in PR #169:
URL: https://github.com/apache/cassandra-accord/pull/169#discussion_r1945586465
##########
accord-core/src/test/java/accord/utils/Property.java:
##########
@@ -806,6 +806,8 @@ public interface Setup<State, SystemUnderTest>
private Set<Setup<State, SystemUnderTest>> unknownWeights = null;
@Nullable
private Map<Predicate<State>, List<Setup<State, SystemUnderTest>>>
conditionalCommands = null;
+ @Nullable
+ private Map<Predicate<State>, List<Pair<Setup<State, SystemUnderTest>,
Integer>>> conditionalCommandsKnownWeights = null;
Review Comment:
this is here so we can disable repair when there are down nodes while
running with Accord. `nodetool repair --force` is timing out and looks to be
durability scheduling related according to the logs. I disabled running
repairs when there are downed nodes and now we are mostly stable
--
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]