David Capwell created CASSANDRA-19618:
-----------------------------------------

             Summary: Accord: Need to simulate Cassandra Journal in Accord 
BurnTest to detect issues earlier before they are seen in Cassandra
                 Key: CASSANDRA-19618
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19618
             Project: Cassandra
          Issue Type: Bug
          Components: Accord
            Reporter: David Capwell


Right now Cassandra splits a txn data into 2 places: system table, and journal 
(commit log like structure), when we read we read from both places and zip 
together.  One issue we face is the logic to join them together is in Accord 
and kept failing as we would hit unexpected states.

We should simulate the journal logic in BurnTest and call this reconstruct 
logic so we improve test coverage before Cassandra sees it



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