maedhroz commented on code in PR #2049:
URL: https://github.com/apache/cassandra/pull/2049#discussion_r1061020235
##########
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:
nit: I'd just remove the `@param` and `@return` bits.
--
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]