belliottsmith commented on code in PR #38:
URL: https://github.com/apache/cassandra-accord/pull/38#discussion_r1152975744


##########
accord-core/src/main/java/accord/coordinate/Recover.java:
##########
@@ -172,7 +176,8 @@ public static Recover recover(Node node, Ballot ballot, 
TxnId txnId, Txn txn, Fu
 
     void start(Set<Id> nodes)
     {
-        node.send(nodes, to -> new BeginRecovery(to, tracker.topologies(), 
txnId, txn, route, ballot), this);
+        node.send(nodes, to -> new BeginRecovery(to, tracker.topologies(), 
txnId, txn, route, ballot),

Review Comment:
   does this need to wrap? doesn't provide much greater clarity



-- 
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]

Reply via email to