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


##########
src/java/org/apache/cassandra/service/accord/interop/AccordInteropExecution.java:
##########
@@ -245,113 +266,113 @@ public void sendReadCommand(Message<ReadCommand> 
message, InetAddressAndPort to,
     public void sendReadRepairMutation(Message<Mutation> message, 
InetAddressAndPort to, RequestCallback<Object> callback)
     {
         checkArgument(message.payload.allowsPotentialTransactionConflicts());
+        checkArgument(message.payload.getTableIds().size() == 1);

Review Comment:
   Batches are writes and don't do read repair?
   
   Reads are inherently single table the way Cassandra works with the plumbing 
that merges data, notices read repair is necessary, and generates read repair 
mutations.



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