[ 
https://issues.apache.org/jira/browse/CASSANDRA-19437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17864747#comment-17864747
 ] 

Ariel Weisberg edited comment on CASSANDRA-19437 at 7/10/24 4:55 PM:
---------------------------------------------------------------------

Another thing to keep in mind is that `TxnQuery` will need validate that range 
reads against Accord are against ranges that are managed by Accord in the epoch 
that the read executes in.

`TxnQuery` also currently has a problem with its validation where it doesn't 
have access to the migration information for the epoch of the transaction and 
just has whatever the latest information is.


was (Author: aweisberg):
Another thing to keep in mind is that `TxnQuery` will need validate that range 
reads against Accord are against ranges that are managed by Accord in the epoch 
that the read executes in.

> Non-serial reads/range reads need to be done through Accord for Accord to 
> support async apply/commit
> ----------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-19437
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19437
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Ariel Weisberg
>            Priority: Normal
>
> Currently they haven't been implemented. We have a path forward for it using 
> ephemeral reads.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to