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


##########
src/java/org/apache/cassandra/service/accord/txn/TxnData.java:
##########
@@ -75,6 +75,7 @@ public Set<Map.Entry<TxnDataName, FilteredPartition>> 
entrySet()
         return data.entrySet();
     }
 
+    // This is inadequate

Review Comment:
   I need to remove this. Accord does single replica reads so no need to merge 
duplicates.
   
   For live migration Cassandra will probably coordinate quorum reads for 
Accord so the merging will already be done.



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