This is an automated email from the ASF dual-hosted git repository.

benedict pushed a commit to branch cep-15-accord
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 0cb3641c4fb0c3b968ce3da2fbcfc188e89e1475
Author: David Capwell <[email protected]>
AuthorDate: Wed Dec 4 10:59:42 2024 -0800

    improve the action description for accord txn
---
 .../cassandra/simulator/paxos/PairOfSequencesAccordSimulation.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test/simulator/main/org/apache/cassandra/simulator/paxos/PairOfSequencesAccordSimulation.java
 
b/test/simulator/main/org/apache/cassandra/simulator/paxos/PairOfSequencesAccordSimulation.java
index 4702f1c67e..b8de7f0cd6 100644
--- 
a/test/simulator/main/org/apache/cassandra/simulator/paxos/PairOfSequencesAccordSimulation.java
+++ 
b/test/simulator/main/org/apache/cassandra/simulator/paxos/PairOfSequencesAccordSimulation.java
@@ -191,7 +191,7 @@ public class PairOfSequencesAccordSimulation extends 
AbstractPairOfSequencesPaxo
 
         public ReadWriteOperation(int id, int[] primaryKeys, IntHashSet reads, 
IntHashSet writes, IInvokableInstance instance)
         {
-            super(primaryKeys, id, instance, "Accord", createQuery(id, reads, 
writes));
+            super(primaryKeys, id, instance, "Accord ReadWrite Txn", 
createQuery(id, reads, writes));
             this.reads = reads;
             this.writes = writes;
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to