aweisberg commented on code in PR #2049:
URL: https://github.com/apache/cassandra/pull/2049#discussion_r1063773911


##########
src/java/org/apache/cassandra/service/accord/AccordService.java:
##########
@@ -110,7 +109,14 @@ public static long nowInMicros()
         return 
TimeUnit.MILLISECONDS.toMicros(Clock.Global.currentTimeMillis());
     }
 
-    public TxnData coordinate(Txn txn, QueryOptions options)
+    /**
+     * Consistency level is just echoed back in timeouts, in the future it may 
be used for interoperability
+     * with non-Accord operations.
+     * @param txn
+     * @param consistencyLevel
+     * @return

Review Comment:
   IDEA keeps auto-adding that and I keep needing to remove it. Will update my 
config to stop doing that. Removed.



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