dcapwell commented on code in PR #38:
URL: https://github.com/apache/cassandra-accord/pull/38#discussion_r1162117442
##########
accord-core/src/test/java/accord/burn/TopologyUpdates.java:
##########
@@ -142,7 +140,7 @@ else if (outcome == Nothing)
dieExceptionally(invalidate.addCallback(((unused,
failure) -> onDone.accept(failure == null))).beginAsResult());
}
return null;
- }).beginAsResult();
+ }, node.commandStores().any()).beginAsResult();
Review Comment:
the API demanded it, but I had to change that due to epoch sync, so ill look
to remove this
--
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]