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


##########
accord-core/src/main/java/accord/messages/TxnRequest.java:
##########
@@ -168,47 +185,86 @@ protected static int latestRelevantEpochIndex(Node.Id 
node, Topologies topologie
     // for now use a simple heuristic of whether the node's ownership ranges 
have changed,
     // on the assumption that this might also mean some local shard 
rearrangement
     // except if the latest epoch is empty for the keys
-    public static long computeWaitForEpoch(Node.Id node, Topologies 
topologies, Keys keys)
+    public static long computeWaitForEpoch(Node.Id node, Topologies 
topologies, AbstractKeys<?, ?> keys)
     {
         return computeWaitForEpoch(node, topologies, 
latestRelevantEpochIndex(node, topologies, keys));
     }
 
     public static long computeWaitForEpoch(Node.Id node, Topologies 
topologies, int startIndex)

Review Comment:
   I have commented it, and the field



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