Alex Petrov created CASSANDRA-20660: ---------------------------------------
Summary: Accord: Make sure not to cleanup fields before persisting them Key: CASSANDRA-20660 URL: https://issues.apache.org/jira/browse/CASSANDRA-20660 Project: Apache Cassandra Issue Type: Bug Components: Accord Reporter: Alex Petrov Make sure not to cleanup fields before persisting them Background: we would clean up redundantBefore and some other fields. We are calling persistFieldUpdates, during which we "flush" field updates to command store, but then set it back to null: fieldUpdates = null; so when we get to persistFieldUpdatesInternal in AccordTask, we don't have any field updates. -- 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