Ariel Weisberg created CASSANDRA-19436:
------------------------------------------

             Summary: When transitioning to Accord migration it's not safe to 
read immediately using Accord due to concurrent non-serial writes
                 Key: CASSANDRA-19436
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19436
             Project: Cassandra
          Issue Type: Bug
            Reporter: Ariel Weisberg


Concurrent writes at the same time that migration starts make it unsafe to read 
from Accord because txn recovery will not be deterministic in the presences of 
writes not done through Accord.

Adding key migration to non-serial writes could solve this by causing writes 
not going through Accord to be rejected at nodes where key migration already 
occurred.



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