You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "iamaleksey (via GitHub)" <gi...@apache.org> on 2023/09/11 14:49:55 UTC

[GitHub] [cassandra-accord] iamaleksey commented on a diff in pull request #62: CEP-15: Minimize transaction state kept in system tables

iamaleksey commented on code in PR #62:
URL: https://github.com/apache/cassandra-accord/pull/62#discussion_r1321673426


##########
accord-core/src/main/java/accord/primitives/PartialTxn.java:
##########
@@ -55,6 +57,8 @@ default boolean covers(Participants<?> participants)
         return covering().containsAll(participants);
     }
 
+    boolean covers(PartialTxn txn);

Review Comment:
   Renamed to `isEqualOrFuller()`, cheers.



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org