alanwang67 commented on code in PR #4684: URL: https://github.com/apache/cassandra/pull/4684#discussion_r2968084135
########## doc/modules/cassandra/pages/architecture/cql-on-accord.adoc: ########## @@ -549,11 +549,11 @@ replay only makes a single attempt to replay before converting the batch contents to hints. If part of the batch was routed to Accord then there is no node to hint so there is a fake node that a hint is written to and when that hint is dispatched it will be split and then executed -appropriately. In https://issues.apache.org/jira/browse/CASSANDRA-20588[CASSANDRA-20588] this needs to be simplified to writing the -entire batch through Accord if any part of it should be written through -Accord because it also addresses an atomicity issue with single token -batches which can be torn when part is applied through Accord and part -is applied through Cassandra. +appropriately. Single token batches that involve both an Accord and non-Accord Review Comment: Got it will update the comment. -- 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]

