ifesdjeen commented on code in PR #168:
URL: https://github.com/apache/cassandra-accord/pull/168#discussion_r1953963018
##########
accord-core/src/main/java/accord/local/Command.java:
##########
@@ -685,12 +688,16 @@ public static Accepted accepted(ICommand common,
SaveStatus status)
{
super(copy, status);
validateDeps(participants(), partialDeps());
+ if (txnId().toString().equals("[3,23124,17(RR),2]") && status() ==
PreCommitted && executeAt().equals(txnId()))
+ System.out.println();
}
Accepted(TxnId txnId, SaveStatus status, Durability durability,
@Nonnull StoreParticipants participants, Ballot promised, Timestamp executeAt,
PartialTxn partialTxn, PartialDeps partialDeps, Ballot acceptedOrCommitted)
{
super(txnId, status, durability, participants, promised,
executeAt, partialTxn, partialDeps, acceptedOrCommitted);
validateDeps(participants(), partialDeps);
+ if (txnId().toString().equals("[3,23124,17(RR),2]") && status() ==
PreCommitted && executeAt().equals(txnId()))
Review Comment:
nit: looks like remaining debug logging in this file
--
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]