aweisberg commented on code in PR #26:
URL: https://github.com/apache/cassandra-accord/pull/26#discussion_r1094868548
##########
accord-core/src/main/java/accord/coordinate/Propose.java:
##########
@@ -74,18 +73,19 @@ class Propose implements Callback<AcceptReply>
this.acceptTracker = new QuorumTracker(topologies);
}
- public static void propose(Node node, Ballot ballot, TxnId txnId, Txn txn,
FullRoute<?> route,
- Timestamp executeAt, Deps deps,
BiConsumer<Result, Throwable> callback)
+ public static void propose(Node node, Topologies topologies, Ballot
ballot, TxnId txnId, Txn txn, FullRoute<?> route,
Review Comment:
FYI still unused
--
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]